Home
last modified time | relevance | path

Searched refs:bIsAutoGrowWidth (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2543 …FASTBOOL bIsAutoGrowWidth = ((SdrTextAutoGrowHeightItem&)(rSet.Get(SDRATTR_TEXT_AUTOGROWHEIGHT))).… in IsAutoGrowWidth() local
2544 if ( bIsAutoGrowWidth && !IsVerticalWriting() ) in IsAutoGrowWidth()
2545bIsAutoGrowWidth = ((SdrTextWordWrapItem&)(rSet.Get(SDRATTR_TEXT_WORDWRAP))).GetValue() == sal_Fal… in IsAutoGrowWidth()
2546 return bIsAutoGrowWidth; in IsAutoGrowWidth()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx2377 sal_Bool bIsAutoGrowWidth = sal_False; in StartElement() local
2381 aAny >>= bIsAutoGrowWidth; in StartElement()
2383 if ( bIsAutoGrowWidth ) in StartElement()
2392 if ( bIsAutoGrowWidth ) in StartElement()

Completed in 52 milliseconds