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 40 of file recordparser.cxx.
|
inlineexplicit |
Definition at line 43 of file recordparser.cxx.
void oox::core::prv::Locator::checkDispose | ( | ) |
css::uno::RuntimeException |
Definition at line 65 of file recordparser.cxx.
References mpParser.
Referenced by getPublicId(), and getSystemId().
void oox::core::prv::Locator::dispose | ( | void | ) |
Definition at line 60 of file recordparser.cxx.
References mpParser.
|
overridevirtual |
Definition at line 71 of file recordparser.cxx.
|
overridevirtual |
Definition at line 76 of file recordparser.cxx.
|
overridevirtual |
Definition at line 81 of file recordparser.cxx.
References checkDispose().
|
overridevirtual |
Definition at line 87 of file recordparser.cxx.
References checkDispose(), oox::core::RecordParser::getInputSource(), oox::core::RecordInputSource::maSystemId, and mpParser.
|
private |
Definition at line 57 of file recordparser.cxx.
Referenced by checkDispose(), dispose(), and getSystemId().