Lines Matching refs:nFontWhich

723                     sal_uInt16 nFontWhich)  in lcl_SetColl()  argument
730 aEmptyStr, aFont.GetPitch(), aFont.GetCharSet(), nFontWhich)); in lcl_SetColl()
805 sal_uInt16 nFontWhich = sal::static_int_cast< sal_uInt16, RES_CHRATR >( in FillItemSet() local
817 aEmptyStr, aFont.GetPitch(), aFont.GetCharSet(), nFontWhich)); in FillItemSet()
819 pColl->ResetFmtAttr(nFontWhich); in FillItemSet()
834 lcl_SetColl(pWrtShell, RES_POOLCOLL_HEADLINE_BASE, pPrinter, sTitle, nFontWhich); in FillItemSet()
845 lcl_SetColl(pWrtShell, RES_POOLCOLL_NUMBUL_BASE, pPrinter, sList, nFontWhich); in FillItemSet()
856 lcl_SetColl(pWrtShell, RES_POOLCOLL_LABEL, pPrinter, sLabel, nFontWhich); in FillItemSet()
867 lcl_SetColl(pWrtShell, RES_POOLCOLL_REGISTER_BASE, pPrinter, sIdx, nFontWhich); in FillItemSet()
1011 sal_uInt16 nFontWhich = sal::static_int_cast< sal_uInt16, RES_CHRATR >( in Reset() local
1017 bListDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1022 … bListHeightDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1026 bLabelDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1032 … bLabelHeightDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1035 bIdxDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1041 … bIndexHeightDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()