Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx568 Reference< XForm > xSubForm; in FillBranch() local
575 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() local
604 if (xSubForm.is()) in FillBranch()
606 pSubFormData = new FmFormData(xSubForm, m_aNormalImages, m_aHCImages, pFormData); in FillBranch()
H A Dfmvwimp.cxx392 Reference< XForm > xSubForm; in setController() local
395 if ( xFormCps->getByIndex(i) >>= xSubForm ) in setController()
396 setController( xSubForm, xController ); in setController()

Completed in 31 milliseconds