Lines Matching refs:pMyPool
555 SfxStyleSheetBasePool* pMyPool = GetStyleSheetPool(); in Insert() local
557 SetOrganizerSearchMask(pMyPool); in Insert()
566 if ( pHisSheet && pMyPool != pHisPool ) in Insert()
570 nIdx2 = pMyPool->Count(); in Insert()
577 SfxStyleSheetBase* pExist = pMyPool->Find(aOldName, eOldFamily); in Insert()
590 pMyPool->Replace( *pHisSheet, *pExist ); in Insert()
597 SfxStyleSheetBase& rNewSheet = pMyPool->Make( in Insert()
605 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Insert()
624 pTestSheet = pMyPool->Next(); in Insert()
637 pMyPool->Find(rParentName, eOldFamily); in Insert()
651 pMyPool->Find(rFollowName, eOldFamily); in Insert()
704 SfxStyleSheetBasePool* pMyPool = GetStyleSheetPool(); in Remove() local
706 SetOrganizerSearchMask(pMyPool); in Remove()
708 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove()
712 pMyPool->Remove(pMySheet); in Remove()
715 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Remove()
732 pTestSheet = pMyPool->Next(); in Remove()
907 SfxStyleSheetBasePool *pMyPool = GetStyleSheetPool(); in LoadStyles() local
908 DBG_ASSERT(pMyPool, "Dest-DocumentShell ohne StyleSheetPool"); in LoadStyles()
917 pMyPool->Find( pSource->GetName(), pSource->GetFamily() ); in LoadStyles()
920 pDest = &pMyPool->Make( pSource->GetName(), in LoadStyles()