Home
last modified time | relevance | path

Searched refs:FastTokenHandler (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/oox/source/core/
H A Dfasttokenhandler.cxx55 return static_cast< ::cppu::OWeakObject* >( new FastTokenHandler ); in FastTokenHandler_createInstance()
60 FastTokenHandler::FastTokenHandler() : in FastTokenHandler() function in oox::core::FastTokenHandler
65 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()
H A Dservices.cxx38 namespace core { DECLARE_FUNCTIONS( FastTokenHandler ); }
62 IMPLEMENTATION_ENTRY( ::oox::core::FastTokenHandler ),
H A Dfastparser.cxx81 mxParser->setTokenHandler( new FastTokenHandler ); in FastParser()
/aoo42x/main/oox/inc/oox/core/
H A Dfasttokenhandler.hxx43 class FastTokenHandler : public FastTokenHandler_BASE class
46 explicit FastTokenHandler();
47 virtual ~FastTokenHandler();
/aoo42x/main/offapi/com/sun/star/xml/sax/
H A DFastTokenHandler.idl32 service FastTokenHandler : XFastTokenHandler
/aoo42x/main/offapi/
H A DUnoApi_offapi.mk159 offapi/com/sun/star/xml/sax/FastTokenHandler \

Completed in 46 milliseconds