Searched refs:bValidValue (Results 1 – 6 of 6) sorted by relevance
97 sal_Bool bValidValue; // sal_True: Formel neu berechnen member in SwTableFormula123 bValidValue = rCpy.bValidValue; in operator =()142 sal_Bool IsValid() const { return bValidValue; } in IsValid()143 inline void ChgValid( sal_Bool bNew ) { bValidValue = bNew; } in ChgValid()149 bValidValue = sal_False; in SetFormula()
39 sal_Bool bValidValue : 1; member in SwUserFieldType78 { return bValidValue; } in IsValid()81 { bValidValue = bNew; } in ChgValid()
75 sal_Bool bValidValue : 1; member in SwDBField
194 bValidValue(sal_False), in SwDBField()261 pTmp->bValidValue = bValidValue; in Copy()293 bValidValue = bVal; in ChgValue()296 if( bValidValue ) in ChgValue()323 bValidValue = sal_False; in Evaluate()352 bValidValue = sal_True; in Evaluate()367 bValidValue = sal_True; // Wegen Bug #60339 nicht mehr bei allen Strings in Evaluate()
193 bValidValue = bDeleted = sal_False; in SwUserFieldType()219 pTmp->bValidValue = bValidValue; in Copy()249 if(bValidValue) in GetValue()261 bValidValue = sal_True; in GetValue()
318 bValidValue = sal_False; in SwTableFormula()
Completed in 23 milliseconds