Lines Matching refs:pCustomShape

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()
283 …SvxCharScaleWidthItem& rCharScaleWidthItem = (SvxCharScaleWidthItem&)pCustomShape->GetMergedItem( … in GetTextAreaOutline()
449 void GetFontWorkOutline( FWData& rFWData, const SdrObject* pCustomShape ) in GetFontWorkOutline() argument
451 …SdrTextHorzAdjust eHorzAdjust( ((SdrTextHorzAdjustItem&)pCustomShape->GetMergedItem( SDRATTR_TEXT_… in GetFontWorkOutline()
452 …SdrFitToSizeType eFTS( ((SdrTextFitToSizeTypeItem&)pCustomShape->GetMergedItem( SDRATTR_TEXT_FITT… in GetFontWorkOutline()
457 rFWData.nSingleLineHeight = (sal_Int32)( ( (double)pCustomShape->GetLogicRect().GetHeight() in GetFontWorkOutline()
461 …SdrCustomShapeGeometryItem& rGeometryItem = (SdrCustomShapeGeometryItem&)pCustomShape->GetMergedIt… in GetFontWorkOutline()
470 GetTextAreaOutline( rFWData, pCustomShape, *aTextAreaIter, bSameLetterHeights ); in GetFontWorkOutline()
812 …bject* CreateSdrObjectFromParagraphOutlines( const FWData& rFWData, const SdrObject* pCustomShape ) in CreateSdrObjectFromParagraphOutlines() argument
849 Point aP( pCustomShape->GetSnapRect().Center() ); in CreateSdrObjectFromParagraphOutlines()
850 Size aS( pCustomShape->GetLogicRect().GetSize() ); in CreateSdrObjectFromParagraphOutlines()
855 SfxItemSet aSet( pCustomShape->GetMergedItemSet() ); in CreateSdrObjectFromParagraphOutlines()
880 …ncedCustomShapeFontWork::CreateFontWork( const SdrObject* pShape2d, const SdrObject* pCustomShape ) in CreateFontWork() argument
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()
902 pRet = CreateSdrObjectFromParagraphOutlines( aFWData, pCustomShape ); in CreateFontWork()