Home
last modified time | relevance | path

Searched refs:getBool (Results 151 – 155 of 155) sorted by last modified time

1234567

/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx76 return (!aVar.isNull() && !aVar.isEmpty() ? aVar.getBool() : sal_False); in getBoolProperty()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx234 (*this) = getBool(); in setTypeKind()
1092 sal_Bool ORowSetValue::getBool() const in getBool() function in connectivity::ORowSetValue
H A DRowFunctionParser.cxx116 …ool(mpFirstArg->evaluate(_aRow )->getValue().getBool() && mpSecondArg->evaluate(_aRow )->getValue(… in evaluate()
119 …ool(mpFirstArg->evaluate(_aRow )->getValue().getBool() || mpSecondArg->evaluate(_aRow )->getValue(… in evaluate()
H A DTDatabaseMetaDataBase.cxx158 if ( (*aIter)->evaluate(aRow)->getValue().getBool() ) in getTypeInfo()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx257 operator sal_Bool() const { return isNull() ? sal_False : getBool(); } in operator sal_Bool()
321 sal_Bool getBool() const;

Completed in 33 milliseconds

1234567