Searched refs:bValidIndex (Results 1 – 2 of 2) sorted by relevance
506 …const bool bValidIndex = ( _Event.DisjunctiveTerm >= 0 ) && ( (size_t)_Event.DisjunctiveTerm < rTe… in disjunctiveTermRemoved() local507 OSL_ENSURE( bValidIndex, "FmFilterAdapter::disjunctiveTermRemoved: invalid term index!" ); in disjunctiveTermRemoved()508 if ( !bValidIndex ) in disjunctiveTermRemoved()541 …bool bValidIndex = ( nInsertPos >= 0 ) && ( (size_t)nInsertPos <= pFormItem->GetChildren().size() … in disjunctiveTermAdded() local542 if ( !bValidIndex ) in disjunctiveTermAdded()
3378 const bool bValidIndex = /*0 <= nIndex &&*/ nIndex <= pNode->Len(); in GetLineNumberAtIndex() local3379 DBG_ASSERT( bValidIndex, "GetLineNumberAtIndex: invalid index" ); in GetLineNumberAtIndex()3383 else if (bValidIndex) // nIndex < pNode->Len() in GetLineNumberAtIndex()
Completed in 42 milliseconds