Searched refs:pExist (Results 1 – 2 of 2) sorted by relevance
577 SfxStyleSheetBase* pExist = pMyPool->Find(aOldName, eOldFamily); in Insert() local580 if( pExist ) in Insert()583 pExist->IsUsed() || pExist->IsUserDefined(); in Insert()590 pMyPool->Replace( *pHisSheet, *pExist ); in Insert()
401 SfxStyleSheetBase* pExist; in Insert() local455 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 29 milliseconds