Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dformcontroller.cxx3602 Reference< XEnumeration > xControlEnumeration; in checkFormComponentValidity() local
3604 xControlEnumeration = xControlEnumAcc->createEnumeration(); in checkFormComponentValidity()
3605 …OSL_ENSURE( xControlEnumeration.is(), "FormController::checkFormComponentValidity: cannot enumerat… in checkFormComponentValidity()
3606 if ( !xControlEnumeration.is() ) in checkFormComponentValidity()
3611 while ( xControlEnumeration->hasMoreElements() ) in checkFormComponentValidity()
3613 if ( !( xControlEnumeration->nextElement() >>= xValidatable ) ) in checkFormComponentValidity()