Searched refs:bInclFrame (Results 1 – 2 of 2) sorted by relevance
202 sal_Bool bInclFrame : 1; member in SwTableAutoFmt232 sal_Bool IsFrame() const { return bInclFrame; } in IsFrame()238 void SetFrame( const sal_Bool bNew ) { bInclFrame = bNew; } in SetFrame()
530 bInclFrame = sal_True; in SwTableAutoFmt()564 bInclFrame = rNew.bInclFrame; in operator =()793 rStream >> b; bInclFrame = b; in Load()831 rStream >> b; bInclFrame = b; in LoadOld()863 rStream << ( b = bInclFrame ); in Save()
Completed in 15 milliseconds