Searched defs:xNewForm (Results 1 – 4 of 4) sorted by relevance
135 Object xNewForm = m_orb.createInstance( "com.sun.star.form.component.DataForm" ); in createSubForm() local138 xParentContainer.insertByIndex( xParentContainer.getCount(), xNewForm ); in createSubForm() local
217 Object xNewForm = m_orb.createInstance( "com.sun.star.form.component.DataForm" ); in createSubForm() local220 xParentContainer.insertByIndex( xParentContainer.getCount(), xNewForm ); in createSubForm() local
1949 Reference< XResultSet> xNewForm; in setActiveController() local2744 Reference< XForm > xNewForm( GetForm( rEvent.Source ) ); in selectionChanged() local
1458 Reference< XForm > xNewForm(m_xORB->createInstance(FM_SUN_COMPONENT_FORM), UNO_QUERY); in NewForm() local
Completed in 43 milliseconds