Lines Matching refs:pTemplates
235 pTemplates(pTempl? pTempl: new SfxDocumentTemplates), in SfxOrganizeMgr()
271 delete pTemplates; in ~SfxOrganizeMgr()
371 return pTemplates->CreateObjectShell(nRegion, nIdx); in CreateObjectShell()
390 return pTemplates->DeleteObjectShell(nRegion, nIdx); in DeleteObjectShell()
427 const sal_Bool bOk = pTemplates->Copy(nTargetRegion, nTargetIdx, in Copy()
468 const sal_Bool bOk = pTemplates->Move(nTargetRegion, nTargetIdx, in Move()
524 if ( pTemplates->Delete( nRegion, nInd ) ) in Delete()
538 bOk = pTemplates->Delete( nRegion, nIdx ); in Delete()
547 bOk = pTemplates->Delete(nRegion, nIdx); in Delete()
590 const sal_Bool bOk = pTemplates->InsertDir(rText, nRegion); in InsertDir()
629 const sal_Bool bOk = pTemplates->SetName(rName, nRegion, nIdx); in SetName()
659 return pTemplates->CopyTo(nRegion, nIdx, rName); in CopyTo()
694 if( pTemplates->CopyFrom( nRegion, nIdx, rName ) ) in CopyFrom()
769 if(pTemplates->Rescan()) in Rescan()
792 sal_uInt16 nRangeCount = pTemplates->GetRegionCount(); in SaveAll()
796 if( pTemplates->IsRegionLoaded( i )) in SaveAll()
798 const sal_uInt16 nCount = pTemplates->GetCount(i); in SaveAll()
801 if(!pTemplates->DeleteObjectShell(i, j)) in SaveAll()
804 aText += pTemplates->GetName(i, j); in SaveAll()