Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/starcalc/
H A Dscflt.cxx1791 ScPatternAttr aScPattern(pDoc->GetPool()); in LoadColAttr() local
1792aScPattern.GetItemSet().Put(SvxFontItem(eFam, SC10TOSTRING( pFont->FaceName ), EMPTY_STRING, in LoadColAttr()
1794aScPattern.GetItemSet().Put(SvxFontHeightItem(Abs(pFont->Height), 100, ATTR_FONT_HEIGHT )); in LoadColAttr()
1795 pDoc->ApplyPatternAreaTab(Col, nStart, Col, nEnd, Tab, aScPattern); in LoadColAttr()
1813 ScPatternAttr aScPattern(pDoc->GetPool()); in LoadColAttr() local
1814 aScPattern.GetItemSet().Put(SvxColorItem(TextColor, ATTR_FONT_COLOR )); in LoadColAttr()
1815 pDoc->ApplyPatternAreaTab(Col, nStart, Col, nEnd, Tab, aScPattern); in LoadColAttr()
1831 ScPatternAttr aScPattern(pDoc->GetPool()); in LoadColAttr() local
1833 aScPattern.GetItemSet().Put(SvxWeightItem(WEIGHT_BOLD, ATTR_FONT_WEIGHT)); in LoadColAttr()
1835 aScPattern.GetItemSet().Put(SvxPostureItem(ITALIC_NORMAL, ATTR_FONT_POSTURE)); in LoadColAttr()
[all …]