Home
last modified time | relevance | path

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

/trunk/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()
289 if ( nLib != LIB_NOTFOUND ) in IMPL_LINK()
291 pBasMgr->SetLibStorageName( nLib, "d:\\mystore.svs" ); in IMPL_LINK()
309 if ( nLib != LIB_NOTFOUND ) in IMPL_LINK()
311 pBasMgr->SetLibStorageName( nLib, "d:\\mystore.svs" ); in IMPL_LINK()
[all …]
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1073 for ( sal_uInt16 nLib = 0; nLib < nLibs; nLib++ ) in LoadOldBasicManager() local
1402 BasicLibInfo* pLibInfo = pLibs->GetObject( nLib ); in IsReference()
1413 return RemoveLib( nLib, !IsReference( nLib ) ); in RemoveLib()
1424 if ( !pLibInfo || !nLib ) in RemoveLib()
1500 BasicLibInfo* pInf = pLibs->GetObject( nLib ); in GetLib()
1580 String BasicManager::GetLibName( sal_uInt16 nLib ) in GetLibName() argument
1591 sal_Bool BasicManager::LoadLib( sal_uInt16 nLib ) in LoadLib() argument
1610 StarBASIC* pLib = GetLib( nLib ); in LoadLib()
1883 for ( sal_uInt16 nLib = 0; nLib < nLibCount; ++nLib ) in lcl_queryMacro() local
1890 i_manager->LoadLib( nLib ); in lcl_queryMacro()
[all …]
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx190 StarBASIC* GetLib( sal_uInt16 nLib ) const;
194 String GetLibName( sal_uInt16 nLib );
208 sal_Bool LoadLib( sal_uInt16 nLib );
209 sal_Bool RemoveLib( sal_uInt16 nLib, sal_Bool bDelBasicFromStorage );
245 sal_Bool IsReference( sal_uInt16 nLib );
247 sal_Bool SetLibName( sal_uInt16 nLib, const String& rName );
251 sal_Bool RemoveLib( sal_uInt16 nLib );
/trunk/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()
/trunk/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()

Completed in 46 milliseconds