Lines Matching refs:pHisSheet
558 SfxStyleSheetBase* pHisSheet = NULL; in Insert() local
561 pHisSheet = (*pHisPool)[nSourceIdx2]; in Insert()
566 if ( pHisSheet && pMyPool != pHisPool ) in Insert()
574 String aOldName(pHisSheet->GetName()); in Insert()
575 SfxStyleFamily eOldFamily = pHisSheet->GetFamily(); in Insert()
590 pMyPool->Replace( *pHisSheet, *pExist ); in Insert()
599 pHisSheet->GetMask(), nIdx2); in Insert()
602 rNewSheet.GetItemSet().Set(pHisSheet->GetItemSet()); in Insert()
631 if (pHisSheet->HasParentSupport()) in Insert()
633 const String& rParentName = pHisSheet->GetParent(); in Insert()
645 if (pHisSheet->HasFollowSupport()) in Insert()
647 const String& rFollowName = pHisSheet->GetFollow(); in Insert()