Searched refs:bInclBackground (Results 1 – 2 of 2) sorted by relevance
203 sal_Bool bInclBackground : 1; member in SwTableAutoFmt233 sal_Bool IsBackground() const { return bInclBackground; } in IsBackground()239 void SetBackground( const sal_Bool bNew ) { bInclBackground = bNew; } in SetBackground()
531 bInclBackground = sal_True; in SwTableAutoFmt()565 bInclBackground = rNew.bInclBackground; in operator =()794 rStream >> b; bInclBackground = b; in Load()832 rStream >> b; bInclBackground = b; in LoadOld()864 rStream << ( b = bInclBackground ); in Save()
Completed in 18 milliseconds