Home
last modified time | relevance | path

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

/AOO41X/main/reportdesign/source/core/api/
H A DShape.cxx61 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::OShape
99 OShape::~OShape() in ~OShape()
105 IMPLEMENT_FORWARD_REFCOUNT( OShape, ShapeBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
107 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 …]
H A Dservices.cxx66 …{ &OShape::create, &OShape::getImplementationName_Static, &OShape::getSupportedServiceNames_Static,
/AOO41X/main/reportdesign/source/core/inc/
H A DShape.hxx46 class OShape : public comphelper::OBaseMutex, class
64 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…
/AOO41X/main/reportdesign/source/core/sdr/
H A DRptModel.cxx220 …xRet = static_cast<cppu::OWeakObject*>(new OShape(m_pReportDefinition->getContext(),m_pReportDefin… in createShape()