Searched refs:OReportEngineJFree (Results 1 – 3 of 3) sorted by relevance
68 OReportEngineJFree::OReportEngineJFree( const uno::Reference< uno::XComponentContext >& context) in DBG_NAME()79 OReportEngineJFree::~OReportEngineJFree() in ~OReportEngineJFree()84 IMPLEMENT_FORWARD_XINTERFACE2(OReportEngineJFree,ReportEngineBase,ReportEnginePropertySet) in IMPLEMENT_FORWARD_XINTERFACE2() argument86 void SAL_CALL OReportEngineJFree::dispose() throw(uno::RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()93 ::rtl::OUString OReportEngineJFree::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()99 ::rtl::OUString SAL_CALL OReportEngineJFree::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()104 uno::Sequence< ::rtl::OUString > OReportEngineJFree::getSupportedServiceNames_Static( ) throw(uno:… in getSupportedServiceNames_Static()112 uno::Reference< uno::XInterface > OReportEngineJFree::create(uno::Reference< uno::XComponentContext… in create()114 return *(new OReportEngineJFree(xContext)); in create()118 uno::Sequence< ::rtl::OUString > SAL_CALL OReportEngineJFree::getSupportedServiceNames( ) throw(un… in getSupportedServiceNames()[all …]
62 …{ &OReportEngineJFree::create, &OReportEngineJFree::getImplementationName_Static, &OReportEngineJF…
44 class OReportEngineJFree : public comphelper::OMutexAndBroadcastHelper, class55 OReportEngineJFree(const OReportEngineJFree&);56 OReportEngineJFree& operator=(const OReportEngineJFree&);79 virtual ~OReportEngineJFree();81 …typedef ::comphelper::ImplementationReference< OReportEngineJFree ,::com::sun::star::report::XRe…83 …OReportEngineJFree(const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >&…