Searched refs:getDisjunctiveTerms (Results 1 – 3 of 3) sorted by relevance
971 ::sal_Int32 SAL_CALL FormController::getDisjunctiveTerms() throw( ::com::sun::star::uno::RuntimeExc… in getDisjunctiveTerms() function in svxform::FormController985 …|| ( _Component >= getFilterComponents() ) || ( _Term < 0 ) || ( _Term >= getDisjunctiveTerms() ) ) in setPredicateExpression()1050 if ( ( _Term < 0 ) || ( _Term >= getDisjunctiveTerms() ) ) in removeDisjunctiveTerm()1110 if ( ( _ActiveTerm < 0 ) || ( _ActiveTerm >= getDisjunctiveTerms() ) ) in setActiveTerm()
792 if ( nInsertPos >= xFilterController->getDisjunctiveTerms() ) in AppendFilterItems()832 … bool bEmptyLastTerm = ( ( nPos == 0 ) && xFilterController->getDisjunctiveTerms() == 1 ); in Remove()
266 …virtual ::sal_Int32 SAL_CALL getDisjunctiveTerms() throw (::com::sun::star::uno::RuntimeException);
Completed in 44 milliseconds