Home
last modified time | relevance | path

Searched refs:xComponents (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basic/source/classes/
H A Deventatt.cxx531 Reference< container::XEnumerationAccess > xComponents( xDesktop->getComponents(), UNO_QUERY ); in RTL_Impl_CreateUnoDialog() local
532 if ( xComponents.is() ) in RTL_Impl_CreateUnoDialog()
533 xModels.set( xComponents->createEnumeration(), UNO_QUERY ); in RTL_Impl_CreateUnoDialog()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx589 Reference< XIndexContainer > xComponents( GetFormComponents(pFormData)); in FillBranch() local
590 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()
H A Dfmpgeimp.cxx641 Reference< XIndexAccess > xComponents(rForm, UNO_QUERY); in findFormForDataSource() local
642 sal_Int32 nCount = xComponents->getCount(); in findFormForDataSource()
646 xComponents->getByIndex(i) >>= xSearchForm; in findFormForDataSource()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx818 Reference<container::XEnumerationAccess> xComponents ( in UpdateCompatibilityControls() local
820 if ( ! xComponents.is()) in UpdateCompatibilityControls()
824 xComponents->createEnumeration()); in UpdateCompatibilityControls()

Completed in 24 milliseconds