Home
last modified time | relevance | path

Searched refs:aMIP (Results 1 – 2 of 2) sorted by relevance

/trunk/main/forms/source/xforms/
H A Dbinding.cxx805 MIP aMIP; in getLocalMIP() local
808 aMIP.setReadonly( maReadonly.getBool( false ) ); in getLocalMIP()
810 aMIP.setRelevant( maRelevant.getBool( true ) ); in getLocalMIP()
812 aMIP.setRequired( maRequired.getBool( false ) ); in getLocalMIP()
815 aMIP.setConstraint( maConstraint.getBool( true ) ); in getLocalMIP()
816 if( ! aMIP.isConstraint() ) in getLocalMIP()
817 aMIP.setConstraintExplanation( msExplainConstraint ); in getLocalMIP()
820 aMIP.setTypeName( msTypeName ); in getLocalMIP()
823 aMIP.setHasCalculate( !maCalculate.isEmptyExpression() ); in getLocalMIP()
825 return aMIP; in getLocalMIP()
H A Dmodel.cxx333 MIP aMIP; in queryMIP() local
337 aMIP.join( aIter->second.second ); in queryMIP()
341 aRet = aMIP; in queryMIP()
343 aRet.inherit( aMIP ); in queryMIP()