Home
last modified time | relevance | path

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

/aoo41x/main/sw/inc/
H A Dtblafmt.hxx203 sal_Bool bInclValueFormat : 1; member in SwTableAutoFmt
233 sal_Bool IsValueFormat() const { return bInclValueFormat; } in IsValueFormat()
239 void SetValueFormat( const sal_Bool bNew ) { bInclValueFormat = bNew; } in SetValueFormat()
/aoo41x/main/sw/source/core/doc/
H A Dtblafmt.cxx534 bInclValueFormat = sal_True; in SwTableAutoFmt()
568 bInclValueFormat = rNew.bInclValueFormat; in operator =()
797 rStream >> b; bInclValueFormat = b; in Load()
867 rStream << ( b = bInclValueFormat ); in Save()

Completed in 55 milliseconds