Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/form/
H A Dformcontroller.cxx3603 Reference< XEnumeration > xControlEnumeration; in checkFormComponentValidity() local
3605 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 38 milliseconds