Searched refs:bFitToLine (Results 1 – 3 of 3) sorted by relevance
44 sal_Bool bFitToLine; member in SvxCharRotateItem83 sal_Bool IsFitToLine() const { return bFitToLine; } in IsFitToLine()84 void SetFitToLine( sal_Bool b ) { bFitToLine = b; } in SetFitToLine()
3448 bool bFitToLine = 0 != *(pData+1); in Read_DoubleLine_Rotate() local3449 NewAttr( SvxCharRotateItem( 900, bFitToLine, RES_CHRATR_ROTATE )); in Read_DoubleLine_Rotate()
3267 : SfxUInt16Item( nW, nValue ), bFitToLine( bFitIntoLine ) in SvxCharRotateItem()
Completed in 57 milliseconds