Home
last modified time | relevance | path

Searched refs:pCTLWeightItem (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunosrch.cxx160 pCTLWeightItem, in FillItemSet() local
397 if(!pCTLWeightItem ) in FillItemSet()
398 pCTLWeightItem.reset(rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone()); in FillItemSet()
399 pTempItem = pCTLWeightItem.get(); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunosrch.cxx141 pCTLWeightItem, in FillItemSet() local
295 pTempItem = funcClone(nWID, pCTLWeightItem); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dautofmt.cxx124 const SvxWeightItem* pCTLWeightItem = pCurData->GetItem( nIndex, ATTR_CTL_FONT_WEIGHT ); in MakeFonts() local
135 lcl_SetFontProperties( rCTLFont, *pCTLFontItem, *pCTLWeightItem, *pCTLPostureItem ); in MakeFonts()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dautofmt.cxx122 … const SvxWeightItem* pCTLWeightItem = pCurData->GetItem( nIndex, ATTR_CTL_FONT_WEIGHT ); in MakeFonts() local
133 lcl_SetFontProperties( rCTLFont, *pCTLFontItem, *pCTLWeightItem, *pCTLPostureItem ); in MakeFonts()