Searched refs:aFontSizeArr (Results 1 – 2 of 2) sorted by relevance
62 sal_Int32 aFontSizeArr[HTML_FONT_COUNT]; member72 aFontSizeArr[0] = HTMLFONTSZ1_DFLT; in HtmlOptions_Impl()73 aFontSizeArr[1] = HTMLFONTSZ2_DFLT; in HtmlOptions_Impl()74 aFontSizeArr[2] = HTMLFONTSZ3_DFLT; in HtmlOptions_Impl()75 aFontSizeArr[3] = HTMLFONTSZ4_DFLT; in HtmlOptions_Impl()76 aFontSizeArr[4] = HTMLFONTSZ5_DFLT; in HtmlOptions_Impl()77 aFontSizeArr[5] = HTMLFONTSZ6_DFLT; in HtmlOptions_Impl()78 aFontSizeArr[6] = HTMLFONTSZ7_DFLT; in HtmlOptions_Impl()227 case 2: pValues[nProp] <<= pImp->aFontSizeArr[0];break;//"Import/FontSize/Size_1", in Commit()302 return (sal_uInt16)pImp->aFontSizeArr[nPos]; in GetFontSize()[all …]
144 SvxFontHeightItem* aFontSizeArr[3] = {0,0,0}; in Modify() local163 sal_False, (const SfxPoolItem**)&(aFontSizeArr[0]) ); in Modify()165 sal_False, (const SfxPoolItem**)&(aFontSizeArr[1]) ); in Modify()167 sal_False, (const SfxPoolItem**)&(aFontSizeArr[2]) ); in Modify()187 aFontSizeArr[0] = (SvxFontHeightItem*)&pParent->Get( RES_CHRATR_FONTSIZE ); in Modify()188 aFontSizeArr[1] = (SvxFontHeightItem*)&pParent->Get( RES_CHRATR_CJK_FONTSIZE ); in Modify()204 aFontSizeArr[0] = (SvxFontHeightItem*)pNew; in Modify()207 aFontSizeArr[1] = (SvxFontHeightItem*)pNew; in Modify()210 aFontSizeArr[2] = (SvxFontHeightItem*)pNew; in Modify()306 for( int nC = 0, nArrLen = sizeof(aFontSizeArr) / sizeof( aFontSizeArr[0]); in Modify()[all …]
Completed in 68 milliseconds