Home
last modified time | relevance | path

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

/aoo41x/main/sw/inc/
H A Dtblafmt.hxx200 sal_Bool bInclJustify : 1; member in SwTableAutoFmt
230 sal_Bool IsJustify() const { return bInclJustify; } in IsJustify()
236 void SetJustify( const sal_Bool bNew ) { bInclJustify = bNew; } in SetJustify()
/aoo41x/main/sw/source/core/doc/
H A Dtblafmt.cxx531 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 22 milliseconds