Searched refs:ExportDocumentHandler (Results 1 – 3 of 3) sorted by relevance
82 ExportDocumentHandler::ExportDocumentHandler(uno::Reference< uno::XComponentContext > const & conte… in ExportDocumentHandler() function in rptxml::ExportDocumentHandler93 ExportDocumentHandler::~ExportDocumentHandler() in ~ExportDocumentHandler()101 IMPLEMENT_GET_IMPLEMENTATION_ID(ExportDocumentHandler)102 IMPLEMENT_FORWARD_REFCOUNT( ExportDocumentHandler, ExportDocumentHandler_BASE ) in IMPLEMENT_FORWARD_REFCOUNT() argument104 ::rtl::OUString SAL_CALL ExportDocumentHandler::getImplementationName( ) throw(uno::RuntimeExcepti… in IMPLEMENT_FORWARD_REFCOUNT()110 sal_Bool SAL_CALL ExportDocumentHandler::supportsService( const ::rtl::OUString& ServiceName ) thro… in supportsService()116 uno::Sequence< ::rtl::OUString > SAL_CALL ExportDocumentHandler::getSupportedServiceNames( ) throw… in getSupportedServiceNames()125 ::rtl::OUString ExportDocumentHandler::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()131 uno::Sequence< ::rtl::OUString > ExportDocumentHandler::getSupportedServiceNames_static( ) throw(u… in getSupportedServiceNames_static()139 uno::Reference< uno::XInterface > SAL_CALL ExportDocumentHandler::create( const uno::Reference< uno… in create()[all …]
43 class ExportDocumentHandler : public ExportDocumentHandler_BASE class52 …explicit ExportDocumentHandler(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponent…77 ExportDocumentHandler(ExportDocumentHandler &); // not defined78 void operator =(ExportDocumentHandler &); // not defined80 virtual ~ExportDocumentHandler();
69 …{ &ExportDocumentHandler::create, &ExportDocumentHandler::getImplementationName_Static, &ExportDoc…