Lines Matching refs:nFontWhich

720                     sal_uInt16 nFontWhich)  in lcl_SetColl()  argument
727 aEmptyStr, aFont.GetPitch(), aFont.GetCharSet(), nFontWhich)); in lcl_SetColl()
802 sal_uInt16 nFontWhich = sal::static_int_cast< sal_uInt16, RES_CHRATR >( in FillItemSet() local
814 aEmptyStr, aFont.GetPitch(), aFont.GetCharSet(), nFontWhich)); in FillItemSet()
816 pColl->ResetFmtAttr(nFontWhich); in FillItemSet()
831 lcl_SetColl(pWrtShell, RES_POOLCOLL_HEADLINE_BASE, pPrinter, sTitle, nFontWhich); in FillItemSet()
842 lcl_SetColl(pWrtShell, RES_POOLCOLL_NUMBUL_BASE, pPrinter, sList, nFontWhich); in FillItemSet()
853 lcl_SetColl(pWrtShell, RES_POOLCOLL_LABEL, pPrinter, sLabel, nFontWhich); in FillItemSet()
864 lcl_SetColl(pWrtShell, RES_POOLCOLL_REGISTER_BASE, pPrinter, sIdx, nFontWhich); in FillItemSet()
1008 sal_uInt16 nFontWhich = sal::static_int_cast< sal_uInt16, RES_CHRATR >( in Reset() local
1014 bListDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1019 … bListHeightDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1023 bLabelDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1029 … bLabelHeightDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1032 bIdxDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()
1038 … bIndexHeightDefault = SFX_ITEM_DEFAULT == pColl->GetAttrSet().GetItemState(nFontWhich, sal_False); in Reset()