Home
last modified time | relevance | path

Searched refs:bAutoGrowWidth (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1641 …sal_Bool bAutoGrowWidth = ((SdrTextAutoGrowWidthItem&)rSet.Get(SDRATTR_TEXT_AUTOGROWWIDTH)).GetVal… in SetVerticalWriting() local
1661 aNewSet.Put(SdrTextAutoGrowHeightItem(bAutoGrowWidth)); in SetVerticalWriting()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx956 sal_Bool bAutoGrowWidth, bAutoGrowHeight; in ProcessObj() local
1147 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()
H A Descherex.cxx683 sal_Bool bAutoGrowWidth ( sal_False ); in CreateTextProperties() local
705 aAny >>= bAutoGrowWidth; in CreateTextProperties()
794 if ( bAutoGrowWidth ) in CreateTextProperties()
844 if ( bAutoGrowWidth ) in CreateTextProperties()
/trunk/main/cui/source/tabpages/
H A Dtextattr.cxx715 sal_Bool bAutoGrowWidth = aTsbAutoGrowWidth.GetState() == STATE_CHECK; in IMPL_LINK() local
721 …!( ( bAutoGrowWidth && bAutoGrowWidthEnabled ) || ( bAutoGrowHeight && bAutoGrowHeightEnabled ) ) … in IMPL_LINK()
732 …aTsbFitToSize.Enable( !( ( bAutoGrowWidth && bAutoGrowWidthEnabled ) || ( bAutoGrowHeight && bAuto… in IMPL_LINK()

Completed in 75 milliseconds