Home
last modified time | relevance | path

Searched refs:OFunction (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/reportdesign/source/core/api/
H A DFunction.cxx41 uno::Reference< uno::XInterface > OFunction::create(uno::Reference< uno::XComponentContext > const … in create()
43 return *(new OFunction(xContext)); in create()
48 OFunction::OFunction(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()
59 OFunction::~OFunction() in ~OFunction()
64 IMPLEMENT_FORWARD_XINTERFACE2(OFunction,FunctionBase,FunctionPropertySet) in IMPLEMENT_FORWARD_XINTERFACE2() argument
66 void SAL_CALL OFunction::dispose() throw(uno::RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
72 ::rtl::OUString OFunction::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
78 ::rtl::OUString SAL_CALL OFunction::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
83 uno::Sequence< ::rtl::OUString > OFunction::getSupportedServiceNames_Static( ) throw(uno::RuntimeE… in getSupportedServiceNames_Static()
91 uno::Sequence< ::rtl::OUString > SAL_CALL OFunction::getSupportedServiceNames( ) throw(uno::Runtim… in getSupportedServiceNames()
[all …]
H A Dservices.cxx64 …{ &OFunction::create, &OFunction::getImplementationName_Static, &OFunction::getSupportedServiceNam…
H A DFunctions.cxx76 return new OFunction(m_xContext); in createFunction()
/AOO41X/main/reportdesign/source/core/inc/
H A DFunction.hxx45 class OFunction : public cppu::BaseMutex, class
57 OFunction(const OFunction&);
58 OFunction& operator=(const OFunction&);
73 virtual ~OFunction();
75 …explicit OFunction(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > co…