Searched refs:xControlProps (Results 1 – 3 of 3) sorted by relevance
207 XPropertySet xControlProps = UNO.queryPropertySet( xForm.getByIndex( i ) ); in grabControlFocus() local208 …if ( FormComponentType.FIXEDTEXT != ((Short)xControlProps.getPropertyValue( "ClassId" )).shortValu… in grabControlFocus()211 XControlModel.class, xControlProps ); in grabControlFocus()
234 XPropertySet xControlProps = dbfTools.queryPropertySet( xForm.getByIndex( i ) ); in grabControlFocus() local235 …if ( FormComponentType.FIXEDTEXT != ((Short)xControlProps.getPropertyValue( "ClassId" )).shortValu… in grabControlFocus()238 XControlModel.class, xControlProps ); in grabControlFocus()
695 Reference< XPropertySet > xControlProps( xModel, UNO_QUERY ); in getControlModels() local697 if ( xControlProps.is() ) in getControlModels()698 xPSI = xControlProps->getPropertySetInfo( ); in getControlModels()705 xControlProps->getPropertyValue( getTabIndexPropertyName() ) >>= nTabIndex; in getControlModels()
Completed in 29 milliseconds