Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1740 if (pMySheet) in SetMasterPage()
1746 pMySheet->SetName(pHisSheet->GetName()); in SetMasterPage()
1748 pMySheet->GetItemSet().ClearItem(0); // alle loeschen in SetMasterPage()
1751 pMySheet, &pHisSheet->GetItemSet()); in SetMasterPage()
1753 pMySheet->GetItemSet().Put(pHisSheet->GetItemSet()); in SetMasterPage()
1762 pMySheet->GetItemSet().ClearItem(0); // alle loeschen in SetMasterPage()
1763 pMySheet->GetItemSet().Put(pHisSheet->GetItemSet()); in SetMasterPage()
1769 pReplData->nNewFamily = pMySheet->GetFamily(); in SetMasterPage()
1770 pReplData->nFamily = pMySheet->GetFamily(); in SetMasterPage()
1771 pReplData->aNewName = pMySheet->GetName(); in SetMasterPage()
[all …]
/trunk/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()
/trunk/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()

Completed in 35 milliseconds