Home
last modified time | relevance | path

Searched refs:checkValue (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/tools/source/memtools/
H A Dmultisel.cxx884 bool StringRangeEnumerator::checkValue( sal_Int32 i_nValue, const std::set< sal_Int32 >* i_pPossibl… in checkValue() function in StringRangeEnumerator
917 if( checkValue( i_nFirst ) && checkValue( i_nLast ) ) in insertRange()
931 if( checkValue( i_nFirst ) ) in insertRange()
941 if( checkValue( i_nLast ) ) in insertRange()
1098 if( ! pEnumerator->checkValue( nCurrent, pPossibleValues ) ) in operator ++()
1121 if( ! checkValue(*it, i_pPossibleValues ) ) in begin()
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx128 bool checkValue( sal_Int32, const std::set< sal_Int32 >* i_pPossibleValues = NULL ) const;
/trunk/main/idlc/source/
H A Dparser.y2933 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
2961 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
H A Dastenum.cxx44 AstConstant* AstEnum::checkValue(AstExpression* pExpr) in checkValue() function in AstEnum
/trunk/main/idlc/inc/idlc/
H A Dastenum.hxx43 AstConstant* checkValue(AstExpression* pExpr);
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx884 const PropertyValue* checkValue = aValues.getConstArray(); in convertFastPropertyValue() local
885 for ( ;!bModified && checkValue != valueEnd ; ++checkValue,++pInfoIter) in convertFastPropertyValue()
887 bModified = checkValue->Name != pInfoIter->Name; in convertFastPropertyValue()
890 bModified = !::comphelper::compare(checkValue->Value,pInfoIter->Value); in convertFastPropertyValue()
/trunk/main/configmgr/source/
H A Daccess.cxx348 void Access::checkValue(css::uno::Any const & value, Type type, bool nillable) { in checkValue() function in configmgr::Access
393 checkValue(value, locprop->getStaticType(), locprop->isNillable()); in insertLocalizedValueChild()
1855 checkValue(aElement, TYPE_ANY, true); in insertByName()
H A Daccess.hxx181 void checkValue(
H A Dchildaccess.cxx261 checkValue(value, type, nillable); in setProperty()

Completed in 58 milliseconds