Searched refs:xControlEnumeration (Results 1 – 1 of 1) sorted by relevance
3603 Reference< XEnumeration > xControlEnumeration; in checkFormComponentValidity() local3605 xControlEnumeration = xControlEnumAcc->createEnumeration(); in checkFormComponentValidity()3606 …OSL_ENSURE( xControlEnumeration.is(), "FormController::checkFormComponentValidity: cannot enumerat… in checkFormComponentValidity()3607 if ( !xControlEnumeration.is() ) in checkFormComponentValidity()3612 while ( xControlEnumeration->hasMoreElements() ) in checkFormComponentValidity()3614 if ( !( xControlEnumeration->nextElement() >>= xValidatable ) ) in checkFormComponentValidity()
Completed in 67 milliseconds