Searched refs:pHisSheet (Results 1 – 3 of 3) sorted by relevance
558 SfxStyleSheetBase* pHisSheet = NULL; in Insert() local561 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()[all …]
383 SfxStyleSheetBase* pHisSheet = (*pHisPool)[nSourceIdx2]; in Insert() local386 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()[all …]
1720 SfxStyleSheetBase* pHisSheet = pSourceStyleSheetPool->First(); in SetMasterPage() local1722 while (pHisSheet) in SetMasterPage()1724 aName = pHisSheet->GetName(); in SetMasterPage()1746 pMySheet->SetName(pHisSheet->GetName()); in SetMasterPage()1751 pMySheet, &pHisSheet->GetItemSet()); in SetMasterPage()1753 pMySheet->GetItemSet().Put(pHisSheet->GetItemSet()); in SetMasterPage()1760 …fxStyleSheet*>( &mxStyleSheetPool->Make(aName, SD_STYLE_FAMILY_MASTERPAGE, pHisSheet->GetMask()) ); in SetMasterPage()1761 pMySheet->SetHelpId( aHelpFile, pHisSheet->GetHelpId(aHelpFile) ); in SetMasterPage()1763 pMySheet->GetItemSet().Put(pHisSheet->GetItemSet()); in SetMasterPage()1784 pHisSheet = (SfxStyleSheet*) pSourceStyleSheetPool->Next(); in SetMasterPage()
Completed in 39 milliseconds