Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DControlLock.java74 XPropertySet xCompProps = UNO.queryPropertySet( aFormComponent ); in handle() local
76 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()
H A DFLTools.java211 XPropertySet xCompProps = UNO.queryPropertySet( xComponent ); in classifyFormComponentType() local
213 Short nClassId = (Short)xCompProps.getPropertyValue( "ClassId" ); in classifyFormComponentType()

Completed in 11 milliseconds