Searched refs:xFormControls (Results 1 – 3 of 3) sorted by relevance
330 uno::Reference< container::XNameAccess > xFormControls( getFormControls() ); in hasProperty() local331 if ( xFormControls.is() ) in hasProperty()332 return xFormControls->hasByName( aName ); in hasProperty()339 uno::Reference< container::XNameAccess > xFormControls; in getFormControls() local348 xFormControls.set( xIndexAccess->getByIndex(0), uno::UNO_QUERY_THROW ); in getFormControls()353 return xFormControls; in getFormControls()
906 uno::Reference< container::XNameAccess > xFormControls; in getFormControls() local917 xFormControls.set( xIndexAccess->getByIndex(0), uno::UNO_QUERY ); in getFormControls()923 return xFormControls; in getFormControls()929 uno::Reference< container::XNameAccess > xFormControls( getFormControls() ); in hasProperty() local930 if ( xFormControls.is() ) in hasProperty()931 return xFormControls->hasByName( aName ); in hasProperty()
191 …uno::Reference< container::XIndexAccess > xFormControls( xFormIndex->getByIndex(0), uno::UNO_QUERY… in getCodeNameForObject() local192 sal_Int32 nCntrls = xFormControls->getCount(); in getCodeNameForObject()195 …uno::Reference< uno::XInterface > xControl( xFormControls->getByIndex( cIndex ), uno::UNO_QUERY_TH… in getCodeNameForObject()
Completed in 44 milliseconds