Home
last modified time | relevance | path

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

/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx169 static void addLibraryModulesImpl( BasicManager* pMgr, Reference< XNameAccess > xLibNameAccess,
194 Reference< XNameAccess > xLibNameAccess; in insertLibraryImpl() local
195 aLibAny >>= xLibNameAccess; in insertLibraryImpl()
207 Reference< XContainer> xLibContainer( xLibNameAccess, UNO_QUERY ); in insertLibraryImpl()
219 addLibraryModulesImpl( pMgr, xLibNameAccess, aLibName ); in insertLibraryImpl()
225 Reference< XNameAccess > xLibNameAccess, ::rtl::OUString aLibName ) in addLibraryModulesImpl()
227 Sequence< ::rtl::OUString > aModuleNames = xLibNameAccess->getElementNames(); in addLibraryModulesImpl()
238 Any aElement = xLibNameAccess->getByName( aModuleName ); in addLibraryModulesImpl()
241 Reference< vba::XVBAModuleInfo > xVBAModuleInfo( xLibNameAccess, UNO_QUERY ); in addLibraryModulesImpl()

Completed in 36 milliseconds