Home
last modified time | relevance | path

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

/aoo4110/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx82 ExportDocumentHandler::ExportDocumentHandler(uno::Reference< uno::XComponentContext > const & conte… in ExportDocumentHandler() function in rptxml::ExportDocumentHandler
93 ExportDocumentHandler::~ExportDocumentHandler() in ~ExportDocumentHandler()
101 IMPLEMENT_GET_IMPLEMENTATION_ID(ExportDocumentHandler)
102 IMPLEMENT_FORWARD_REFCOUNT( ExportDocumentHandler, ExportDocumentHandler_BASE ) in IMPLEMENT_FORWARD_REFCOUNT() argument
104 ::rtl::OUString SAL_CALL ExportDocumentHandler::getImplementationName( ) throw(uno::RuntimeExcepti… in IMPLEMENT_FORWARD_REFCOUNT()
125 ::rtl::OUString ExportDocumentHandler::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
141 return *(new ExportDocumentHandler( _rxContext )); in create()
144 void SAL_CALL ExportDocumentHandler::startDocument() throw (uno::RuntimeException, xml::sax::SAXExc… in startDocument()
149 void SAL_CALL ExportDocumentHandler::endDocument() throw (uno::RuntimeException, xml::sax::SAXExcep… in endDocument()
367 uno::Sequence< uno::Type > SAL_CALL ExportDocumentHandler::getTypes( ) throw (uno::RuntimeExceptio… in getTypes()
[all …]
H A DxmlExportDocumentHandler.hxx43 class ExportDocumentHandler : public ExportDocumentHandler_BASE class
52 …explicit ExportDocumentHandler(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponent…
77 ExportDocumentHandler(ExportDocumentHandler &); // not defined
78 void operator =(ExportDocumentHandler &); // not defined
80 virtual ~ExportDocumentHandler();
H A Dxmlservices.cxx69 …{ &ExportDocumentHandler::create, &ExportDocumentHandler::getImplementationName_Static, &ExportDoc…

Completed in 21 milliseconds