Searched refs:checkValue (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/tools/source/memtools/ |
H A D | multisel.cxx | 884 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()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | datasource.cxx | 884 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()
|
/aoo41x/main/idlc/inc/idlc/ |
H A D | astenum.hxx | 43 AstConstant* checkValue(AstExpression* pExpr);
|
/aoo41x/main/idlc/source/ |
H A D | astenum.cxx | 44 AstConstant* AstEnum::checkValue(AstExpression* pExpr) in checkValue() function in AstEnum
|
H A D | parser.y | 2933 if ( pEnum->checkValue(pEnumVal->getConstValue()) ) 2961 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
|
/aoo41x/main/tools/inc/tools/ |
H A D | multisel.hxx | 128 bool checkValue( sal_Int32, const std::set< sal_Int32 >* i_pPossibleValues = NULL ) const;
|
/aoo41x/main/configmgr/source/ |
H A D | childaccess.cxx | 261 checkValue(value, type, nillable); in setProperty()
|
H A D | access.cxx | 348 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 D | access.hxx | 181 void checkValue(
|
Completed in 84 milliseconds