Searched refs:AdjustTextFrameWidthAndHeight (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxat.cxx | 74 FASTBOOL SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt, FASTBOOL bWdt) con… in AdjustTextFrameWidthAndHeight() function in SdrTextObj 211 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aRect,bHgt,bWdt); in NbcAdjustTextFrameWidthAndHeight() 224 FASTBOOL SdrTextObj::AdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in AdjustTextFrameWidthAndHeight() function in SdrTextObj 227 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aNeuRect,bHgt,bWdt); in AdjustTextFrameWidthAndHeight()
|
H A D | svdoashp.cxx | 2611 FASTBOOL SdrObjCustomShape::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt, FASTBOOL bW… in AdjustTextFrameWidthAndHeight() function in SdrObjCustomShape 2765 …if ( AdjustTextFrameWidthAndHeight( aAdjustedTextRect, bHgt, bWdt ) ) // that the new text rect… in ImpCalculateTextFrame() 2815 FASTBOOL SdrObjCustomShape::AdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in AdjustTextFrameWidthAndHeight() function in SdrObjCustomShape
|
H A D | svdotext.cxx | 2037 AdjustTextFrameWidthAndHeight(); in onEditOutlinerStatusEvent()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | futext.cxx | 559 pTxtObj->AdjustTextFrameWidthAndHeight(); in ImpSetAttributesForNewTextObject() 573 pTxtObj->AdjustTextFrameWidthAndHeight(); in ImpSetAttributesForNewTextObject() 616 pTxtObj->AdjustTextFrameWidthAndHeight(); in ImpSetAttributesFitToSize() 629 pTxtObj->AdjustTextFrameWidthAndHeight(); in ImpSetAttributesFitToSizeVertical() 658 pTxtObj->AdjustTextFrameWidthAndHeight(); in ImpSetAttributesFitCommon()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdoashp.hxx | 214 …virtual FASTBOOL AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt=sal_True, FASTBOOL bWd… 216 virtual FASTBOOL AdjustTextFrameWidthAndHeight(FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True);
|
H A D | svdotable.hxx | 222 …virtual FASTBOOL AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt=sal_True, FASTBOOL bWd… 223 virtual FASTBOOL AdjustTextFrameWidthAndHeight(FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True);
|
H A D | svdotext.hxx | 336 …virtual FASTBOOL AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt=sal_True, FASTBOOL bWd… 338 virtual FASTBOOL AdjustTextFrameWidthAndHeight(FASTBOOL bHgt=sal_True, FASTBOOL bWdt=sal_True);
|
/aoo41x/main/sc/source/core/data/ |
H A D | postit.cxx | 680 maNoteData.mpCaption->AdjustTextFrameWidthAndHeight(); in CreateCaptionFromInitData() 843 pCaption->AdjustTextFrameWidthAndHeight(); in CreateTempCaption()
|
/aoo41x/main/svx/source/table/ |
H A D | svdotable.cxx | 2213 FASTBOOL SdrTableObj::AdjustTextFrameWidthAndHeight(FASTBOOL bHgt, FASTBOOL bWdt) in AdjustTextFrameWidthAndHeight() function in sdr::table::SdrTableObj 2216 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aNeuRect,bHgt,bWdt); in AdjustTextFrameWidthAndHeight() 2233 FASTBOOL SdrTableObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHeight, FASTBOOL bWidt… in AdjustTextFrameWidthAndHeight() function in sdr::table::SdrTableObj
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 1479 if (!pTextObj->AdjustTextFrameWidthAndHeight()) in ChangeMarkedObjectsBulletsNumbering()
|
Completed in 96 milliseconds