Searched refs:bInclBackground (Results 1 – 2 of 2) sorted by relevance
202 sal_Bool bInclBackground : 1; member in SwTableAutoFmt232 sal_Bool IsBackground() const { return bInclBackground; } in IsBackground()238 void SetBackground( const sal_Bool bNew ) { bInclBackground = bNew; } in SetBackground()
533 bInclBackground = sal_True; in SwTableAutoFmt()567 bInclBackground = rNew.bInclBackground; in operator =()796 rStream >> b; bInclBackground = b; in Load()834 rStream >> b; bInclBackground = b; in LoadOld()866 rStream << ( b = bInclBackground ); in Save()
Completed in 16 milliseconds