Home
last modified time | relevance | path

Searched refs:bIncludeJustify (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dautoform.cxx487 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()
/trunk/main/sc/inc/
H A Dautoform.hxx202 sal_Bool bIncludeJustify : 1; member in ScAutoFormatData
227 sal_Bool GetIncludeJustify() const { return bIncludeJustify; } in GetIncludeJustify()
234 void SetIncludeJustify( sal_Bool bJustify ) { bIncludeJustify = bJustify; } in SetIncludeJustify()

Completed in 23 milliseconds