Searched refs:OCustomShape (Results 1 – 5 of 5) sorted by relevance
153 pNewObj = OCustomShape::Create( _xComponent ); in createObject()482 TYPEINIT1(OCustomShape, SdrObjCustomShape);484 OCustomShape::OCustomShape(const uno::Reference< report::XReportComponent>& _xComponent in OCustomShape() function in rptui::OCustomShape494 OCustomShape::OCustomShape(const ::rtl::OUString& _sComponentName) in OCustomShape() function in rptui::OCustomShape503 OCustomShape::~OCustomShape() in ~OCustomShape()508 sal_uInt16 OCustomShape::GetObjIdentifier() const in GetObjIdentifier()513 sal_uInt32 OCustomShape::GetObjInventor() const in GetObjInventor()518 SdrPage* OCustomShape::GetImplPage() const in GetImplPage()528 sal_Int32 OCustomShape::GetStep() const in GetStep()536 void OCustomShape::NbcMove( const Size& rSize ) in NbcMove()[all …]
94 else if ( pObj->ISA(OCustomShape) ) in _CreateShape()
141 class REPORTDESIGN_DLLPUBLIC OCustomShape: public SdrObjCustomShape , public OObjectBase class147 …static OCustomShape* Create( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XRe… in Create()149 return new OCustomShape( _xComponent ); in Create()153 …OCustomShape(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& …154 OCustomShape(const ::rtl::OUString& _sComponentName);168 virtual ~OCustomShape();
191 if ( pObj->ISA(OCustomShape) ) in SetMarkedToLayer()225 if ( !pObj->ISA(OCustomShape) ) in OnlyShapesMarked()
92 pObjFactory->pNewObj = new OCustomShape(SERVICE_SHAPE); in IMPL_LINK()
Completed in 42 milliseconds