Searched refs:OShape (Results 1 – 4 of 4) sorted by relevance
61 OShape::OShape(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()72 OShape::OShape(uno::Reference< uno::XComponentContext > const & _xContext in OShape() function in reportdesign::OShape99 OShape::~OShape() in ~OShape()105 IMPLEMENT_FORWARD_REFCOUNT( OShape, ShapeBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument107 uno::Any SAL_CALL OShape::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeException) in IMPLEMENT_FORWARD_REFCOUNT()120 void SAL_CALL OShape::dispose() throw(uno::RuntimeException) in dispose()126 ::rtl::OUString OShape::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()132 ::rtl::OUString SAL_CALL OShape::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()137 uno::Sequence< ::rtl::OUString > OShape::getSupportedServiceNames_Static( ) throw(uno::RuntimeExce… in getSupportedServiceNames_Static()145 uno::Reference< uno::XInterface > OShape::create(uno::Reference< uno::XComponentContext > const & x… in create()[all …]
66 …{ &OShape::create, &OShape::getImplementationName_Static, &OShape::getSupportedServiceNames_Static,
46 class OShape : public comphelper::OBaseMutex, class64 OShape(const OShape&);65 OShape& operator=(const OShape&);82 virtual ~OShape();84 …explicit OShape(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const…85 …explicit OShape(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const…
220 …xRet = static_cast<cppu::OWeakObject*>(new OShape(m_pReportDefinition->getContext(),m_pReportDefin… in createShape()