Searched refs:bInclFont (Results 1 – 2 of 2) sorted by relevance
200 sal_Bool bInclFont : 1; member in SwTableAutoFmt230 sal_Bool IsFont() const { return bInclFont; } in IsFont()236 void SetFont( const sal_Bool bNew ) { bInclFont = bNew; } in SetFont()
528 bInclFont = sal_True; in SwTableAutoFmt()562 bInclFont = rNew.bInclFont; in operator =()791 rStream >> b; bInclFont = b; in Load()829 rStream >> b; bInclFont = b; in LoadOld()861 rStream << ( b = bInclFont ); in Save()
Completed in 26 milliseconds