Home
last modified time | relevance | path

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

/aoo41x/main/sw/inc/
H A Dtblafmt.hxx202 sal_Bool bInclBackground : 1; member in SwTableAutoFmt
232 sal_Bool IsBackground() const { return bInclBackground; } in IsBackground()
238 void SetBackground( const sal_Bool bNew ) { bInclBackground = bNew; } in SetBackground()
/aoo41x/main/sw/source/core/doc/
H A Dtblafmt.cxx533 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 28 milliseconds