Searched refs:bIsAutoGrowWidth (Results 1 – 2 of 2) sorted by relevance
2377 sal_Bool bIsAutoGrowWidth = sal_False; in StartElement() local2381 aAny >>= bIsAutoGrowWidth; in StartElement()2383 if ( bIsAutoGrowWidth ) in StartElement()2392 if ( bIsAutoGrowWidth ) in StartElement()
2543 …FASTBOOL bIsAutoGrowWidth = ((SdrTextAutoGrowHeightItem&)(rSet.Get(SDRATTR_TEXT_AUTOGROWHEIGHT))).… in IsAutoGrowWidth() local2544 if ( bIsAutoGrowWidth && !IsVerticalWriting() ) in IsAutoGrowWidth()2545 …bIsAutoGrowWidth = ((SdrTextWordWrapItem&)(rSet.Get(SDRATTR_TEXT_WORDWRAP))).GetValue() == sal_Fal… in IsAutoGrowWidth()2546 return bIsAutoGrowWidth; in IsAutoGrowWidth()
Completed in 47 milliseconds