Searched refs:getFormControl (Results 1 – 3 of 3) sorted by relevance
138 public XControl getFormControl( XControlModel xModel ) throws com.sun.star.uno.Exception in getFormControl() method in DocumentViewHelper147 public XControl getFormControl( Object aModel ) throws com.sun.star.uno.Exception in getFormControl() method in DocumentViewHelper150 return getFormControl( xModel ); in getFormControl()154 …public Object getFormControl( Object aModel, Class aInterfaceClass ) throws com.sun.star.uno.Excep… in getFormControl() method in DocumentViewHelper157 return UnoRuntime.queryInterface( aInterfaceClass, getFormControl( xModel ) ); in getFormControl()184 XControl xControl = getFormControl( xModel ); in grabControlFocus()
112 aCurrentView.getFormControl( _buttonModel ) ); in addButton()
104 XButton xButton = (XButton)aView.getFormControl( m_xApplyFilter, XButton.class ); in SalesFilter()
Completed in 20 milliseconds