Home
last modified time | relevance | path

Searched refs:pHisSheet (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx383 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()
[all …]
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx558 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()
[all …]
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1720 SfxStyleSheetBase* pHisSheet = pSourceStyleSheetPool->First(); in SetMasterPage() local
1722 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 45 milliseconds