LibreOffice Module framework (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
framework::ReadMenuDocumentHandlerBase Class Referenceabstract

#include <menudocumenthandler.hxx>

Inheritance diagram for framework::ReadMenuDocumentHandlerBase:
[legend]
Collaboration diagram for framework::ReadMenuDocumentHandlerBase:
[legend]

Public Member Functions

 ReadMenuDocumentHandlerBase ()
 
virtual ~ReadMenuDocumentHandlerBase () override
 
virtual void SAL_CALL startDocument () override=0
 
virtual void SAL_CALL endDocument () override=0
 
virtual void SAL_CALL startElement (const OUString &aName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttribs) override=0
 
virtual void SAL_CALL endElement (const OUString &aName) override=0
 
virtual void SAL_CALL characters (const OUString &aChars) override=0
 
virtual void SAL_CALL ignorableWhitespace (const OUString &aWhitespaces) override
 
virtual void SAL_CALL processingInstruction (const OUString &aTarget, const OUString &aData) override
 
virtual void SAL_CALL setDocumentLocator (const css::uno::Reference< css::xml::sax::XLocator > &xLocator) override
 

Protected Member Functions

OUString getErrorLineString ()
 
void initPropertyCommon (css::uno::Sequence< css::beans::PropertyValue > &rProps, const OUString &rCommandURL, const OUString &rHelpId, const OUString &rLabel, sal_Int16 nItemStyleBits)
 

Protected Attributes

css::uno::Reference< css::xml::sax::XLocator > m_xLocator
 
css::uno::Reference< css::xml::sax::XDocumentHandler > m_xReader
 

Private Attributes

OUString m_aType
 
OUString m_aLabel
 
OUString m_aContainer
 
OUString m_aHelpURL
 
OUString m_aCommandURL
 
OUString m_aStyle
 

Detailed Description

Definition at line 34 of file menudocumenthandler.hxx.

Constructor & Destructor Documentation

◆ ReadMenuDocumentHandlerBase()

framework::ReadMenuDocumentHandlerBase::ReadMenuDocumentHandlerBase ( )

Definition at line 150 of file menudocumenthandler.cxx.

References m_aType.

◆ ~ReadMenuDocumentHandlerBase()

framework::ReadMenuDocumentHandlerBase::~ReadMenuDocumentHandlerBase ( )
overridevirtual

Definition at line 160 of file menudocumenthandler.cxx.

Member Function Documentation

◆ characters()

virtual void SAL_CALL framework::ReadMenuDocumentHandlerBase::characters ( const OUString &  aChars)
overridepure virtual

◆ endDocument()

virtual void SAL_CALL framework::ReadMenuDocumentHandlerBase::endDocument ( )
overridepure virtual

◆ endElement()

virtual void SAL_CALL framework::ReadMenuDocumentHandlerBase::endElement ( const OUString &  aName)
overridepure virtual

◆ getErrorLineString()

OUString framework::ReadMenuDocumentHandlerBase::getErrorLineString ( )
protected

◆ ignorableWhitespace()

void SAL_CALL framework::ReadMenuDocumentHandlerBase::ignorableWhitespace ( const OUString &  aWhitespaces)
overridevirtual

Definition at line 164 of file menudocumenthandler.cxx.

◆ initPropertyCommon()

void framework::ReadMenuDocumentHandlerBase::initPropertyCommon ( css::uno::Sequence< css::beans::PropertyValue > &  rProps,
const OUString &  rCommandURL,
const OUString &  rHelpId,
const OUString &  rLabel,
sal_Int16  nItemStyleBits 
)
protected

◆ processingInstruction()

void SAL_CALL framework::ReadMenuDocumentHandlerBase::processingInstruction ( const OUString &  aTarget,
const OUString &  aData 
)
overridevirtual

Definition at line 169 of file menudocumenthandler.cxx.

◆ setDocumentLocator()

void SAL_CALL framework::ReadMenuDocumentHandlerBase::setDocumentLocator ( const css::uno::Reference< css::xml::sax::XLocator > &  xLocator)
overridevirtual

Definition at line 174 of file menudocumenthandler.cxx.

References m_xLocator.

◆ startDocument()

virtual void SAL_CALL framework::ReadMenuDocumentHandlerBase::startDocument ( )
overridepure virtual

◆ startElement()

virtual void SAL_CALL framework::ReadMenuDocumentHandlerBase::startElement ( const OUString &  aName,
const css::uno::Reference< css::xml::sax::XAttributeList > &  xAttribs 
)
overridepure virtual

Member Data Documentation

◆ m_aCommandURL

OUString framework::ReadMenuDocumentHandlerBase::m_aCommandURL
private

Definition at line 74 of file menudocumenthandler.hxx.

Referenced by initPropertyCommon().

◆ m_aContainer

OUString framework::ReadMenuDocumentHandlerBase::m_aContainer
private

Definition at line 72 of file menudocumenthandler.hxx.

Referenced by initPropertyCommon().

◆ m_aHelpURL

OUString framework::ReadMenuDocumentHandlerBase::m_aHelpURL
private

Definition at line 73 of file menudocumenthandler.hxx.

Referenced by initPropertyCommon().

◆ m_aLabel

OUString framework::ReadMenuDocumentHandlerBase::m_aLabel
private

Definition at line 71 of file menudocumenthandler.hxx.

Referenced by initPropertyCommon().

◆ m_aStyle

OUString framework::ReadMenuDocumentHandlerBase::m_aStyle
private

Definition at line 75 of file menudocumenthandler.hxx.

Referenced by initPropertyCommon().

◆ m_aType

OUString framework::ReadMenuDocumentHandlerBase::m_aType
private

Definition at line 70 of file menudocumenthandler.hxx.

Referenced by initPropertyCommon().

◆ m_xLocator

css::uno::Reference< css::xml::sax::XLocator > framework::ReadMenuDocumentHandlerBase::m_xLocator
protected

Definition at line 64 of file menudocumenthandler.hxx.

Referenced by getErrorLineString(), and setDocumentLocator().

◆ m_xReader

css::uno::Reference< css::xml::sax::XDocumentHandler> framework::ReadMenuDocumentHandlerBase::m_xReader
protected

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