LibreOffice Module oox (master) 1
Public Member Functions | Private Attributes | List of all members
oox::core::prv::Locator Class Reference
Inheritance diagram for oox::core::prv::Locator:
[legend]
Collaboration diagram for oox::core::prv::Locator:
[legend]

Public Member Functions

 Locator (RecordParser *pParser)
 
void dispose ()
 
void checkDispose ()
 
virtual sal_Int32 SAL_CALL getColumnNumber () override
 
virtual sal_Int32 SAL_CALL getLineNumber () override
 
virtual OUString SAL_CALL getPublicId () override
 
virtual OUString SAL_CALL getSystemId () override
 

Private Attributes

RecordParsermpParser
 

Detailed Description

Definition at line 41 of file recordparser.cxx.

Constructor & Destructor Documentation

◆ Locator()

oox::core::prv::Locator::Locator ( RecordParser pParser)
inlineexplicit

Definition at line 44 of file recordparser.cxx.

Member Function Documentation

◆ checkDispose()

void oox::core::prv::Locator::checkDispose ( )
Exceptions
css::uno::RuntimeException

Definition at line 66 of file recordparser.cxx.

References mpParser.

Referenced by getPublicId(), and getSystemId().

◆ dispose()

void oox::core::prv::Locator::dispose ( void  )

Definition at line 61 of file recordparser.cxx.

References mpParser.

◆ getColumnNumber()

sal_Int32 SAL_CALL oox::core::prv::Locator::getColumnNumber ( )
overridevirtual

Definition at line 72 of file recordparser.cxx.

◆ getLineNumber()

sal_Int32 SAL_CALL oox::core::prv::Locator::getLineNumber ( )
overridevirtual

Definition at line 77 of file recordparser.cxx.

◆ getPublicId()

OUString SAL_CALL oox::core::prv::Locator::getPublicId ( )
overridevirtual

Definition at line 82 of file recordparser.cxx.

References checkDispose().

◆ getSystemId()

OUString SAL_CALL oox::core::prv::Locator::getSystemId ( )
overridevirtual

Member Data Documentation

◆ mpParser

RecordParser* oox::core::prv::Locator::mpParser
private

Definition at line 58 of file recordparser.cxx.

Referenced by checkDispose(), dispose(), and getSystemId().


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