Searched refs:OShape (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/reportdesign/source/core/api/ |
H A D | Shape.cxx | 62 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 D | services.cxx | 66 …{ &OShape::create, &OShape::getImplementationName_Static, &OShape::getSupportedServiceNames_Static,
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | Shape.hxx | 46 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…
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | RptModel.cxx | 220 …xRet = static_cast<cppu::OWeakObject*>(new OShape(m_pReportDefinition->getContext(),m_pReportDefin… in createShape()
|
Completed in 32 milliseconds