Searched refs:pCustomShape (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeGeometry.cxx | 8357 const mso_CustomShape* pCustomShape = NULL; in GetCustomShapeContent() local 8360 case mso_sptArc : pCustomShape = &msoArc; break; in GetCustomShapeContent() 8372 case mso_sptPlus : pCustomShape = &msoPlus; break; in GetCustomShapeContent() 8374 case mso_sptCan : pCustomShape = &msoCan; break; in GetCustomShapeContent() 8375 case mso_sptCube : pCustomShape = &msoCube; break; in GetCustomShapeContent() 8389 case mso_sptBevel : pCustomShape = &msoBevel; break; in GetCustomShapeContent() 8397 case mso_sptSun : pCustomShape = &msoSun; break; in GetCustomShapeContent() 8398 case mso_sptMoon : pCustomShape = &msoMoon; break; in GetCustomShapeContent() 8437 case mso_sptStar : pCustomShape = &msoStar; break; in GetCustomShapeContent() 8481 case mso_sptWave : pCustomShape = &msoWave; break; in GetCustomShapeContent() [all …]
|
H A D | EnhancedCustomShapeFontWork.cxx | 160 void CalculateHorizontalScalingFactor( const SdrObject* pCustomShape, in CalculateHorizontalScalingFactor() argument 226 sal_Bool bIsVertical = ((SdrObjCustomShape*)pCustomShape)->IsVerticalWriting(); in GetTextAreaOutline() 449 void GetFontWorkOutline( FWData& rFWData, const SdrObject* pCustomShape ) in GetFontWorkOutline() argument 849 Point aP( pCustomShape->GetSnapRect().Center() ); in CreateSdrObjectFromParagraphOutlines() 850 Size aS( pCustomShape->GetLogicRect().GetSize() ); in CreateSdrObjectFromParagraphOutlines() 855 SfxItemSet aSet( pCustomShape->GetMergedItemSet() ); in CreateSdrObjectFromParagraphOutlines() 884 Rectangle aLogicRect( pCustomShape->GetLogicRect() ); in CreateFontWork() 890 if ( InitializeFontWorkData( pCustomShape, nOutlinesCount2d, aFWData ) ) in CreateFontWork() 894 CalculateHorizontalScalingFactor( pCustomShape, aFWData, aOutlines2d ); in CreateFontWork() 898 GetFontWorkOutline( aFWData, pCustomShape ); in CreateFontWork() [all …]
|
H A D | EnhancedCustomShape3d.cxx | 209 : aCenter( pCustomShape->GetSnapRect().Center() ) in Transformation2D() 225 fOriginX = fOriginX * pCustomShape->GetLogicRect().GetWidth(); in Transformation2D() 226 fOriginY = fOriginY * pCustomShape->GetLogicRect().GetHeight(); in Transformation2D() 283 SdrModel* pModel = pCustomShape->GetModel(); in Create3DObject() 306 sal_Bool bIsMirroredX = ((SdrObjCustomShape*)pCustomShape)->IsMirroredX(); in Create3DObject() 308 Rectangle aSnapRect( pCustomShape->GetLogicRect() ); in Create3DObject() 309 long nObjectRotation = pCustomShape->GetRotateAngle(); in Create3DObject() 324 SfxItemSet aSet( pCustomShape->GetMergedItemSet() ); in Create3DObject() 827 if ( ((SdrObjCustomShape*)pCustomShape)->IsMirroredX() ) in CalculateNewSnapRect() 829 if ( ((SdrObjCustomShape*)pCustomShape)->IsMirroredY() ) in CalculateNewSnapRect() [all …]
|
H A D | EnhancedCustomShape3d.hxx | 57 …Transformation2D( const SdrObject* pCustomShape, const Rectangle& rBoundRect, const double* pMap ); 67 …static Rectangle CalculateNewSnapRect( const SdrObject* pCustomShape, const Rectangle& rSnapRect, … 70 static SdrObject* Create3DObject( const SdrObject* pShape2d, const SdrObject* pCustomShape );
|
H A D | EnhancedCustomShapeFontWork.hxx | 37 static SdrObject* CreateFontWork( const SdrObject* pShape2d, const SdrObject* pCustomShape );
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 1482 else if(pCustomShape) in ImpCanDismantle() 1572 else if(pCustomShape) in ImpDismantleOneObject() 1583 pCandidate->SetModel(pCustomShape->GetModel()); in ImpDismantleOneObject() 1593 SdrInsertReason aReason(SDRREASON_VIEWCALL, pCustomShape); in ImpDismantleOneObject() 1599 if(pCustomShape->HasText() && !pCustomShape->IsTextPath()) in ImpDismantleOneObject() 1603 pCustomShape->GetObjInventor(), OBJ_TEXT, 0L, pCustomShape->GetModel()); in ImpDismantleOneObject() 1613 SfxItemSet aTargetItemSet(pCustomShape->GetMergedItemSet()); in ImpDismantleOneObject() 1620 Rectangle aTextBounds = pCustomShape->GetSnapRect(); in ImpDismantleOneObject() 1621 if(pCustomShape->GetTextBounds(aTextBounds)) in ImpDismantleOneObject() 1627 const GeoStat& rSourceGeo = pCustomShape->GetGeoStat(); in ImpDismantleOneObject() [all …]
|
H A D | svdoashp.cxx | 358 …ustomShapeEngine > SdrObjCustomShape::GetCustomShapeEngine( const SdrObjCustomShape* pCustomShape ) in GetCustomShapeEngine() argument 361 …String aEngine(((SdrCustomShapeEngineItem&)pCustomShape->GetMergedItem( SDRATTR_CUSTOMSHAPE_ENGINE… in GetCustomShapeEngine() 367 Reference< XShape > aXShape = GetXShapeForSdrObject( (SdrObjCustomShape*)pCustomShape ); in GetCustomShapeEngine() 520 basegfx::B2DPolyPolygon SdrObjCustomShape::GetLineGeometry( const SdrObjCustomShape* pCustomShape, … in GetLineGeometry() argument 524 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( pCustomShape ) ); in GetLineGeometry() 544 …teraction > SdrObjCustomShape::GetInteractionHandles( const SdrObjCustomShape* pCustomShape ) const in GetInteractionHandles() 549 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( pCustomShape ) ); in GetInteractionHandles()
|
/aoo42x/main/svx/source/accessibility/ |
H A D | ShapeTypeHandler.cxx | 331 SdrObjCustomShape* pCustomShape = (SdrObjCustomShape*)pSdrObj; in CreateAccessibleBaseName() local 332 if(pCustomShape) in CreateAccessibleBaseName() 333 if (pCustomShape->IsTextPath()) in CreateAccessibleBaseName() 338 sName = pCustomShape->GetCustomShapeName(); in CreateAccessibleBaseName()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdoashp.hxx | 102 …:star::drawing::XCustomShapeEngine > GetCustomShapeEngine( const SdrObjCustomShape* pCustomShape ); 109 …< SdrCustomShapeInteraction > GetInteractionHandles( const SdrObjCustomShape* pCustomShape ) const; 131 …static basegfx::B2DPolyPolygon GetLineGeometry( const SdrObjCustomShape* pCustomShape, const sal_B…
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 845 SdrObjCustomShape* pCustomShape = dynamic_cast< SdrObjCustomShape* >( pObj ); in ProcessObj() local 860 …drCustomShapeGeometryItem aGeometryItem( (SdrCustomShapeGeometryItem&)pCustomShape->GetMergedItem(… in ProcessObj() 866 pCustomShape->SetMergedItem( aGeometryItem ); in ProcessObj()
|
Completed in 107 milliseconds