Lines Matching refs:rRow
807 FmFilterRow& rRow = m_aFilterRows[ m_nCurrentFilterPosition ]; in impl_setTextOnAllFilter_throw() local
808 for ( FmFilterRow::const_iterator iter2 = rRow.begin(); in impl_setTextOnAllFilter_throw()
809 iter2 != rRow.end(); in impl_setTextOnAllFilter_throw()
859 const FmFilterRow& rRow = *row; in getFastPropertyValue() local
861 if ( rRow.empty() ) in getFastPropertyValue()
865 … for ( FmFilterRow::const_iterator condition = rRow.begin(); condition != rRow.end(); ++condition ) in getFastPropertyValue()
882 if ( condition != rRow.begin() ) in getFastPropertyValue()
1023 const FmFilterRow& rRow( *row ); in getPredicateExpressions() local
1032 FmFilterRow::const_iterator predicate = rRow.find( *comp ); in getPredicateExpressions()
1033 if ( predicate != rRow.end() ) in getPredicateExpressions()
1531 FmFilterRow& rRow = m_aFilterRows[ m_nCurrentFilterPosition ]; in textChanged() local
1535 rRow[xText] = aText; in textChanged()
1539 FmFilterRow::iterator iter = rRow.find(xText); in textChanged()
1541 if (iter != rRow.end()) in textChanged()
1542 rRow.erase(iter); in textChanged()