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.cxx807 MIP aMIP; in getLocalMIP() local
810 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()
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()

Completed in 32 milliseconds