Searched refs:bInclValueFormat (Results 1 – 2 of 2) sorted by relevance
204 sal_Bool bInclValueFormat : 1; member in SwTableAutoFmt234 sal_Bool IsValueFormat() const { return bInclValueFormat; } in IsValueFormat()240 void SetValueFormat( const sal_Bool bNew ) { bInclValueFormat = bNew; } in SetValueFormat()
532 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 28 milliseconds