Home
last modified time | relevance | path

Searched refs:FastLocatorImpl (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sax/source/fastparser/
H A Dfastparser.cxx86 class FastLocatorImpl : public WeakImplHelper1< XLocator > class
89 FastLocatorImpl( FastSaxParser *p ) : mpParser(p) {} in FastLocatorImpl() function in sax_fastparser::FastLocatorImpl
145 sal_Int32 SAL_CALL FastLocatorImpl::getColumnNumber(void) throw (RuntimeException) in getColumnNumber()
153 sal_Int32 SAL_CALL FastLocatorImpl::getLineNumber(void) throw (RuntimeException) in getLineNumber()
161 OUString SAL_CALL FastLocatorImpl::getPublicId(void) throw (RuntimeException) in getPublicId()
168 OUString SAL_CALL FastLocatorImpl::getSystemId(void) throw (RuntimeException) in getSystemId()
204 mxDocumentLocator.set( new FastLocatorImpl( this ) ); in FastSaxParser()
H A Dfastparser.hxx48 class FastLocatorImpl;
151 ::rtl::Reference< FastLocatorImpl > mxDocumentLocator;

Completed in 15 milliseconds