LibreOffice Module writerfilter (master) 1
|
#include <OOXMLFastContextHandler.hxx>
Public Member Functions | |
OOXMLFastContextHandlerValue (OOXMLFastContextHandler *pContext) | |
virtual | ~OOXMLFastContextHandlerValue () override |
void | setValue (const OOXMLValue::Pointer_t &pValue) |
virtual OOXMLValue::Pointer_t | getValue () const override |
Return value of this context(element). More... | |
virtual void | lcl_endFastElement (Token_t Element) override |
virtual std::string | getType () const override |
Returns a string describing the type of the context. More... | |
virtual void | setDefaultBooleanValue () override |
virtual void | setDefaultIntegerValue () override |
virtual void | setDefaultHexValue () override |
virtual void | setDefaultStringValue () override |
virtual void | pushBiDiEmbedLevel () override |
virtual void | popBiDiEmbedLevel () override |
void | handleGridAfter () |
![]() | |
OOXMLFastContextHandler (css::uno::Reference< css::uno::XComponentContext > const &context) | |
OOXMLFastContextHandler (OOXMLFastContextHandler *pContext) | |
OOXMLFastContextHandler (OOXMLFastContextHandler const &)=default | |
virtual | ~OOXMLFastContextHandler () override |
virtual void SAL_CALL | startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override final |
virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endFastElement (sal_Int32 Element) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | characters (const OUString &aChars) override |
void | setStream (Stream *pStream) |
virtual OOXMLValue::Pointer_t | getValue () const |
Return value of this context(element). More... | |
virtual std::string | getType () const |
Returns a string describing the type of the context. More... | |
virtual ResourceEnum_t | getResource () const |
virtual void | attributes (const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) |
virtual void | newProperty (Id aId, const OOXMLValue::Pointer_t &pVal) |
virtual void | setPropertySet (const OOXMLPropertySet::Pointer_t &pPropertySet) |
virtual OOXMLPropertySet::Pointer_t | getPropertySet () const |
virtual void | setToken (Token_t nToken) |
virtual Token_t | getToken () const |
void | resolveFootnote (const sal_Int32 nId) |
void | resolveEndnote (const sal_Int32 nId) |
void | resolveComment (const sal_Int32 nId) |
void | resolvePicture (const OUString &rId) |
void | resolveHeader (const sal_Int32 type, const OUString &rId) |
void | resolveFooter (const sal_Int32 type, const OUString &rId) |
void | resolveData (const OUString &rId) |
OUString | getTargetForId (const OUString &rId) |
void | setDocument (OOXMLDocumentImpl *pDocument) |
OOXMLDocumentImpl * | getDocument () |
void | setXNoteId (const OOXMLValue::Pointer_t &pValue) |
void | setXNoteId (const sal_Int32 nId) |
sal_Int32 | getXNoteId () const |
void | setForwardEvents (bool bForwardEvents) |
bool | isForwardEvents () const |
virtual void | setId (Id nId) |
virtual Id | getId () const |
void | setDefine (Id nDefine) |
Id | getDefine () const |
const OOXMLParserState::Pointer_t & | getParserState () const |
void | sendTableDepth () const |
void | setHandle () |
void | startSectionGroup () |
void | setLastParagraphInSection () |
void | setLastSectionGroup () |
void | endSectionGroup () |
void | startParagraphGroup () |
void | endParagraphGroup () |
void | startCharacterGroup () |
void | endCharacterGroup () |
virtual void | pushBiDiEmbedLevel () |
virtual void | popBiDiEmbedLevel () |
void | startSdt () |
void | endSdt () |
void | startSdtRun () |
void | endSdtRun () |
void | startField () |
void | fieldSeparator () |
void | endField () |
void | lockField () |
void | ftnednref () |
void | ftnedncont () |
void | ftnednsep () |
void | pgNum () |
void | tab () |
void | symbol () |
void | cr () |
void | noBreakHyphen () |
void | softHyphen () |
void | handleLastParagraphInSection () |
void | endOfParagraph () |
void | text (const OUString &sText) |
void | positionOffset (const OUString &sText) |
void | alignH (const OUString &sText) |
void | alignV (const OUString &sText) |
void | positivePercentage (const OUString &rText) |
void | startGlossaryEntry () |
void | endGlossaryEntry () |
void | startTxbxContent () |
void | endTxbxContent () |
void | propagateCharacterProperties () |
void | propagateTableProperties () |
void | propagateRowProperties () |
void | propagateCellProperties () |
void | sendPropertiesWithId (Id nId) |
void | sendPropertiesToParent () |
void | sendCellProperties () |
void | sendRowProperties () |
void | sendTableProperties () |
void | clearTableProps () |
void | clearProps () |
virtual void | setDefaultBooleanValue () |
virtual void | setDefaultIntegerValue () |
virtual void | setDefaultHexValue () |
virtual void | setDefaultStringValue () |
void | sendPropertyToParent () |
OOXMLFastContextHandler * | getParent () const |
void | setGridAfter (const OOXMLValue::Pointer_t &pGridAfter) |
Private Attributes | |
OOXMLValue::Pointer_t | mpValue |
Definition at line 325 of file OOXMLFastContextHandler.hxx.
|
explicit |
Definition at line 1226 of file OOXMLFastContextHandler.cxx.
|
overridevirtual |
Definition at line 1232 of file OOXMLFastContextHandler.cxx.
|
inlineoverridevirtual |
Returns a string describing the type of the context.
This is the name of the define normally.
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 337 of file OOXMLFastContextHandler.hxx.
|
overridevirtual |
Return value of this context(element).
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 1241 of file OOXMLFastContextHandler.cxx.
References mpValue.
Referenced by handleGridAfter().
void writerfilter::ooxml::OOXMLFastContextHandlerValue::handleGridAfter | ( | ) |
Definition at line 1303 of file OOXMLFastContextHandler.cxx.
References writerfilter::ooxml::OOXMLFastContextHandler::getParent(), and getValue().
|
overridevirtual |
css::uno::RuntimeException | |
css::xml::sax::SAXException |
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 1246 of file OOXMLFastContextHandler.cxx.
References writerfilter::ooxml::OOXMLFastContextHandler::endAction(), and writerfilter::ooxml::OOXMLFastContextHandler::sendPropertyToParent().
|
overridevirtual |
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 1298 of file OOXMLFastContextHandler.cxx.
References writerfilter::ooxml::OOXMLFactory::characters(), and u.
|
overridevirtual |
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 1291 of file OOXMLFastContextHandler.cxx.
References writerfilter::ooxml::OOXMLFactory::characters(), mpValue, and u.
|
overridevirtual |
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 1254 of file OOXMLFastContextHandler.cxx.
References writerfilter::ooxml::OOXMLBooleanValue::Create(), mpValue, and setValue().
|
overridevirtual |
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 1272 of file OOXMLFastContextHandler.cxx.
References mpValue, and setValue().
|
overridevirtual |
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 1263 of file OOXMLFastContextHandler.cxx.
References writerfilter::ooxml::OOXMLIntegerValue::Create(), mpValue, and setValue().
|
overridevirtual |
Reimplemented from writerfilter::ooxml::OOXMLFastContextHandler.
Definition at line 1281 of file OOXMLFastContextHandler.cxx.
References mpValue, and setValue().
void writerfilter::ooxml::OOXMLFastContextHandlerValue::setValue | ( | const OOXMLValue::Pointer_t & | pValue | ) |
Definition at line 1236 of file OOXMLFastContextHandler.cxx.
References mpValue.
Referenced by setDefaultBooleanValue(), setDefaultHexValue(), setDefaultIntegerValue(), and setDefaultStringValue().
|
private |
Definition at line 350 of file OOXMLFastContextHandler.hxx.
Referenced by getValue(), pushBiDiEmbedLevel(), setDefaultBooleanValue(), setDefaultHexValue(), setDefaultIntegerValue(), setDefaultStringValue(), and setValue().