Home
last modified time | relevance | path

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

/aoo41x/main/sw/inc/
H A Dtblafmt.hxx201 sal_Bool bInclFrame : 1; member in SwTableAutoFmt
231 sal_Bool IsFrame() const { return bInclFrame; } in IsFrame()
237 void SetFrame( const sal_Bool bNew ) { bInclFrame = bNew; } in SetFrame()
/aoo41x/main/sw/source/core/doc/
H A Dtblafmt.cxx532 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 19 milliseconds