Lines Matching refs:SdrObjCustomShape
102 static MSO_SPT ImpGetCustomShapeType( const SdrObjCustomShape& rCustoShape ) in ImpGetCustomShapeType()
119 static sal_Bool ImpVerticalSwitch( const SdrObjCustomShape& rCustoShape ) in ImpVerticalSwitch()
358 Reference< XCustomShapeEngine > SdrObjCustomShape::GetCustomShapeEngine( const SdrObjCustomShape* p… in GetCustomShapeEngine()
367 Reference< XShape > aXShape = GetXShapeForSdrObject( (SdrObjCustomShape*)pCustomShape ); in GetCustomShapeEngine()
384 const SdrObject* SdrObjCustomShape::GetSdrObjectFromCustomShape() const in GetSdrObjectFromCustomShape()
390 ((SdrObjCustomShape*)this)->mXRenderedCustomShape = xCustomShapeEngine->render(); in GetSdrObjectFromCustomShape()
399 const SdrObject* SdrObjCustomShape::GetSdrObjectShadowFromCustomShape() const in GetSdrObjectShadowFromCustomShape()
413 …((SdrObjCustomShape*)this)->mpLastShadowGeometry = ImpCreateShadowObjectClone(*pSdrObject, rOrigin… in GetSdrObjectShadowFromCustomShape()
421 sal_Bool SdrObjCustomShape::IsTextPath() const in IsTextPath()
432 sal_Bool SdrObjCustomShape::UseNoFillStyle() const in UseNoFillStyle()
446 sal_Bool SdrObjCustomShape::IsMirroredX() const in IsMirroredX()
456 sal_Bool SdrObjCustomShape::IsMirroredY() const in IsMirroredY()
466 void SdrObjCustomShape::SetMirroredX( const sal_Bool bMirrorX ) in SetMirroredX()
477 void SdrObjCustomShape::SetMirroredY( const sal_Bool bMirrorY ) in SetMirroredY()
489 double SdrObjCustomShape::GetObjectRotation() const in GetObjectRotation()
494 double SdrObjCustomShape::GetExtraTextRotation() const in GetExtraTextRotation()
505 sal_Bool SdrObjCustomShape::GetTextBounds( Rectangle& rTextBound ) const in GetTextBounds()
520 basegfx::B2DPolyPolygon SdrObjCustomShape::GetLineGeometry( const SdrObjCustomShape* pCustomShape, … in GetLineGeometry()
544 std::vector< SdrCustomShapeInteraction > SdrObjCustomShape::GetInteractionHandles( const SdrObjCust… in GetInteractionHandles()
637 sdr::properties::BaseProperties* SdrObjCustomShape::CreateObjectSpecificProperties() in CreateObjectSpecificProperties()
642 TYPEINIT1(SdrObjCustomShape,SdrTextObj);
643 SdrObjCustomShape::SdrObjCustomShape() : in SdrObjCustomShape() function in SdrObjCustomShape
652 SdrObjCustomShape::~SdrObjCustomShape() in ~SdrObjCustomShape()
658 void SdrObjCustomShape::MergeDefaultAttributes( const rtl::OUString* pType ) in MergeDefaultAttributes()
1150 sal_Bool SdrObjCustomShape::IsDefaultGeometry( const DefaultType eDefaultType ) const in IsDefaultGeometry()
1637 void SdrObjCustomShape::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const in TakeObjInfo()
1691 void SdrObjCustomShape::SetModel(SdrModel* pNewModel) in SetModel()
1697 sal_uInt16 SdrObjCustomShape::GetObjIdentifier() const in GetObjIdentifier()
1706 void SdrObjCustomShape::RecalcSnapRect() in RecalcSnapRect()
1710 const Rectangle& SdrObjCustomShape::GetSnapRect() const in GetSnapRect()
1714 const Rectangle& SdrObjCustomShape::GetCurrentBoundRect() const in GetCurrentBoundRect()
1718 const Rectangle& SdrObjCustomShape::GetLogicRect() const in GetLogicRect()
1725 void SdrObjCustomShape::AdaptTextMinSize() in AdaptTextMinSize()
1768 void SdrObjCustomShape::NbcSetSnapRect( const Rectangle& rRect ) in NbcSetSnapRect()
1781 void SdrObjCustomShape::SetSnapRect( const Rectangle& rRect ) in SetSnapRect()
1790 void SdrObjCustomShape::NbcSetLogicRect( const Rectangle& rRect ) in NbcSetLogicRect()
1802 void SdrObjCustomShape::SetLogicRect( const Rectangle& rRect ) in SetLogicRect()
1811 void SdrObjCustomShape::Move( const Size& rSiz ) in Move()
1825 void SdrObjCustomShape::NbcMove( const Size& rSiz ) in NbcMove()
1846 void SdrObjCustomShape::Resize( const Point& rRef, const Fraction& xFact, const Fraction& yFact ) in Resize()
1851 void SdrObjCustomShape::NbcResize( const Point& rRef, const Fraction& rxFact, const Fraction& ryFac… in NbcResize()
1902 void SdrObjCustomShape::NbcRotate( const Point& rRef, long nWink, double sn, double cs ) in NbcRotate()
1947 void SdrObjCustomShape::NbcMirror( const Point& rRef1, const Point& rRef2 ) in NbcMirror()
1994 void SdrObjCustomShape::Shear( const Point& rRef, long nWink, double tn, FASTBOOL bVShear ) in Shear()
1999 void SdrObjCustomShape::NbcShear( const Point& rRef, long nWink, double tn, FASTBOOL bVShear ) in NbcShear()
2024 SdrGluePoint SdrObjCustomShape::GetVertexGluePoint(sal_uInt16 nPosNum) const in GetVertexGluePoint()
2053 void SdrObjCustomShape::ImpCheckCustomGluePointsAreAdded() in ImpCheckCustomGluePointsAreAdded()
2153 const SdrGluePointList* SdrObjCustomShape::GetGluePointList() const in GetGluePointList()
2155 ((SdrObjCustomShape*)this)->ImpCheckCustomGluePointsAreAdded(); in GetGluePointList()
2167 SdrGluePointList* SdrObjCustomShape::ForceGluePointList() in ForceGluePointList()
2184 sal_uInt32 SdrObjCustomShape::GetHdlCount() const in GetHdlCount()
2191 SdrHdl* SdrObjCustomShape::GetHdl( sal_uInt32 nHdlNum ) const in GetHdl()
2225 bool SdrObjCustomShape::hasSpecialDrag() const in hasSpecialDrag()
2230 bool SdrObjCustomShape::beginSpecialDrag(SdrDragStat& rDrag) const in beginSpecialDrag()
2268 void SdrObjCustomShape::DragResizeCustomShape( const Rectangle& rNewRect, SdrObjCustomShape* pObj )… in DragResizeCustomShape()
2364 void SdrObjCustomShape::DragMoveCustomShapeHdl( const Point aDestination, const sal_uInt16 nCustomS… in DragMoveCustomShapeHdl()
2406 bool SdrObjCustomShape::applySpecialDrag(SdrDragStat& rDrag) in applySpecialDrag()
2448 void SdrObjCustomShape::DragCreateObject( SdrDragStat& rStat ) in DragCreateObject()
2493 FASTBOOL SdrObjCustomShape::BegCreate( SdrDragStat& rDrag ) in BegCreate()
2498 FASTBOOL SdrObjCustomShape::MovCreate(SdrDragStat& rStat) in MovCreate()
2510 FASTBOOL SdrObjCustomShape::EndCreate( SdrDragStat& rStat, SdrCreateCmd eCmd ) in EndCreate()
2521 basegfx::B2DPolyPolygon SdrObjCustomShape::TakeCreatePoly(const SdrDragStat& /*rDrag*/) const in TakeCreatePoly()
2532 FASTBOOL SdrObjCustomShape::IsAutoGrowHeight() const in IsAutoGrowHeight()
2540 FASTBOOL SdrObjCustomShape::IsAutoGrowWidth() const in IsAutoGrowWidth()
2553 void SdrObjCustomShape::SetVerticalWriting( sal_Bool bVertical ) in SetVerticalWriting()
2611 FASTBOOL SdrObjCustomShape::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt, FASTBOOL bW… in AdjustTextFrameWidthAndHeight()
2755 Rectangle SdrObjCustomShape::ImpCalculateTextFrame( const FASTBOOL bHgt, const FASTBOOL bWdt ) in ImpCalculateTextFrame()
2785 FASTBOOL SdrObjCustomShape::NbcAdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in NbcAdjustTextFrameWidthAndHeight()
2815 FASTBOOL SdrObjCustomShape::AdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in AdjustTextFrameWidthAndHeight()
2854 sal_Bool SdrObjCustomShape::BegTextEdit( SdrOutliner& rOutl ) in BegTextEdit()
2858 void SdrObjCustomShape::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Re… in TakeTextEditArea()
2948 void SdrObjCustomShape::EndTextEdit( SdrOutliner& rOutl ) in EndTextEdit()
2953 void SdrObjCustomShape::TakeTextAnchorRect( Rectangle& rAnchorRect ) const in TakeTextAnchorRect()
2978 void SdrObjCustomShape::TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEdi… in TakeTextRect()
3110 void SdrObjCustomShape::NbcSetOutlinerParaObject(OutlinerParaObject* pTextObject) in NbcSetOutlinerParaObject()
3118 void SdrObjCustomShape::operator=(const SdrObject& rObj) in operator =()
3121 aName =((SdrObjCustomShape&)rObj).aName; in operator =()
3122 fObjectRotation = ((SdrObjCustomShape&)rObj).fObjectRotation; in operator =()
3127 void SdrObjCustomShape::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
3140 void SdrObjCustomShape::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural()
3145 basegfx::B2DPolyPolygon SdrObjCustomShape::TakeXorPoly() const in TakeXorPoly()
3147 return GetLineGeometry( (SdrObjCustomShape*)this, sal_False ); in TakeXorPoly()
3150 basegfx::B2DPolyPolygon SdrObjCustomShape::TakeContour() const in TakeContour()
3158 SdrObject* SdrObjCustomShape::DoConvertToPolyObj(sal_Bool bBezier, bool bAddText) const in DoConvertToPolyObj()
3167 ((SdrObjCustomShape*)this)->GetSdrObjectFromCustomShape(); in DoConvertToPolyObj()
3201 void SdrObjCustomShape::NbcSetStyleSheet( SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAt… in NbcSetStyleSheet()
3208 void SdrObjCustomShape::SetPage( SdrPage* pNewPage ) in SetPage()
3222 SdrObjGeoData* SdrObjCustomShape::NewGeoData() const in NewGeoData()
3227 void SdrObjCustomShape::SaveGeoData(SdrObjGeoData& rGeo) const in SaveGeoData()
3241 void SdrObjCustomShape::RestGeoData(const SdrObjGeoData& rGeo) in RestGeoData()
3260 void SdrObjCustomShape::TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DP… in TRSetBaseGeometry()
3383 sal_Bool SdrObjCustomShape::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolyg… in TRGetBaseGeometry()
3494 sdr::contact::ViewContact* SdrObjCustomShape::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
3500 bool SdrObjCustomShape::doConstructOrthogonal(const ::rtl::OUString& rName) in doConstructOrthogonal()
3534 void SdrObjCustomShape::InvalidateRenderGeometry() in InvalidateRenderGeometry()
3541 ::rtl::OUString SdrObjCustomShape::GetCustomShapeName() in GetCustomShapeName()