LibreOffice Module writerperfect (master) 1
Public Member Functions | Private Attributes | List of all members
writerperfect::exp::XMLStyleContext Class Reference

Handler for <style:style>. More...

#include <txtstyli.hxx>

Inheritance diagram for writerperfect::exp::XMLStyleContext:
[legend]
Collaboration diagram for writerperfect::exp::XMLStyleContext:
[legend]

Public Member Functions

 XMLStyleContext (XMLImport &rImport, XMLStylesContext &rStyles)
 
rtl::Reference< XMLImportContextCreateChildContext (const OUString &rName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttribs) override
 
void SAL_CALL startElement (const OUString &rName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttribs) override
 
void SAL_CALL endElement (const OUString &rName) override
 
librevenge::RVNGPropertyList & GetTextPropertyList ()
 
librevenge::RVNGPropertyList & GetParagraphPropertyList ()
 
librevenge::RVNGPropertyList & GetCellPropertyList ()
 
librevenge::RVNGPropertyList & GetColumnPropertyList ()
 
librevenge::RVNGPropertyList & GetRowPropertyList ()
 
librevenge::RVNGPropertyList & GetTablePropertyList ()
 
librevenge::RVNGPropertyList & GetGraphicPropertyList ()
 
librevenge::RVNGPropertyList & GetPageLayoutPropertyList ()
 
- Public Member Functions inherited from writerperfect::exp::XMLImportContext
 XMLImportContext (XMLImport &rImport)
 
XMLImportGetImport ()
 
virtual rtl::Reference< XMLImportContextCreateChildContext (const OUString &rName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttribs)
 
void SAL_CALL startDocument () override
 
void SAL_CALL endDocument () override
 
void SAL_CALL startElement (const OUString &rName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttribs) override
 
void SAL_CALL endElement (const OUString &rName) override
 
void SAL_CALL characters (const OUString &rChars) override
 
void SAL_CALL ignorableWhitespace (const OUString &rWhitespaces) override
 
void SAL_CALL processingInstruction (const OUString &rTarget, const OUString &rData) override
 
void SAL_CALL setDocumentLocator (const css::uno::Reference< css::xml::sax::XLocator > &xLocator) override
 

Private Attributes

OUString m_aName
 
OUString m_aFamily
 
librevenge::RVNGPropertyList m_aTextPropertyList
 
librevenge::RVNGPropertyList m_aParagraphPropertyList
 
librevenge::RVNGPropertyList m_aCellPropertyList
 
librevenge::RVNGPropertyList m_aColumnPropertyList
 
librevenge::RVNGPropertyList m_aRowPropertyList
 
librevenge::RVNGPropertyList m_aTablePropertyList
 
librevenge::RVNGPropertyList m_aGraphicPropertyList
 
librevenge::RVNGPropertyList m_aPageLayoutPropertyList
 
librevenge::RVNGPropertyList m_aMasterPagePropertyList
 
XMLStylesContextm_rStyles
 

Detailed Description

Handler for <style:style>.

Definition at line 21 of file txtstyli.hxx.

Constructor & Destructor Documentation

◆ XMLStyleContext()

writerperfect::exp::XMLStyleContext::XMLStyleContext ( XMLImport rImport,
XMLStylesContext rStyles 
)

Definition at line 305 of file txtstyli.cxx.

Member Function Documentation

◆ CreateChildContext()

rtl::Reference< XMLImportContext > writerperfect::exp::XMLStyleContext::CreateChildContext ( const OUString &  rName,
const css::uno::Reference< css::xml::sax::XAttributeList > &  xAttribs 
)
overridevirtual

◆ endElement()

void writerperfect::exp::XMLStyleContext::endElement ( const OUString &  rName)
override

◆ GetCellPropertyList()

librevenge::RVNGPropertyList & writerperfect::exp::XMLStyleContext::GetCellPropertyList ( )

Definition at line 389 of file txtstyli.cxx.

References m_aCellPropertyList.

◆ GetColumnPropertyList()

librevenge::RVNGPropertyList & writerperfect::exp::XMLStyleContext::GetColumnPropertyList ( )

