Home
last modified time | relevance | path

Searched refs:OCustomShape (Results 1 – 5 of 5) sorted by relevance

/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx153 pNewObj = OCustomShape::Create( _xComponent ); in createObject()
482 TYPEINIT1(OCustomShape, SdrObjCustomShape);
484 OCustomShape::OCustomShape(const uno::Reference< report::XReportComponent>& _xComponent in OCustomShape() function in rptui::OCustomShape
494 OCustomShape::OCustomShape(const ::rtl::OUString& _sComponentName) in OCustomShape() function in rptui::OCustomShape
503 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 …]
H A DReportDrawPage.cxx94 else if ( pObj->ISA(OCustomShape) ) in _CreateShape()
/trunk/main/reportdesign/inc/
H A DRptObject.hxx141 class REPORTDESIGN_DLLPUBLIC OCustomShape: public SdrObjCustomShape , public OObjectBase class
147 …static OCustomShape* Create( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XRe… in Create()
149 return new OCustomShape( _xComponent ); in Create()
153OCustomShape(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& …
154 OCustomShape(const ::rtl::OUString& _sComponentName);
168 virtual ~OCustomShape();
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx191 if ( pObj->ISA(OCustomShape) ) in SetMarkedToLayer()
225 if ( !pObj->ISA(OCustomShape) ) in OnlyShapesMarked()
H A Ddlgedfac.cxx92 pObjFactory->pNewObj = new OCustomShape(SERVICE_SHAPE); in IMPL_LINK()

Completed in 30 milliseconds