Searched refs:bInclJustify (Results 1 – 2 of 2) sorted by relevance
200 sal_Bool bInclJustify : 1; member in SwTableAutoFmt230 sal_Bool IsJustify() const { return bInclJustify; } in IsJustify()236 void SetJustify( const sal_Bool bNew ) { bInclJustify = bNew; } in SetJustify()
531 bInclJustify = sal_True; in SwTableAutoFmt()565 bInclJustify = rNew.bInclJustify; in operator =()794 rStream >> b; bInclJustify = b; in Load()832 rStream >> b; bInclJustify = b; in LoadOld()864 rStream << ( b = bInclJustify ); in Save()
Completed in 25 milliseconds