Searched refs:queryPropertySet (Results 1 – 19 of 19) sorted by relevance
71 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle()112 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle()212 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in resetted()271 XPropertySet xModel = UNO.queryPropertySet( aEvent.Source ); in propertyChange()401 XPropertySet xDSP = UNO.queryPropertySet( xDS ); in makeTableVisible()562 XPropertySet xDSProps = UNO.queryPropertySet( xDS ); in ensureTables()641 XPropertySet xColProps = UNO.queryPropertySet( xNewCol ); in createGridColumn()729 XPropertySet xSalesFormProps = UNO.queryPropertySet( xSalesForm ); in prepareDocument()781 XPropertySet xSFFProps = UNO.queryPropertySet( xSalesFilterForm ); in prepareDocument()
109 XPropertySet xShapeProps = UNO.queryPropertySet( xShape ); in createControlAndShape()134 XPropertySet xModelProps = UNO.queryPropertySet( xModel ); in createControlAndShape()257 XPropertySet control = UNO.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByRefValue()282 XPropertySet control = UNO.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByTag()
201 XPropertySet xModel = UNO.queryPropertySet( xFormAsContainer.getByIndex( i ) ); in defaultNewRecordFocus()242 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in resetted()312 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in approveRowChange()
85 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in getLabel()211 XPropertySet xCompProps = UNO.queryPropertySet( xComponent ); in classifyFormComponentType()
35 public static XPropertySet queryPropertySet( Object aObject ) in queryPropertySet() method in UNO
126 XPropertySet xSourceProps = UNO.queryPropertySet( aEvent.Source ); in approveUpdate()
74 XPropertySet xCompProps = UNO.queryPropertySet( aFormComponent ); in handle()
107 XPropertySet exchangeCell = UNO.queryPropertySet( in prepareDocument()
207 XPropertySet xControlProps = UNO.queryPropertySet( xForm.getByIndex( i ) ); in grabControlFocus()
143 XPropertySet xFormProps = UNO.queryPropertySet( xNewForm ); in createSubForm()
105 XPropertySet xShapeProps = dbfTools.queryPropertySet( xShape ); in createControlAndShape()135 XPropertySet xModelProps = dbfTools.queryPropertySet( xModel ); in createControlAndShape()284 XPropertySet control = dbfTools.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByRefValue()308 XPropertySet control = dbfTools.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByTag()
173 XPropertySet docProps = dbfTools.queryPropertySet( m_document.getDocument() ); in impl_setupListenerScript()227 XPropertySet child = dbfTools.queryPropertySet( parentForm.getByIndex( i ) ); in impl_assignStarBasicScript()
147 …m_masterForm = dbfTools.queryPropertySet( m_orb.createInstance( "com.sun.star.form.component.DataF… in impl_createForms()154 …m_detailForm = dbfTools.queryPropertySet( m_orb.createInstance( "com.sun.star.form.component.DataF… in impl_createForms()
46 static public XPropertySet queryPropertySet( Object aComp ) in queryPropertySet() method in dbfTools
234 XPropertySet xControlProps = dbfTools.queryPropertySet( xForm.getByIndex( i ) ); in grabControlFocus()
225 XPropertySet xFormProps = dbfTools.queryPropertySet( xNewForm ); in createSubForm()
281 … XPropertySet form = dbfTools.queryPropertySet( dbfTools.getParent( controlModel, XChild.class ) ); in impl_createForm()
198 …m_secondaryForm = dbfTools.queryPropertySet( m_document.createSiblingForm( m_primaryForm, "seconda… in checkMultipleForms()
502 m_dataSourceProps = dbfTools.queryPropertySet( m_dataSource ); in ensureDataSource()
Completed in 73 milliseconds