Searched refs:FastLocatorImpl (Results 1 – 2 of 2) sorted by relevance
86 class FastLocatorImpl : public WeakImplHelper1< XLocator > class89 FastLocatorImpl( FastSaxParser *p ) : mpParser(p) {} in FastLocatorImpl() function in sax_fastparser::FastLocatorImpl145 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()
48 class FastLocatorImpl;151 ::rtl::Reference< FastLocatorImpl > mxDocumentLocator;
Completed in 20 milliseconds