LibreOffice Module writerfilter (master) 1
|
Handler for a stream. More...
#include <resourcemodel.hxx>
Public Types | |
typedef tools::SvRef< Stream > | Pointer_t |
Pointer to this stream. More... | |
Public Member Functions | |
virtual void | startSectionGroup ()=0 |
Receives start mark for group with the same section properties. More... | |
virtual void | endSectionGroup ()=0 |
Receives end mark for group with the same section properties. More... | |
virtual void | markLastSectionGroup () |
The current section is the last one in this body text. More... | |
virtual void | setDocumentReference (writerfilter::ooxml::OOXMLDocument *pDocument)=0 |
virtual void | startParagraphGroup ()=0 |
Receives start mark for group with the same paragraph properties. More... | |
virtual void | endParagraphGroup ()=0 |
Receives end mark for group with the same paragraph properties. More... | |
virtual void | markLastParagraphInSection () |
virtual void | startCharacterGroup ()=0 |
Receives start mark for group with the same character properties. More... | |
virtual void | endCharacterGroup ()=0 |
Receives end mark for group with the same character properties. More... | |
virtual void | startShape (css::uno::Reference< css::drawing::XShape > const &xShape)=0 |
Receives a shape. More... | |
virtual void | endShape ()=0 |
virtual void | startTextBoxContent ()=0 |
Receives a text-box-content. More... | |
virtual void | endTextBoxContent ()=0 |
virtual void | text (const sal_uInt8 *data, size_t len)=0 |
Receives 8-bit per character text. More... | |
virtual void | utext (const sal_uInt8 *data, size_t len)=0 |
Receives 16-bit per character text. More... | |
virtual void | positionOffset (const OUString &rText, bool bVertical)=0 |
Offset in EMUs for a shape. More... | |
virtual css::awt::Point | getPositionOffset ()=0 |
Returns the last set offsets of a shape in HMM. More... | |
virtual void | align (const OUString &rText, bool bVertical)=0 |
Horizontal and vertical alignment for a shape. More... | |
virtual void | positivePercentage (const OUString &rText)=0 |
virtual void | props (writerfilter::Reference< Properties >::Pointer_t ref)=0 |
Receives properties of the current run of text. More... | |
virtual void | table (Id name, writerfilter::Reference< Table >::Pointer_t ref)=0 |
Receives table. More... | |
virtual void | substream (Id name, writerfilter::Reference< Stream >::Pointer_t ref)=0 |
Receives a substream. More... | |
virtual void | info (const std::string &info)=0 |
Debugging: Receives information about current point in stream. More... | |
virtual void | startGlossaryEntry ()=0 |
Receives start mark for glossary document entry. More... | |
virtual void | endGlossaryEntry ()=0 |
Receives end mark for glossary document entry. More... | |
virtual void | checkId (const sal_Int32 nId)=0 |
Receives identifier for node entry. More... | |
virtual void | commentProps (const OUString &, const CommentProperties &) |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Protected Member Functions | |
~Stream () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Handler for a stream.
Definition at line 189 of file resourcemodel.hxx.
Pointer to this stream.
Definition at line 195 of file resourcemodel.hxx.
|
inlineoverrideprotected |
Definition at line 322 of file resourcemodel.hxx.
|
pure virtual |
Horizontal and vertical alignment for a shape.
Call before an ooxml:CT_PosH/V_align sprm is sent.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::alignH(), and writerfilter::ooxml::OOXMLFastContextHandler::alignV().
|
pure virtual |
Receives identifier for node entry.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandlerXNote::checkId().
|
inlinevirtual |
Reimplemented in writerfilter::dmapper::DomainMapper.
Definition at line 319 of file resourcemodel.hxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandlerCommentEx::lcl_endFastElement().
|
pure virtual |
Receives end mark for group with the same character properties.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::ooxml::OOXMLFastContextHandler::endCharacterGroup(), writerfilter::rtftok::RTFDocumentImpl::parBreak(), writerfilter::rtftok::RTFDocumentImpl::replayBuffer(), writerfilter::rtftok::RTFDocumentImpl::singleChar(), and writerfilter::rtftok::RTFDocumentImpl::text().
|
pure virtual |
Receives end mark for glossary document entry.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::endGlossaryEntry().
|
pure virtual |
Receives end mark for group with the same paragraph properties.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::endParagraphGroup(), writerfilter::rtftok::RTFDocumentImpl::parBreak(), writerfilter::rtftok::RTFDocumentImpl::sectBreak(), and writerfilter::rtftok::RTFDocumentImpl::tableBreak().
|
pure virtual |
Receives end mark for group with the same section properties.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::endSectionGroup(), and writerfilter::rtftok::RTFDocumentImpl::sectBreak().
|
pure virtual |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFSdrImport::close(), writerfilter::ooxml::OOXMLFastContextHandlerShape::lcl_endFastElement(), writerfilter::rtftok::RTFSdrImport::resolve(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
pure virtual |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandlerWrapper::lcl_endFastElement().
|
pure virtual |
Returns the last set offsets of a shape in HMM.
Implemented in writerfilter::dmapper::DomainMapper, and writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandlerShape::sendShape().
|
pure virtual |
Debugging: Receives information about current point in stream.
info | the information |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::setHandle(), and writerfilter::ooxml::OOXMLFastContextHandler::startSectionGroup().
|
inlinevirtual |
Reimplemented in writerfilter::dmapper::DomainMapper.
Definition at line 222 of file resourcemodel.hxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::setLastParagraphInSection().
|
inlinevirtual |
The current section is the last one in this body text.
Reimplemented in writerfilter::dmapper::DomainMapper.
Definition at line 208 of file resourcemodel.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::sectBreak(), and writerfilter::ooxml::OOXMLFastContextHandler::setLastSectionGroup().
|
pure virtual |
Offset in EMUs for a shape.
Call before an ooxml::CT_PosH/V_posOffset sprm is sent.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::positionOffset(), and writerfilter::rtftok::RTFDocumentImpl::resolvePict().
|
pure virtual |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::positivePercentage().
|
pure virtual |
Receives properties of the current run of text.
ref | reference to the properties |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::checkNeedPap(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::dispatchTableValue(), writerfilter::ooxml::OOXMLFastContextHandlerTextTableCell::endCell(), writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow::endRow(), writerfilter::ooxml::OOXMLFastContextHandler::endSdt(), writerfilter::ooxml::OOXMLFastContextHandler::endSdtRun(), writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow::handleGridBefore(), writerfilter::ooxml::OOXMLFastContextHandlerProperties::lcl_endFastElement(), writerfilter::rtftok::RTFDocumentImpl::popState(), writerfilter::ooxml::OOXMLFastContextHandlerMath::process(), writerfilter::rtftok::RTFDocumentImpl::replayBuffer(), writerfilter::rtftok::RTFSdrImport::resolve(), writerfilter::ooxml::OOXMLParserState::resolveCellProperties(), writerfilter::ooxml::OOXMLParserState::resolveCharacterProperties(), writerfilter::rtftok::RTFDocumentImpl::resolvePict(), writerfilter::ooxml::OOXMLDocumentImpl::resolvePicture(), writerfilter::ooxml::OOXMLParserState::resolveRowProperties(), writerfilter::ooxml::OOXMLParserState::resolveTableProperties(), writerfilter::rtftok::RTFDocumentImpl::runProps(), writerfilter::rtftok::RTFDocumentImpl::sectBreak(), writerfilter::rtftok::RTFDocumentImpl::sendProperties(), writerfilter::ooxml::OOXMLFastContextHandler::sendPropertiesWithId(), writerfilter::ooxml::OOXMLFastContextHandler::sendTableDepth(), writerfilter::ooxml::OOXMLFastContextHandlerTextTableCell::startCell(), writerfilter::ooxml::OOXMLFastContextHandler::startParagraphGroup(), writerfilter::ooxml::OOXMLFastContextHandler::startSdt(), writerfilter::ooxml::OOXMLFastContextHandler::startSdtRun(), and writerfilter::ooxml::OOXMLBreakHandler::~OOXMLBreakHandler().
|
pure virtual |
Implemented in writerfilter::LoggedStream, and writerfilter::dmapper::DomainMapper.
Referenced by writerfilter::ooxml::OOXMLDocumentImpl::resolve().
|
pure virtual |
Receives start mark for group with the same character properties.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::rtftok::RTFDocumentImpl::parBreak(), writerfilter::rtftok::RTFDocumentImpl::replayBuffer(), writerfilter::rtftok::RTFDocumentImpl::singleChar(), writerfilter::ooxml::OOXMLFastContextHandler::startCharacterGroup(), and writerfilter::rtftok::RTFDocumentImpl::text().
|
pure virtual |
Receives start mark for glossary document entry.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::startGlossaryEntry().
|
pure virtual |
Receives start mark for group with the same paragraph properties.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::parBreak(), writerfilter::rtftok::RTFDocumentImpl::setNeedSect(), writerfilter::ooxml::OOXMLFastContextHandler::startParagraphGroup(), and writerfilter::rtftok::RTFDocumentImpl::tableBreak().
|
pure virtual |
Receives start mark for group with the same section properties.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::setNeedSect(), and writerfilter::ooxml::OOXMLFastContextHandler::startSectionGroup().
|
pure virtual |
Receives a shape.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFSdrImport::resolve(), writerfilter::rtftok::RTFDocumentImpl::resolvePict(), and writerfilter::ooxml::OOXMLFastContextHandlerShape::sendShape().
|
pure virtual |
Receives a text-box-content.
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLFastContextHandlerWrapper::lcl_startFastElement().
|
pure virtual |
Receives a substream.
name | name of the substream |
ref | reference to the substream |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::ooxml::OOXMLDocumentImpl::resolveFastSubStreamWithId(), and writerfilter::rtftok::RTFDocumentImpl::resolveSubstream().
|
pure virtual |
Receives table.
name | name of the table |
ref | reference to the table |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::ooxml::OOXMLFastContextHandlerPropertyTable::lcl_endFastElement(), writerfilter::ooxml::OOXMLFastContextHandlerTable::lcl_endFastElement(), and writerfilter::rtftok::RTFDocumentImpl::outputSettingsTable().
|
pure virtual |
Receives 8-bit per character text.
data | buffer containing the text |
len | number of characters in the text |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::ooxml::OOXMLFastContextHandler::endField(), writerfilter::ooxml::OOXMLFastContextHandler::fieldSeparator(), writerfilter::ooxml::OOXMLFastContextHandler::ftnedncont(), writerfilter::ooxml::OOXMLFastContextHandler::lockField(), writerfilter::rtftok::RTFDocumentImpl::replayBuffer(), writerfilter::rtftok::RTFDocumentImpl::runBreak(), writerfilter::rtftok::RTFDocumentImpl::singleChar(), writerfilter::ooxml::OOXMLFastContextHandler::startField(), and writerfilter::ooxml::OOXMLBreakHandler::~OOXMLBreakHandler().
|
pure virtual |
Receives 16-bit per character text.
data | buffer containing the text |
len | number of characters in the text. |
Implemented in writerfilter::LoggedStream.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::ooxml::OOXMLFastContextHandler::cr(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::ooxml::OOXMLFastContextHandler::endOfParagraph(), writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow::endRow(), writerfilter::ooxml::OOXMLFastContextHandler::ftnednref(), writerfilter::ooxml::OOXMLFastContextHandler::ftnednsep(), writerfilter::ooxml::OOXMLFastContextHandler::noBreakHyphen(), writerfilter::ooxml::OOXMLFastContextHandler::pgNum(), writerfilter::rtftok::RTFDocumentImpl::replayBuffer(), writerfilter::ooxml::OOXMLFastContextHandlerStream::sendProperty(), writerfilter::ooxml::OOXMLFastContextHandler::softHyphen(), writerfilter::ooxml::OOXMLFastContextHandler::startCharacterGroup(), writerfilter::ooxml::OOXMLFastContextHandler::tab(), writerfilter::ooxml::OOXMLFastContextHandler::text(), and writerfilter::rtftok::RTFDocumentImpl::text().