Home
last modified time | relevance | path

Searched refs:SdrObjCustomShape (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx358 Reference< XCustomShapeEngine > SdrObjCustomShape::GetCustomShapeEngine( const SdrObjCustomShape* p… in GetCustomShapeEngine()
421 sal_Bool SdrObjCustomShape::IsTextPath() const in IsTextPath()
446 sal_Bool SdrObjCustomShape::IsMirroredX() const in IsMirroredX()
456 sal_Bool SdrObjCustomShape::IsMirroredY() const in IsMirroredY()
642 TYPEINIT1(SdrObjCustomShape,SdrTextObj);
643 SdrObjCustomShape::SdrObjCustomShape() : in SdrObjCustomShape() function in SdrObjCustomShape
652 SdrObjCustomShape::~SdrObjCustomShape() in ~SdrObjCustomShape()
1706 void SdrObjCustomShape::RecalcSnapRect() in RecalcSnapRect()
1725 void SdrObjCustomShape::AdaptTextMinSize() in AdaptTextMinSize()
2268 void SdrObjCustomShape::DragResizeCustomShape( const Rectangle& rNewRect, SdrObjCustomShape* pObj )… in DragResizeCustomShape()
[all …]
H A Dsvdedtv2.cxx1462 const SdrObjCustomShape* pCustomShape = PTR_CAST(SdrObjCustomShape, pObj); in ImpCanDismantle()
1501 const SdrObjCustomShape* pCustomShape = PTR_CAST(SdrObjCustomShape, pObj); in ImpDismantleOneObject()
/trunk/main/svx/inc/svx/
H A Dsvdoashp.hxx82 class SVX_DLLPUBLIC SdrObjCustomShape : public SdrTextObj class
102 …un::star::drawing::XCustomShapeEngine > GetCustomShapeEngine( const SdrObjCustomShape* pCustomShap…
109 …d::vector< SdrCustomShapeInteraction > GetInteractionHandles( const SdrObjCustomShape* pCustomShap…
113 …SVX_DLLPRIVATE void DragResizeCustomShape( const Rectangle& rNewRect, SdrObjCustomShape* pObj ) co…
114 …Hdl( const Point aDestination, const sal_uInt16 nCustomShapeHdlNum, SdrObjCustomShape* pObj ) cons…
131 …static basegfx::B2DPolyPolygon GetLineGeometry( const SdrObjCustomShape* pCustomShape, const sal_B…
153 SdrObjCustomShape();
154 virtual ~SdrObjCustomShape();
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx70 if( pObj->ISA(SdrObjCustomShape) ) in SetAlignmentState()
107 if( pObj->ISA(SdrObjCustomShape) ) in SetCharacterSpacingState()
132 if( pObj->ISA(SdrObjCustomShape) ) in SetKernCharacterPairsState()
152 if( pObj->ISA( SdrObjCustomShape ) ) in SetFontWorkShapeTypeState()
256 if( pObj->ISA(SdrObjCustomShape) ) in checkForSelectedFontWork()
480 if( pObj->ISA(SdrObjCustomShape) ) in execute()
494 Reference< drawing::XShape > aXShape = GetXShapeForSdrObject( (SdrObjCustomShape*)pObj ); in execute()
556 if( pObj->ISA(SdrObjCustomShape) ) in execute()
H A Dextrusionbar.cxx576 if( pObj->ISA(SdrObjCustomShape) ) in execute()
665 if( pObj->ISA(SdrObjCustomShape) ) in getExtrusionDirectionState()
813 if( pObj->ISA(SdrObjCustomShape) ) in getExtrusionProjectionState()
872 if( pObj->ISA(SdrObjCustomShape) ) in getExtrusionSurfaceState()
958 if( pObj->ISA(SdrObjCustomShape) ) in getExtrusionDepthState()
1044 if( pObj->ISA(SdrObjCustomShape) ) in getExtrusionLightingDirectionState()
1119 if( pObj->ISA(SdrObjCustomShape) ) in getExtrusionLightingIntensityState()
1189 if( pObj->ISA(SdrObjCustomShape) ) in getExtrusionColorState()
1255 if( pObj->ISA(SdrObjCustomShape) ) in checkForSelectedCustomShapes()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.hxx32 class SdrObjCustomShape;
44 SdrObjCustomShape& GetCustomShapeObj() const in GetCustomShapeObj()
46 return (SdrObjCustomShape&)GetSdrObject(); in GetCustomShapeObj()
54 ViewContactOfSdrObjCustomShape(SdrObjCustomShape& rCustomShape);
/trunk/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx110 if ( ((SdrObjCustomShape*)pObj)->UseNoFillStyle() ) in MouseButtonDown()
209 ((SdrObjCustomShape*)pObj)->MergeDefaultAttributes( &aCustomShape ); in SetAttributes()
223 if ( pObj && pObj->ISA( SdrObjCustomShape ) ) in CreateDefaultObject()
232 return SdrObjCustomShape::doConstructOrthogonal(aCustomShape); in doConstructOrthogonal()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx92 if ( ((SdrObjCustomShape*)pObj)->UseNoFillStyle() ) in MouseButtonDown()
202 if ( SdrObjCustomShape::doConstructOrthogonal( aCustomShape ) ) in CreateDefaultObject()
274 ((SdrObjCustomShape*)pObj)->MergeDefaultAttributes( &aCustomShape ); in SetAttributes()
281 return SdrObjCustomShape::doConstructOrthogonal(aCustomShape); in doConstructOrthogonal()
H A Ddrawsh4.cxx68 dynamic_cast< const SdrObjCustomShape* >(pObj)); // #121538# no FontWork for CustomShapes in GetFormTextState()
H A Ddrtxtob2.cxx231 dynamic_cast< const SdrObjCustomShape* >(pObj)); // #121538# no FontWork for CustomShapes in GetFormTextState()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1996 ((SdrObjCustomShape*)mpObj.get())->SaveGeoData( aCustomShapeGeoData ); in getPosition()
2003 bMirroredX = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredX() ); in getPosition()
2004 bMirroredY = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredY() ); in getPosition()
2007 Rectangle aRect(((SdrObjCustomShape*)mpObj.get())->GetLogicRect()); in getPosition()
2107 bMirroredX = ( ((SdrObjCustomShape*)pObject)->IsMirroredX() ); in setPropertyValue()
2108 bMirroredY = ( ((SdrObjCustomShape*)pObject)->IsMirroredY() ); in setPropertyValue()
2115 ((SdrObjCustomShape*)pObject)->MergeDefaultAttributes(0); in setPropertyValue()
2119 bool bNeedsMirrorX = ((SdrObjCustomShape*)pObject)->IsMirroredX() != bMirroredX; in setPropertyValue()
2120 bool bNeedsMirrorY = ((SdrObjCustomShape*)pObject)->IsMirroredY() != bMirroredY; in setPropertyValue()
2164 double fAngle = static_cast<SdrObjCustomShape*>(mpObj.get())->GetObjectRotation(); in getPropertyValueImpl()
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx482 TYPEINIT1(OCustomShape, SdrObjCustomShape);
486 :SdrObjCustomShape() in OCustomShape()
495 :SdrObjCustomShape() in OCustomShape()
556 SdrObjCustomShape::NbcMove( rSize ); in NbcMove()
561 SdrObjCustomShape::NbcResize( rRef, xFract, yFract ); in NbcResize()
568 SdrObjCustomShape::NbcSetLogicRect(rRect); in NbcSetLogicRect()
574 FASTBOOL bResult = SdrObjCustomShape::EndCreate(rStat, eCmd); in EndCreate()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx141 SdrObject* EnhancedCustomShapeEngine::ImplForceGroupWithText( const SdrObjCustomShape* pCustoObj, S… in ImplForceGroupWithText()
305 const GeoStat& rGeoStat = ((SdrObjCustomShape*)pSdrObjCustomShape)->GetGeoStat(); in REF()
339 … pRenderedShape = ImplForceGroupWithText( (SdrObjCustomShape*)pSdrObjCustomShape, pRenderedShape ); in REF()
388 const GeoStat& rGeoStat = ((SdrObjCustomShape*)pSdrObjCustomShape)->GetGeoStat(); in getLineGeometry()
H A DEnhancedCustomShape3d.cxx306 sal_Bool bIsMirroredX = ((SdrObjCustomShape*)pCustomShape)->IsMirroredX(); in Create3DObject()
307 sal_Bool bIsMirroredY = ((SdrObjCustomShape*)pCustomShape)->IsMirroredY(); in Create3DObject()
635 double fZRotate = ((SdrObjCustomShape*)pCustomShape)->GetObjectRotation() * F_PI180; in Create3DObject()
820 double fZRotate = - ((SdrObjCustomShape*)pCustomShape)->GetObjectRotation() * F_PI180; in CalculateNewSnapRect()
827 if ( ((SdrObjCustomShape*)pCustomShape)->IsMirroredX() ) in CalculateNewSnapRect()
829 if ( ((SdrObjCustomShape*)pCustomShape)->IsMirroredY() ) in CalculateNewSnapRect()
H A DEnhancedCustomShapeEngine.hxx68 class SdrObjCustomShape;
80 SdrObject* ImplForceGroupWithText( const SdrObjCustomShape* pCustoObj, SdrObject* pRenderedShape );
H A DEnhancedCustomShape2d.cxx750 …if ( pCustomShapeObj->ISA( SdrObjCustomShape ) ) // should always be a SdrObjCustomShape, but you … in EnhancedCustomShape2d()
751 nRotateAngle = (sal_Int32)(((SdrObjCustomShape*)pCustomShapeObj)->GetObjectRotation() * 100.0); in EnhancedCustomShape2d()
1172 const GeoStat aGeoStat( ((SdrObjCustomShape*)pCustomShapeObj)->GetGeoStat() ); in GetHandlePosition()
1217 const GeoStat aGeoStat( ((SdrObjCustomShape*)pCustomShapeObj)->GetGeoStat() ); in SetHandleControllerPosition()
H A DEnhancedCustomShapeFontWork.cxx114 OutlinerParaObject* pParaObj = ((SdrObjCustomShape*)pCustomShape)->GetOutlinerParaObject(); in InitializeFontWorkData()
226 sal_Bool bIsVertical = ((SdrObjCustomShape*)pCustomShape)->IsVerticalWriting(); in GetTextAreaOutline()
/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx329 if(pSdrObj->ISA(SdrObjCustomShape)) in CreateAccessibleBaseName()
331 SdrObjCustomShape* pCustomShape = (SdrObjCustomShape*)pSdrObj; in CreateAccessibleBaseName()
/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx151 if ( ((SdrObjCustomShape*)pObj)->UseNoFillStyle() ) in MouseButtonDown()
309 ((SdrObjCustomShape*)pObj)->MergeDefaultAttributes( &aCustomShape ); in SetAttributes()
337 return SdrObjCustomShape::doConstructOrthogonal(aCustomShape); in doConstructOrthogonal()
/trunk/main/svx/source/sdr/properties/
H A Dcustomshapeproperties.cxx44 SdrObjCustomShape& rObj = static_cast< SdrObjCustomShape& >(GetSdrObject()); in UpdateTextFrameStatus()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2548 void ConvertEnhancedCustomShapeEquation( SdrObjCustomShape* pCustoShape, in ConvertEnhancedCustomShapeEquation()
2643 if ( pCustoShape->IsDefaultGeometry( SdrObjCustomShape::DEFAULT_EQUATIONS ) in IsDefaultObject()
2644 && pCustoShape->IsDefaultGeometry( SdrObjCustomShape::DEFAULT_VIEWBOX ) in IsDefaultObject()
2645 && pCustoShape->IsDefaultGeometry( SdrObjCustomShape::DEFAULT_PATH ) in IsDefaultObject()
2646 && pCustoShape->IsDefaultGeometry( SdrObjCustomShape::DEFAULT_GLUEPOINTS ) in IsDefaultObject()
2647 && pCustoShape->IsDefaultGeometry( SdrObjCustomShape::DEFAULT_SEGMENTS ) in IsDefaultObject()
2648 && pCustoShape->IsDefaultGeometry( SdrObjCustomShape::DEFAULT_STRETCHX ) in IsDefaultObject()
2649 && pCustoShape->IsDefaultGeometry( SdrObjCustomShape::DEFAULT_STRETCHY ) in IsDefaultObject()
2651 && pCustoShape->IsDefaultGeometry( SdrObjCustomShape::DEFAULT_TEXTFRAMES ) ) in IsDefaultObject()
2705 SdrObjCustomShape* pCustoShape = (SdrObjCustomShape*)GetSdrObjectFromXShape( rXShape ); in CreateCustomShapeProperties()
[all …]
H A Dmsdffimp.cxx746 ((SdrObjCustomShape*)pO)->SetMergedItem( aGeometryItem ); in SolveSolver()
4478 pRet = new SdrObjCustomShape(); in ImportShape()
4563 OutlinerParaObject* pParaObj = ((SdrObjCustomShape*)pRet)->GetOutlinerParaObject(); in ImportShape()
4566 SdrOutliner& rOutliner = ((SdrObjCustomShape*)pRet)->ImpGetDrawOutliner(); in ImportShape()
4594 ((SdrObjCustomShape*)pRet)->NbcSetOutlinerParaObject( pNewText ); in ImportShape()
4779 ((SdrObjCustomShape*)pRet)->SetMergedItem( aGeometryItem ); in ImportShape()
4780 ((SdrObjCustomShape*)pRet)->MergeDefaultAttributes(); in ImportShape()
4790 ((SdrObjCustomShape*)pRet)->SetMergedItem( aGeoName ); in ImportShape()
4793 ((SdrObjCustomShape*)pRet)->MergeDefaultAttributes(); in ImportShape()
4824 …basegfx::B2DPolyPolygon aPoly( SdrObjCustomShape::GetLineGeometry( (SdrObjCustomShape*)pRet, sal_T… in ImportShape()
[all …]
/trunk/main/oox/source/export/
H A Dshapes.cxx446 SdrObjCustomShape* pShape = (SdrObjCustomShape*) GetSdrObjectFromXShape( xShape ); in WriteCustomShape()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx44 ViewContactOfSdrObjCustomShape::ViewContactOfSdrObjCustomShape(SdrObjCustomShape& rCustomShape) in ViewContactOfSdrObjCustomShape()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1140 class SdrObjCustomShape;
1258 static sal_Bool IsDefaultObject( SdrObjCustomShape* pCustoShape, const MSO_SPT eShapeType );

Completed in 205 milliseconds

12