Searched refs:FastTokenHandler (Results 1 – 6 of 6) sorted by relevance
55 return static_cast< ::cppu::OWeakObject* >( new FastTokenHandler ); in FastTokenHandler_createInstance()60 FastTokenHandler::FastTokenHandler() : in FastTokenHandler() function in oox::core::FastTokenHandler65 FastTokenHandler::~FastTokenHandler() in ~FastTokenHandler()71 OUString SAL_CALL FastTokenHandler::getImplementationName() throw (RuntimeException) in getImplementationName()76 sal_Bool SAL_CALL FastTokenHandler::supportsService( const OUString& rServiceName ) throw (RuntimeE… in supportsService()85 Sequence< OUString > SAL_CALL FastTokenHandler::getSupportedServiceNames() throw (RuntimeException) in getSupportedServiceNames()92 sal_Int32 FastTokenHandler::getToken( const OUString& rIdentifier ) throw( RuntimeException ) in getToken()97 OUString FastTokenHandler::getIdentifier( sal_Int32 nToken ) throw( RuntimeException ) in getIdentifier()102 Sequence< sal_Int8 > FastTokenHandler::getUTF8Identifier( sal_Int32 nToken ) throw( RuntimeExceptio… in getUTF8Identifier()107 sal_Int32 FastTokenHandler::getTokenFromUTF8( const Sequence< sal_Int8 >& rIdentifier ) throw( Runt… in getTokenFromUTF8()
38 namespace core { DECLARE_FUNCTIONS( FastTokenHandler ); }62 IMPLEMENTATION_ENTRY( ::oox::core::FastTokenHandler ),
81 mxParser->setTokenHandler( new FastTokenHandler ); in FastParser()
43 class FastTokenHandler : public FastTokenHandler_BASE class46 explicit FastTokenHandler();47 virtual ~FastTokenHandler();
32 service FastTokenHandler : XFastTokenHandler
159 offapi/com/sun/star/xml/sax/FastTokenHandler \
Completed in 44 milliseconds