Searched refs:bInclFrame (Results 1 – 2 of 2) sorted by relevance
201 sal_Bool bInclFrame : 1; member in SwTableAutoFmt231 sal_Bool IsFrame() const { return bInclFrame; } in IsFrame()237 void SetFrame( const sal_Bool bNew ) { bInclFrame = bNew; } in SetFrame()
532 bInclFrame = sal_True; in SwTableAutoFmt()566 bInclFrame = rNew.bInclFrame; in operator =()795 rStream >> b; bInclFrame = b; in Load()833 rStream >> b; bInclFrame = b; in LoadOld()865 rStream << ( b = bInclFrame ); in Save()
Completed in 77 milliseconds