Lines Matching refs:pMgr
608 pMgr->Copy(nTargetRegion, nTargetIndex+1, in MoveOrCopyTemplates()
610 pMgr->Move(nTargetRegion, nTargetIndex+1, in MoveOrCopyTemplates()
980 aOldName = pMgr->GetTemplates()->GetName( nRegion, nIndex ); in EditedEntry()
982 aOldName = pMgr->GetTemplates()->GetRegionName( nRegion ); in EditedEntry()
984 if ( !pMgr->SetName( rText, nRegion, nIndex ) ) in EditedEntry()
1082 bSuccess |= pMgr->InsertFile( this, aObj.GetMainURL(INetURLObject::DECODE_TO_IURI) ); in ExecuteDrop()
1161 aDoc = pMgr->CreateObjectShell(rPath[0]); in GetObjectShell()
1163 aDoc = pMgr->CreateObjectShell(rPath[0], rPath[1]); in GetObjectShell()
1206 const sal_uInt16 nEntryCount = pMgr->GetTemplates()->GetCount(i); in RequestingChilds()
1208 InsertEntryByBmpType( pMgr->GetTemplates()->GetName( i, j ), BMPTYPE_DOC, pEntry, sal_True ); in RequestingChilds()
1273 pMgr->DeleteObjectShell(aPath[0]); in ExpandingHdl()
1275 pMgr->DeleteObjectShell(aPath[0], aPath[1]); in ExpandingHdl()
1381 pMgr ( NULL ), in SfxOrganizeListBox_Impl()
1441 DBG_ASSERT( pMgr != 0, "kein Manager" ); in Reset()
1447 const sal_uInt16 nCount = pMgr->GetTemplates()->GetRegionCount(); in Reset()
1449 InsertEntryByBmpType( pMgr->GetTemplates()->GetFullRegionName(i), BMPTYPE_FOLDER, 0, sal_True ); in Reset()
1453 const SfxObjectList& rList = pMgr->GetObjectList(); in Reset()