Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/api/
H A DShape.cxx62 OShape::OShape(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()
73 OShape::OShape(uno::Reference< uno::XComponentContext > const & _xContext in OShape() function in reportdesign::OShape
100 OShape::~OShape() in ~OShape()
106 IMPLEMENT_FORWARD_REFCOUNT( OShape, ShapeBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
121 void SAL_CALL OShape::dispose() throw(uno::RuntimeException) in dispose()
148 return *(new OShape(xContext)); in create()
164 REPORTCOMPONENT_IMPL(OShape,m_aProps.aComponent)
165 REPORTCOMPONENT_IMPL2(OShape,m_aProps.aComponent)
166 REPORTCOMPONENT_MASTERDETAIL(OShape,m_aProps.aComponent)
167 REPORTCONTROLFORMAT_IMPL2(OShape,m_aProps.aFormatProperties)
[all …]
H A Dservices.cxx66 …{ &OShape::create, &OShape::getImplementationName_Static, &OShape::getSupportedServiceNames_Static,
/trunk/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…
/trunk/main/reportdesign/source/core/sdr/
H A DRptModel.cxx220 …xRet = static_cast<cppu::OWeakObject*>(new OShape(m_pReportDefinition->getContext(),m_pReportDefin… in createShape()

Completed in 25 milliseconds