Searched refs:OImageControl (Results 1 – 4 of 4) sorted by relevance
121 OImageControl::OImageControl(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()132 OImageControl::OImageControl(uno::Reference< uno::XComponentContext > const & _xContext in OImageControl() function in reportdesign::OImageControl151 OImageControl::~OImageControl() in ~OImageControl()157 IMPLEMENT_FORWARD_REFCOUNT( OImageControl, ImageControlBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument159 uno::Any SAL_CALL OImageControl::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExcep… in IMPLEMENT_FORWARD_REFCOUNT()172 void SAL_CALL OImageControl::dispose() throw(uno::RuntimeException) in dispose()178 ::rtl::OUString OImageControl::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()184 ::rtl::OUString SAL_CALL OImageControl::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()189 uno::Sequence< ::rtl::OUString > OImageControl::getSupportedServiceNames_Static( ) throw(uno::Runt… in getSupportedServiceNames_Static()197 uno::Reference< uno::XInterface > OImageControl::create(uno::Reference< uno::XComponentContext > co… in create()[all …]
58 …{ &OImageControl::create, &OImageControl::getImplementationName_Static, &OImageControl::getSupport…
44 class OImageControl : public comphelper::OBaseMutex, class54 OImageControl(const OImageControl&);55 OImageControl& operator=(const OImageControl&);71 virtual ~OImageControl();73 …explicit OImageControl(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext …74 …explicit OImageControl(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext …
208 …xRet = static_cast<cppu::OWeakObject*>(new OImageControl(m_pReportDefinition->getContext(),m_pRepo… in createShape()