Searched refs:bInclFont (Results 1 – 2 of 2) sorted by relevance
199 sal_Bool bInclFont : 1; member in SwTableAutoFmt229 sal_Bool IsFont() const { return bInclFont; } in IsFont()235 void SetFont( const sal_Bool bNew ) { bInclFont = bNew; } in SetFont()
530 bInclFont = sal_True; in SwTableAutoFmt()564 bInclFont = rNew.bInclFont; in operator =()793 rStream >> b; bInclFont = b; in Load()831 rStream >> b; bInclFont = b; in LoadOld()863 rStream << ( b = bInclFont ); in Save()
Completed in 10 milliseconds