Searched refs:xControlEnumeration (Results 1 – 1 of 1) sorted by relevance
3602 Reference< XEnumeration > xControlEnumeration; in checkFormComponentValidity() local3604 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()