Home
last modified time | relevance | path

Searched refs:pMyPool (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/app/
H A Ddocsh2.cxx371 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()
[all …]
/AOO41X/main/sfx2/source/doc/
H A Dobjcont.cxx555 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()
[all …]