Searched refs:bIncludeJustify (Results 1 – 2 of 2) sorted by relevance
487 bIncludeJustify = in ScAutoFormatData()502 bIncludeJustify( rData.bIncludeJustify ), in ScAutoFormatData()654 if( bIncludeJustify ) in IsEqualData()735 if( bIncludeJustify ) in FillToItemSet()817 rStream >> b; bIncludeJustify = b; in Load()844 rStream >> b; bIncludeJustify = b; in LoadOld()895 rStream << ( b = bIncludeJustify ); in Save()
202 sal_Bool bIncludeJustify : 1; member in ScAutoFormatData227 sal_Bool GetIncludeJustify() const { return bIncludeJustify; } in GetIncludeJustify()234 void SetIncludeJustify( sal_Bool bJustify ) { bIncludeJustify = bJustify; } in SetIncludeJustify()
Completed in 17 milliseconds