Home
last modified time | relevance | path

Searched refs:ImportDocumentHandler (Results 1 – 3 of 3) sorted by relevance

/trunk/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx56 ImportDocumentHandler::ImportDocumentHandler(uno::Reference< uno::XComponentContext > const & conte… in ImportDocumentHandler() function in rptxml::ImportDocumentHandler
62 ImportDocumentHandler::~ImportDocumentHandler() in ~ImportDocumentHandler()
70 IMPLEMENT_GET_IMPLEMENTATION_ID(ImportDocumentHandler)
71 IMPLEMENT_FORWARD_REFCOUNT( ImportDocumentHandler, ImportDocumentHandler_BASE ) in IMPLEMENT_FORWARD_REFCOUNT() argument
73 ::rtl::OUString SAL_CALL ImportDocumentHandler::getImplementationName( ) throw(uno::RuntimeExcepti… in IMPLEMENT_FORWARD_REFCOUNT()
94 ::rtl::OUString ImportDocumentHandler::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
110 return *(new ImportDocumentHandler( _rxContext )); in create()
113 void SAL_CALL ImportDocumentHandler::startDocument() throw (uno::RuntimeException, xml::sax::SAXExc… in startDocument()
118 void SAL_CALL ImportDocumentHandler::endDocument() throw (uno::RuntimeException, xml::sax::SAXExcep… in endDocument()
374 uno::Any SAL_CALL ImportDocumentHandler::queryInterface( const uno::Type& _rType ) throw (uno::Runt… in queryInterface()
[all …]
H A DxmlImportDocumentHandler.hxx45 class ImportDocumentHandler : public ImportDocumentHandler_BASE class
54 …explicit ImportDocumentHandler(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponent…
78 ImportDocumentHandler(ImportDocumentHandler &); // not defined
79 void operator =(ImportDocumentHandler &); // not defined
81 virtual ~ImportDocumentHandler();
H A Dxmlservices.cxx71 …{ &ImportDocumentHandler::create, &ImportDocumentHandler::getImplementationName_Static, &ImportDoc…

Completed in 17 milliseconds