Searched refs:xSubForm (Results 1 – 2 of 2) sorted by relevance
568 Reference< XForm > xSubForm; in FillBranch() local575 xForms->getByIndex(i) >>= xSubForm; in FillBranch()576 pSubFormData = new FmFormData( xSubForm, m_aNormalImages, m_aHCImages, pFormData ); in FillBranch()602 Reference< XForm > xSubForm(xCurrentComponent, UNO_QUERY); in FillBranch() local604 if (xSubForm.is()) in FillBranch()606 pSubFormData = new FmFormData(xSubForm, m_aNormalImages, m_aHCImages, pFormData); in FillBranch()
392 Reference< XForm > xSubForm; in setController() local395 if ( xFormCps->getByIndex(i) >>= xSubForm ) in setController()396 setController( xSubForm, xController ); in setController()
Completed in 24 milliseconds