| /AOO41X/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() 8361 case mso_sptLine: pCustomShape = &msoStraightConnector1; break; in GetCustomShapeContent() 8362 case mso_sptRectangle : pCustomShape = &msoRectangle; break; in GetCustomShapeContent() 8363 case mso_sptParallelogram : pCustomShape = &msoParallelogram; break; in GetCustomShapeContent() 8364 case mso_sptTrapezoid : pCustomShape = &msoTrapezoid; break; in GetCustomShapeContent() 8365 case mso_sptDiamond : pCustomShape = &msoDiamond; break; in GetCustomShapeContent() 8366 case mso_sptRoundRectangle : pCustomShape = &msoRoundRectangle; break; in GetCustomShapeContent() 8367 case mso_sptOctagon : pCustomShape = &msoOctagon; break; in GetCustomShapeContent() 8368 case mso_sptIsocelesTriangle : pCustomShape = &msoIsocelesTriangle; break; in GetCustomShapeContent() [all …]
|
| H A D | EnhancedCustomShapeFontWork.cxx | 99 sal_Bool InitializeFontWorkData( const SdrObject* pCustomShape, const sal_uInt16 nOutlinesCount2d, … in InitializeFontWorkData() argument 114 OutlinerParaObject* pParaObj = ((SdrObjCustomShape*)pCustomShape)->GetOutlinerParaObject(); in InitializeFontWorkData() 160 void CalculateHorizontalScalingFactor( const SdrObject* pCustomShape, in CalculateHorizontalScalingFactor() argument 171 SvxFontItem& rFontItem = (SvxFontItem&)pCustomShape->GetMergedItem( EE_CHAR_FONTINFO ); in CalculateHorizontalScalingFactor() 172 aFont.SetHeight( pCustomShape->GetLogicRect().GetHeight() / rFWData.nMaxParagraphsPerTextArea ); in CalculateHorizontalScalingFactor() 224 void GetTextAreaOutline( const FWData& rFWData, const SdrObject* pCustomShape, FWTextArea& rTextAre… in GetTextAreaOutline() argument 226 sal_Bool bIsVertical = ((SdrObjCustomShape*)pCustomShape)->IsVerticalWriting(); in GetTextAreaOutline() 258 SvxFontItem& rFontItem = (SvxFontItem&)pCustomShape->GetMergedItem( nFntItm ); in GetTextAreaOutline() 269 … SvxPostureItem& rPostureItem = (SvxPostureItem&)pCustomShape->GetMergedItem( EE_CHAR_ITALIC ); in GetTextAreaOutline() 272 … SvxWeightItem& rWeightItem = (SvxWeightItem&)pCustomShape->GetMergedItem( EE_CHAR_WEIGHT ); in GetTextAreaOutline() [all …]
|
| H A D | EnhancedCustomShape3d.cxx | 208 EnhancedCustomShape3d::Transformation2D::Transformation2D( const SdrObject* pCustomShape, const Rec… in Transformation2D() argument 209 : aCenter( pCustomShape->GetSnapRect().Center() ) in Transformation2D() 213 …SdrCustomShapeGeometryItem& rGeometryItem = (SdrCustomShapeGeometryItem&)pCustomShape->GetMergedIt… in Transformation2D() 225 fOriginX = fOriginX * pCustomShape->GetLogicRect().GetWidth(); in Transformation2D() 226 fOriginY = fOriginY * pCustomShape->GetLogicRect().GetHeight(); in Transformation2D() 280 …* EnhancedCustomShape3d::Create3DObject( const SdrObject* pShape2d, const SdrObject* pCustomShape ) in Create3DObject() argument 283 SdrModel* pModel = pCustomShape->GetModel(); in Create3DObject() 284 …SdrCustomShapeGeometryItem& rGeometryItem = (SdrCustomShapeGeometryItem&)pCustomShape->GetMergedIt… in Create3DObject() 306 sal_Bool bIsMirroredX = ((SdrObjCustomShape*)pCustomShape)->IsMirroredX(); in Create3DObject() 307 sal_Bool bIsMirroredY = ((SdrObjCustomShape*)pCustomShape)->IsMirroredY(); in Create3DObject() [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 );
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdedtv2.cxx | 1456 const SdrObjCustomShape* pCustomShape = PTR_CAST(SdrObjCustomShape, pObj); in ImpCanDismantle() local 1476 else if(pCustomShape) in ImpCanDismantle() 1495 const SdrObjCustomShape* pCustomShape = PTR_CAST(SdrObjCustomShape, pObj); in ImpDismantleOneObject() local 1566 else if(pCustomShape) in ImpDismantleOneObject() 1571 const SdrObject* pReplacement = pCustomShape->GetSdrObjectFromCustomShape(); in ImpDismantleOneObject() 1577 pCandidate->SetModel(pCustomShape->GetModel()); in ImpDismantleOneObject() 1579 if(((SdrShadowItem&)pCustomShape->GetMergedItem(SDRATTR_SHADOW)).GetValue()) in ImpDismantleOneObject() 1587 SdrInsertReason aReason(SDRREASON_VIEWCALL, pCustomShape); in ImpDismantleOneObject() 1593 if(pCustomShape->HasText() && !pCustomShape->IsTextPath()) in ImpDismantleOneObject() 1597 pCustomShape->GetObjInventor(), OBJ_TEXT, 0L, pCustomShape->GetModel()); 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()
|
| /AOO41X/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()
|
| /AOO41X/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…
|
| /AOO41X/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()
|