Searched refs:OFunction (Results 1 – 4 of 4) sorted by relevance
44 return *(new OFunction(xContext)); in create()49 OFunction::OFunction(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()60 OFunction::~OFunction() in ~OFunction()65 IMPLEMENT_FORWARD_XINTERFACE2(OFunction,FunctionBase,FunctionPropertySet) in IMPLEMENT_FORWARD_XINTERFACE2() argument67 void SAL_CALL OFunction::dispose() throw(uno::RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()73 ::rtl::OUString OFunction::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()79 ::rtl::OUString SAL_CALL OFunction::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()138 ::sal_Bool SAL_CALL OFunction::getPreEvaluated() throw (uno::RuntimeException) in getPreEvaluated()150 ::sal_Bool SAL_CALL OFunction::getDeepTraversing() throw (uno::RuntimeException) in getDeepTraversing()163 ::rtl::OUString SAL_CALL OFunction::getName() throw (uno::RuntimeException) in getName()[all …]
64 …{ &OFunction::create, &OFunction::getImplementationName_Static, &OFunction::getSupportedServiceNam…
77 return new OFunction(m_xContext); in createFunction()
45 class OFunction : public cppu::BaseMutex, class57 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…
Completed in 10 milliseconds