Searched refs:xCompProps (Results 1 – 2 of 2) sorted by relevance
74 XPropertySet xCompProps = UNO.queryPropertySet( aFormComponent ); in handle() local76 if ( null != xCompProps ) in handle()77 xPSI = xCompProps.getPropertySetInfo(); in handle()81 String sDataField = (String)xCompProps.getPropertyValue( "DataField" ); in handle()84 xCompProps.setPropertyValue( "ReadOnly", m_aLockIt ); in handle()
211 XPropertySet xCompProps = UNO.queryPropertySet( xComponent ); in classifyFormComponentType() local213 Short nClassId = (Short)xCompProps.getPropertyValue( "ClassId" ); in classifyFormComponentType()
Completed in 11 milliseconds