Home
last modified time | relevance | path

Searched refs:pTitleSheet (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Ddrawdoc.cxx847 SfxStyleSheet* pTitleSheet = static_cast<SfxStyleSheet*>(pSPool->GetTitleSheet(aName)); in NewOrLoadCompleted() local
867 if (pTitleSheet) in NewOrLoadCompleted()
868 pObj->SetStyleSheet(pTitleSheet, true); in NewOrLoadCompleted()
H A Dsdpage.cxx1907 … SfxStyleSheet* pTitleSheet = GetStyleSheetForPresObj(PresObjKind::Title); in ScaleObjects() local
1909 if (pTitleSheet) in ScaleObjects()
1911 SfxItemSet& rSet = pTitleSheet->GetItemSet(); in ScaleObjects()
1934 pTitleSheet->Broadcast(SfxHint(SfxHintId::DataChanged)); in ScaleObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Ddrawdoc.cxx845 SfxStyleSheet* pTitleSheet = static_cast<SfxStyleSheet*>(pSPool->GetTitleSheet(aName)); in NewOrLoadCompleted() local
865 if (pTitleSheet) in NewOrLoadCompleted()
866 pObj->SetStyleSheet(pTitleSheet, true); in NewOrLoadCompleted()
H A Dsdpage.cxx1907 SfxStyleSheet* pTitleSheet = GetStyleSheetForPresObj(PRESOBJ_TITLE); in ScaleObjects() local
1909 if (pTitleSheet) in ScaleObjects()
1911 SfxItemSet& rSet = pTitleSheet->GetItemSet(); in ScaleObjects()
1934 pTitleSheet->Broadcast(SfxHint(SfxHintId::DataChanged)); in ScaleObjects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Doutlnvsh.cxx1754 SfxStyleSheet* pTitleSheet = pPage->GetStyleSheetForPresObj( PresObjKind::Title ); in ReadRtf() local
1772 rOutl.SetStyleSheet( nPara, pTitleSheet ); in ReadRtf()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Doutlnvsh.cxx1753 SfxStyleSheet* pTitleSheet = pPage->GetStyleSheetForPresObj( PRESOBJ_TITLE ); in ReadRtf() local
1771 rOutl.SetStyleSheet( nPara, pTitleSheet ); in ReadRtf()