Lines Matching refs:pMyPool

371 		SwDocStyleSheetPool* pMyPool =  in Insert()  local
375 if( pHisPool == pMyPool ) in Insert()
379 rIdx2 = pMyPool->Count(); in Insert()
398 SfxStyleFamily eMyOldFamily( pMyPool->GetSearchFamily() ); in Insert()
399 sal_uInt16 nMySrchMask = pMyPool->GetSearchMask(); in Insert()
414 *(SwDocStyleSheet*)pMyPool->Find( rOldName, eOldFamily ) ) ); in Insert()
415 pMyPool->Replace( *pHisSheet, *xExist.get() ); in Insert()
425 pMyPool->SetSearchMask( eOldFamily, nMySrchMask ); in Insert()
435 rtl::Reference< SwDocStyleSheet > xNewSheet( new SwDocStyleSheet( (SwDocStyleSheet&)pMyPool in Insert()
448 pMyPool->SetSearchMask( SFX_STYLE_FAMILY_ALL, nMySrchMask ); in Insert()
455 pExist = pMyPool->First(); in Insert()
465 pExist = pMyPool->Next(); in Insert()
483 pMyPool->SetSearchMask( eOldFamily, nMySrchMask ); in Insert()
484 pMyPool->SetOrganizerMode( sal_True ); in Insert()
485 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Insert()
502 pTestSheet = pMyPool->Next(); in Insert()
504 pMyPool->SetOrganizerMode( SFX_CREATE_MODE_ORGANIZER == GetCreateMode() ); in Insert()
512 SfxStyleSheetBase* pParentOfNew = pMyPool->Find(rParentName, in Insert()
518 pMyPool->SetSearchMask( eOldFamily, nMySrchMask ); in Insert()
528 SfxStyleSheetBase* pFollowOfNew = pMyPool->Find(rFollowName, in Insert()
534 pMyPool->SetSearchMask( eOldFamily, nMySrchMask ); in Insert()
539 pMyPool->SetSearchMask( eMyOldFamily, nMySrchMask ); in Insert()
580 SwDocStyleSheetPool* pMyPool = (SwDocStyleSheetPool*)GetStyleSheetPool(); in Remove() local
582 pMyPool->First(); // vorm Zugriff Pool aktualisieren!! in Remove()
583 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove()
598 pMyPool->Remove( pMySheet ); in Remove()
601 pMyPool->SetOrganizerMode( sal_True ); in Remove()
602 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Remove()
619 pTestSheet = pMyPool->Next(); in Remove()
621 pMyPool->SetOrganizerMode( SFX_CREATE_MODE_ORGANIZER == GetCreateMode() ); in Remove()