Home
last modified time | relevance | path

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

/AOO41X/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx68 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() argument
86 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 …]
H A Dservices.cxx62 …{ &OReportEngineJFree::create, &OReportEngineJFree::getImplementationName_Static, &OReportEngineJF…
/AOO41X/main/reportdesign/source/core/inc/
H A DReportEngineJFree.hxx44 class OReportEngineJFree : public comphelper::OMutexAndBroadcastHelper, class
55 OReportEngineJFree(const OReportEngineJFree&);
56 OReportEngineJFree& operator=(const OReportEngineJFree&);
79 virtual ~OReportEngineJFree();
81 …typedef ::comphelper::ImplementationReference< OReportEngineJFree ,::com::sun::star::report::XRe…
83OReportEngineJFree(const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >&…