Definition at line 391 of file txtstyli.cxx.

References m_aColumnPropertyList.

◆ GetGraphicPropertyList()

librevenge::RVNGPropertyList & writerperfect::exp::XMLStyleContext::GetGraphicPropertyList ( )

Definition at line 403 of file txtstyli.cxx.

References m_aGraphicPropertyList.

◆ GetPageLayoutPropertyList()

librevenge::RVNGPropertyList & writerperfect::exp::XMLStyleContext::GetPageLayoutPropertyList ( )

Definition at line 408 of file txtstyli.cxx.

References m_aPageLayoutPropertyList.

◆ GetParagraphPropertyList()

librevenge::RVNGPropertyList & writerperfect::exp::XMLStyleContext::GetParagraphPropertyList ( )

Definition at line 384 of file txtstyli.cxx.

References m_aParagraphPropertyList.

◆ GetRowPropertyList()

librevenge::RVNGPropertyList & writerperfect::exp::XMLStyleContext::GetRowPropertyList ( )

Definition at line 396 of file txtstyli.cxx.

References m_aRowPropertyList.

◆ GetTablePropertyList()

librevenge::RVNGPropertyList & writerperfect::exp::XMLStyleContext::GetTablePropertyList ( )

Definition at line 398 of file txtstyli.cxx.

References m_aTablePropertyList.

◆ GetTextPropertyList()

librevenge::RVNGPropertyList & writerperfect::exp::XMLStyleContext::GetTextPropertyList ( )

Definition at line 382 of file txtstyli.cxx.

References m_aTextPropertyList.

◆ startElement()

void writerperfect::exp::XMLStyleContext::startElement ( const OUString &  rName,
const css::uno::Reference< css::xml::sax::XAttributeList > &  xAttribs 
)
override

Member Data Documentation

◆ m_aCellPropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aCellPropertyList
private

Definition at line 48 of file txtstyli.hxx.

Referenced by endElement(), and GetCellPropertyList().

◆ m_aColumnPropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aColumnPropertyList
private

Definition at line 49 of file txtstyli.hxx.

Referenced by endElement(), and GetColumnPropertyList().

◆ m_aFamily

OUString writerperfect::exp::XMLStyleContext::m_aFamily
private

Definition at line 45 of file txtstyli.hxx.

Referenced by endElement(), and startElement().

◆ m_aGraphicPropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aGraphicPropertyList
private

Definition at line 52 of file txtstyli.hxx.

Referenced by endElement(), GetGraphicPropertyList(), and startElement().

◆ m_aMasterPagePropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aMasterPagePropertyList
private

Definition at line 54 of file txtstyli.hxx.

Referenced by endElement(), and startElement().

◆ m_aName

OUString writerperfect::exp::XMLStyleContext::m_aName
private

Definition at line 44 of file txtstyli.hxx.

Referenced by endElement(), and startElement().

◆ m_aPageLayoutPropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aPageLayoutPropertyList
private

Definition at line 53 of file txtstyli.hxx.

Referenced by endElement(), GetPageLayoutPropertyList(), and startElement().

◆ m_aParagraphPropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aParagraphPropertyList
private

Definition at line 47 of file txtstyli.hxx.

Referenced by endElement(), GetParagraphPropertyList(), and startElement().

◆ m_aRowPropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aRowPropertyList
private

Definition at line 50 of file txtstyli.hxx.

Referenced by endElement(), and GetRowPropertyList().

◆ m_aTablePropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aTablePropertyList
private

Definition at line 51 of file txtstyli.hxx.

Referenced by endElement(), GetTablePropertyList(), and startElement().

◆ m_aTextPropertyList

librevenge::RVNGPropertyList writerperfect::exp::XMLStyleContext::m_aTextPropertyList
private

Definition at line 46 of file txtstyli.hxx.

Referenced by endElement(), GetTextPropertyList(), and startElement().

◆ m_rStyles

XMLStylesContext& writerperfect::exp::XMLStyleContext::m_rStyles
private

Definition at line 55 of file txtstyli.hxx.

Referenced by endElement().


The documentation for this class was generated from the following files: