Lines Matching refs:pHisSheet
383 SfxStyleSheetBase* pHisSheet = (*pHisPool)[nSourceIdx2]; in Insert() local
386 const String& rOldName = pHisSheet->GetName(); in Insert()
387 SfxStyleFamily eOldFamily( pHisSheet->GetFamily() ); in Insert()
415 pMyPool->Replace( *pHisSheet, *xExist.get() ); in Insert()
436 ->Make(rOldName, eOldFamily, pHisSheet->GetMask() ) ) ); in Insert()
441 SwPageDesc* pCpyDsc = (SwPageDesc*)((SwDocStyleSheet*)pHisSheet)->GetPageDesc(); in Insert()
446 xNewSheet->SetItemSet( pHisSheet->GetItemSet() ); in Insert()
507 if (pHisSheet->HasParentSupport()) in Insert()
509 const String& rParentName = pHisSheet->GetParent(); in Insert()
523 if (pHisSheet->HasFollowSupport()) in Insert()
525 const String& rFollowName = pHisSheet->GetFollow(); in Insert()