Lines Matching refs:nRegion
359 SfxObjectShellRef SfxOrganizeMgr::CreateObjectShell(sal_uInt16 nRegion, 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
510 SvLBoxEntry *pGroupToDelete = pCaller->SvLBox::GetEntry(nRegion); in Delete()
524 if ( pTemplates->Delete( nRegion, nInd ) ) 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()
571 sal_uInt16 nRegion // Index des Bereiches in InsertDir() argument
590 const sal_Bool bOk = pTemplates->InsertDir(rText, nRegion); in InsertDir()
597 0, sal_True, nRegion); in InsertDir()
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
694 if( pTemplates->CopyFrom( nRegion, nIdx, rName ) ) in CopyFrom()