Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dtblafmt.hxx201 sal_Bool bInclJustify : 1; member in SwTableAutoFmt
231 sal_Bool IsJustify() const { return bInclJustify; } in IsJustify()
237 void SetJustify( const sal_Bool bNew ) { bInclJustify = bNew; } in SetJustify()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx529 bInclJustify = sal_True; in SwTableAutoFmt()
563 bInclJustify = rNew.bInclJustify; in operator =()
792 rStream >> b; bInclJustify = b; in Load()
830 rStream >> b; bInclJustify = b; in LoadOld()
862 rStream << ( b = bInclJustify ); in Save()

Completed in 15 milliseconds