Home
last modified time | relevance | path

Searched refs:pMySheet (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/source/core/
H A Ddrawdoc3.cxx1738 …SfxStyleSheet* pMySheet = static_cast<SfxStyleSheet*>( mxStyleSheetPool->Find(aName, SD_STYLE_FAMI… in SetMasterPage() local
1740 if (pMySheet) in SetMasterPage()
1746 pMySheet->SetName(pHisSheet->GetName()); in SetMasterPage()
1748 pMySheet->GetItemSet().ClearItem(0); // alle loeschen in SetMasterPage()
1751pMySheet, &pHisSheet->GetItemSet()); in SetMasterPage()
1753 pMySheet->GetItemSet().Put(pHisSheet->GetItemSet()); in SetMasterPage()
1754 pMySheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetMasterPage()
1760pMySheet = static_cast<SfxStyleSheet*>( &mxStyleSheetPool->Make(aName, SD_STYLE_FAMILY_MASTERPAGE,… in SetMasterPage()
1761 pMySheet->SetHelpId( aHelpFile, pHisSheet->GetHelpId(aHelpFile) ); in SetMasterPage()
1762 pMySheet->GetItemSet().ClearItem(0); // alle loeschen in SetMasterPage()
[all …]
/AOO41X/main/sfx2/source/doc/
H A Dobjcont.cxx708 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove() local
709 String aName(pMySheet->GetName()); in Remove()
711 SfxStyleFamily eFamily = pMySheet->GetFamily(); in Remove()
712 pMyPool->Remove(pMySheet); in Remove()
/AOO41X/main/sw/source/ui/app/
H A Ddocsh2.cxx583 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove() local
585 String aName( pMySheet->GetName() ); in Remove()
586 SfxStyleFamily eFamily( pMySheet->GetFamily() ); in Remove()
598 pMyPool->Remove( pMySheet ); in Remove()