LibreOffice Module oox (master) 1
|
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 | |
RecordParser * | mpParser |
Definition at line 41 of file recordparser.cxx.
|
inlineexplicit |
Definition at line 44 of file recordparser.cxx.
void oox::core::prv::Locator::checkDispose | ( | ) |
css::uno::RuntimeException |
Definition at line 66 of file recordparser.cxx.
References mpParser.
Referenced by getPublicId(), and getSystemId().
void oox::core::prv::Locator::dispose | ( | void | ) |
Definition at line 61 of file recordparser.cxx.
References mpParser.
|
overridevirtual |
Definition at line 72 of file recordparser.cxx.
|
overridevirtual |
Definition at line 77 of file recordparser.cxx.
|
overridevirtual |
Definition at line 82 of file recordparser.cxx.
References checkDispose().
|
overridevirtual |
Definition at line 88 of file recordparser.cxx.
References checkDispose(), oox::core::RecordParser::getInputSource(), oox::core::RecordInputSource::maSystemId, and mpParser.
|
private |
Definition at line 58 of file recordparser.cxx.
Referenced by checkDispose(), dispose(), and getSystemId().