Searched refs:xComponents (Results 1 – 4 of 4) sorted by relevance
531 Reference< container::XEnumerationAccess > xComponents( xDesktop->getComponents(), UNO_QUERY ); in RTL_Impl_CreateUnoDialog() local532 if ( xComponents.is() ) in RTL_Impl_CreateUnoDialog()533 xModels.set( xComponents->createEnumeration(), UNO_QUERY ); in RTL_Impl_CreateUnoDialog()
589 Reference< XIndexContainer > xComponents( GetFormComponents(pFormData)); in FillBranch() local590 if( !xComponents.is() ) return; in FillBranch()599 for (sal_Int32 j=0; j<xComponents->getCount(); ++j) in FillBranch()601 xComponents->getByIndex(j) >>= xCurrentComponent; in FillBranch()
641 Reference< XIndexAccess > xComponents(rForm, UNO_QUERY); in findFormForDataSource() local642 sal_Int32 nCount = xComponents->getCount(); in findFormForDataSource()646 xComponents->getByIndex(i) >>= xSearchForm; in findFormForDataSource()
818 Reference<container::XEnumerationAccess> xComponents ( in UpdateCompatibilityControls() local820 if ( ! xComponents.is()) in UpdateCompatibilityControls()824 xComponents->createEnumeration()); in UpdateCompatibilityControls()
Completed in 60 milliseconds