Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx577 SfxStyleSheetBase* pExist = pMyPool->Find(aOldName, eOldFamily); in Insert() local
580 if( pExist ) in Insert()
583 pExist->IsUsed() || pExist->IsUserDefined(); in Insert()
590 pMyPool->Replace( *pHisSheet, *pExist ); in Insert()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx401 SfxStyleSheetBase* pExist; in Insert() local
455 pExist = pMyPool->First(); in Insert()
457 while( pExist ) in Insert()
459 if( pExist->GetName() == rOldName && in Insert()
460 eOldFamily == pExist->GetFamily() ) in Insert()
465 pExist = pMyPool->Next(); in Insert()

Completed in 21 milliseconds