Home
last modified time | relevance | path

Searched refs:mxTokenHandler (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sax/source/tools/
H A Dfshelper.cxx38mxTokenHandler.set( xFactory->createInstanceWithContext( rtl::OUString( RTL_CONSTASCII_USTRINGPARA… in FastSerializerHelper()
40 mpSerializer->setFastTokenHandler( mxTokenHandler ); in FastSerializerHelper()
53 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in startElement()
72 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in singleElement()
96 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in startElementV()
114 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in singleElementV()
215 return new FastAttributeList( mxTokenHandler ); in createAttrList()
H A Dfastattribs.cxx58 : mxTokenHandler( xTokenHandler ) in FastAttributeList()
105 return mxTokenHandler->getTokenFromUTF8( aSeq ); in getValueToken()
117 return mxTokenHandler->getTokenFromUTF8( aSeq ); in getOptionalValueToken()
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx191 mxAttributes.set( new FastAttributeList( mxTokenHandler ) ); in Entity()
265 return getEntity().mxTokenHandler->getTokenFromUTF8( aSeq ); in GetToken()
275 return getEntity().mxTokenHandler->getTokenFromUTF8( aSeq ); in GetToken()
511 maData.mxTokenHandler = Handler; in setTokenHandler()
H A Dfastparser.hxx63 …:com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastTokenHandler > mxTokenHandler;
/trunk/main/unoxml/source/dom/
H A Dnode.hxx75 mxTokenHandler(i_xTokenHandler) in Context()
98 Reference<XFastTokenHandler> mxTokenHandler; member
H A Dnode.cxx114 return rContext.mxTokenHandler->getTokenFromUTF8( aSeq ); in getToken()
/trunk/main/sax/inc/sax/
H A Dfastattribs.hxx81 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastTokenHandler > mxTokenHandler;
H A Dfshelper.hxx106 com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastTokenHandler> mxTokenHandler; member in sax_fastparser::FastSerializerHelper

Completed in 70 milliseconds