Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dtblafmt.hxx203 sal_Bool bInclBackground : 1; member in SwTableAutoFmt
233 sal_Bool IsBackground() const { return bInclBackground; } in IsBackground()
239 void SetBackground( const sal_Bool bNew ) { bInclBackground = bNew; } in SetBackground()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx531 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 26 milliseconds