Home
last modified time | relevance | path

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

/AOO41X/main/basic/workben/
H A Dmgrtest.cxx196 for ( sal_uInt16 nLib = 0; nLib < pBasMgr->GetLibCount(); nLib++ ) in ShowInfo() local
198 String aOutStr( nLib ); in ShowInfo()
200 StarBASIC* pL = pBasMgr->GetLib( nLib ); in ShowInfo()
202 aOutStr += pBasMgr->GetLibName( nLib ); in ShowInfo()
209 aOutStr += pBasMgr->GetLibStorageName( nLib ); in ShowInfo()
211 aOutStr += (sal_uInt16)pBasMgr->IsLibLoaded( nLib ); in ShowInfo()
288 sal_uInt16 nLib = pBasMgr->GetLibId( pBasMgr->CreateLib( pLib1Str ) ); in IMPL_LINK() local
289 if ( nLib != LIB_NOTFOUND ) in IMPL_LINK()
291 pBasMgr->SetLibStorageName( nLib, "d:\\mystore.svs" ); in IMPL_LINK()
308 sal_uInt16 nLib = pBasMgr->GetLibId( pBasMgr->CreateLib( pLib2Str ) ); in IMPL_LINK() local
[all …]
/AOO41X/main/basic/source/basmgr/
H A Dbasmgr.cxx1073 for ( sal_uInt16 nLib = 0; nLib < nLibs; nLib++ ) in LoadOldBasicManager() local
1075 String aLibInfo( aLibs.GetToken( nLib, LIB_SEP ) ); in LoadOldBasicManager()
1398 sal_Bool BasicManager::IsReference( sal_uInt16 nLib ) in IsReference() argument
1402 BasicLibInfo* pLibInfo = pLibs->GetObject( nLib ); in IsReference()
1410 sal_Bool BasicManager::RemoveLib( sal_uInt16 nLib ) in RemoveLib() argument
1413 return RemoveLib( nLib, !IsReference( nLib ) ); in RemoveLib()
1416 sal_Bool BasicManager::RemoveLib( sal_uInt16 nLib, sal_Bool bDelBasicFromStorage ) in RemoveLib() argument
1419 DBG_ASSERT( nLib, "Standard-Lib cannot be removed!" ); in RemoveLib()
1421 BasicLibInfo* pLibInfo = pLibs->GetObject( nLib ); in RemoveLib()
1424 if ( !pLibInfo || !nLib ) in RemoveLib()
[all …]
/AOO41X/main/basic/inc/basic/
H A Dbasmgr.hxx189 StarBASIC* GetLib( sal_uInt16 nLib ) const;
193 String GetLibName( sal_uInt16 nLib );
207 sal_Bool LoadLib( sal_uInt16 nLib );
208 sal_Bool RemoveLib( sal_uInt16 nLib, sal_Bool bDelBasicFromStorage );
244 sal_Bool IsReference( sal_uInt16 nLib );
246 sal_Bool SetLibName( sal_uInt16 nLib, const String& rName );
250 sal_Bool RemoveLib( sal_uInt16 nLib );
/AOO41X/main/sw/source/ui/app/
H A Ddocsh.cxx628 for(sal_Int32 nLib = 0; nLib < aNames.getLength(); nLib++) in ConvertTo() local
630 Any aLib = xLibCont->getByName(pNames[nLib]); in ConvertTo()
/AOO41X/main/basctl/source/basicide/
H A Dmoduldl2.cxx933 for ( sal_uInt16 nLib = 0; nLib < pLibDlg->GetLibBox().GetEntryCount(); nLib++ ) in InsertLib() local
935 if ( pLibDlg->GetLibBox().IsChecked( nLib ) ) in InsertLib()
937 SvLBoxEntry* pEntry = pLibDlg->GetLibBox().GetEntry( nLib ); in InsertLib()