Searched refs:xControlEnumAcc (Results 1 – 1 of 1) sorted by relevance
3602 Reference< XEnumerationAccess > xControlEnumAcc( getModel(), UNO_QUERY ); in checkFormComponentValidity() local3604 if ( xControlEnumAcc.is() ) in checkFormComponentValidity()3605 xControlEnumeration = xControlEnumAcc->createEnumeration(); in checkFormComponentValidity()
Completed in 59 milliseconds