Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dtblafmt.hxx204 sal_Bool bInclValueFormat : 1; member in SwTableAutoFmt
234 sal_Bool IsValueFormat() const { return bInclValueFormat; } in IsValueFormat()
240 void SetValueFormat( const sal_Bool bNew ) { bInclValueFormat = bNew; } in SetValueFormat()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx532 bInclValueFormat = sal_True; in SwTableAutoFmt()
566 bInclValueFormat = rNew.bInclValueFormat; in operator =()
795 rStream >> b; bInclValueFormat = b; in Load()
865 rStream << ( b = bInclValueFormat ); in Save()

Completed in 26 milliseconds