Searched refs:aMIP (Results 1 – 2 of 2) sorted by relevance
807 MIP aMIP; in getLocalMIP() local810 aMIP.setReadonly( maReadonly.getBool( false ) ); in getLocalMIP()812 aMIP.setRelevant( maRelevant.getBool( true ) ); in getLocalMIP()814 aMIP.setRequired( maRequired.getBool( false ) ); in getLocalMIP()817 aMIP.setConstraint( maConstraint.getBool( true ) ); in getLocalMIP()818 if( ! aMIP.isConstraint() ) in getLocalMIP()819 aMIP.setConstraintExplanation( msExplainConstraint ); in getLocalMIP()822 aMIP.setTypeName( msTypeName ); in getLocalMIP()825 aMIP.setHasCalculate( !maCalculate.isEmptyExpression() ); in getLocalMIP()827 return aMIP; in getLocalMIP()
333 MIP aMIP; in queryMIP() local337 aMIP.join( aIter->second.second ); in queryMIP()341 aRet = aMIP; in queryMIP()343 aRet.inherit( aMIP ); in queryMIP()
Completed in 23 milliseconds