Lines Matching refs:nIdx

280 SfxObjectShellRef SfxOrganizeMgr::CreateObjectShell( sal_uInt16 nIdx )  in CreateObjectShell()  argument
291 _FileListEntry* pEntry = (*pImpl->pDocList)[nIdx]; in CreateObjectShell()
342 sal_Bool SfxOrganizeMgr::DeleteObjectShell(sal_uInt16 nIdx) in DeleteObjectShell() argument
354 return (*pImpl->pDocList)[nIdx]->DeleteObjectShell(); in DeleteObjectShell()
360 sal_uInt16 nIdx) in CreateObjectShell() argument
371 return pTemplates->CreateObjectShell(nRegion, nIdx); in CreateObjectShell()
376 sal_Bool SfxOrganizeMgr::DeleteObjectShell(sal_uInt16 nRegion, sal_uInt16 nIdx) in DeleteObjectShell() argument
390 return pTemplates->DeleteObjectShell(nRegion, nIdx); in DeleteObjectShell()
478 sal_uInt16 nRegion, sal_uInt16 nIdx) in Delete() argument
506 if ( USHRT_MAX == nIdx ) in Delete()
538 bOk = pTemplates->Delete( nRegion, nIdx ); in Delete()
547 bOk = pTemplates->Delete(nRegion, nIdx); in Delete()
552 … SvLBoxEntry *pEntryToDelete = pCaller->SvLBox::GetEntry(pCaller->SvLBox::GetEntry(nRegion), nIdx); in Delete()
607 sal_uInt16 nRegion, sal_uInt16 nIdx) in SetName() argument
629 const sal_Bool bOk = pTemplates->SetName(rName, nRegion, nIdx); in SetName()
637 sal_Bool SfxOrganizeMgr::CopyTo(sal_uInt16 nRegion, sal_uInt16 nIdx, const String &rName) const in CopyTo() argument
659 return pTemplates->CopyTo(nRegion, nIdx, rName); in CopyTo()
665 sal_uInt16 nRegion, sal_uInt16 nIdx, String &rName) in CopyFrom() argument
692 if( nIdx!=USHRT_MAX ) in CopyFrom()
694 if( pTemplates->CopyFrom( nRegion, nIdx, rName ) ) in CopyFrom()
697 if( nIdx == USHRT_MAX ) in CopyFrom()
698 nIdx = 0; in CopyFrom()
699 else nIdx++; in CopyFrom()
706 nIdx); in CopyFrom()