Searched refs:bAutoGrowWidth (Results 1 – 4 of 4) sorted by relevance
715 sal_Bool bAutoGrowWidth = aTsbAutoGrowWidth.GetState() == STATE_CHECK; in IMPL_LINK() local721 …!( ( bAutoGrowWidth && bAutoGrowWidthEnabled ) || ( bAutoGrowHeight && bAutoGrowHeightEnabled ) ) … in IMPL_LINK()732 …aTsbFitToSize.Enable( !( ( bAutoGrowWidth && bAutoGrowWidthEnabled ) || ( bAutoGrowHeight && bAuto… in IMPL_LINK()
1641 …sal_Bool bAutoGrowWidth = ((SdrTextAutoGrowWidthItem&)rSet.Get(SDRATTR_TEXT_AUTOGROWWIDTH)).GetVal… in SetVerticalWriting() local1661 aNewSet.Put(SdrTextAutoGrowHeightItem(bAutoGrowWidth)); in SetVerticalWriting()
956 sal_Bool bAutoGrowWidth, bAutoGrowHeight; in ProcessObj() local1147 bAutoGrowWidth = sal_False; in ProcessObj()1149 bAutoGrowWidth = sal_True; in ProcessObj()1173 bAutoGrowWidth = bFitShapeToText; in ProcessObj()1178 bAutoGrowWidth = sal_False; in ProcessObj()1190 pTObj->SetMergedItem( SdrTextAutoGrowWidthItem( bAutoGrowWidth ) ); in ProcessObj()
683 sal_Bool bAutoGrowWidth ( sal_False ); in CreateTextProperties() local705 aAny >>= bAutoGrowWidth; in CreateTextProperties()794 if ( bAutoGrowWidth ) in CreateTextProperties()844 if ( bAutoGrowWidth ) in CreateTextProperties()
Completed in 90 milliseconds