/aoo41x/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 119 SvxFont aCJKFont; member in FontPrevWin_Impl 474 initFont(pImpl->aCJKFont); in SvxFontPrevWindow() 519 return pImpl->aCJKFont; in GetCJKFont() 585 setFont( rCJKOutFont, pImpl->aCJKFont ); in SetFont() 597 setFont( rCJKOutFont, pImpl->aCJKFont ); in SetCJKFont() 650 SvxFont& rCJKFont = pImpl->aCJKFont; in Paint() 738 Size aOldSize = pImpl->aCJKFont.GetSize(); in Paint() 740 setFontSize(pImpl->aCJKFont); in Paint() 786 pImpl->aCJKFont.SetSize( aOldSize ); in Paint() 842 if( COL_AUTO == pImpl->aCJKFont.GetColor().GetColor() ) in AutoCorrectFontColor() [all …]
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc4.cxx | 201 Font aLatinFont, aCJKFont, aCTLFont; in CreateLayoutTemplates() local 203 getDefaultFonts( aLatinFont, aCJKFont, aCTLFont ); in CreateLayoutTemplates() 208 …SvxFontItem aSvxFontItemCJK( aCJKFont.GetFamily(), aCJKFont.GetName(), aCJKFont.GetStyleName(), aC… in CreateLayoutTemplates() 209 aCJKFont.GetCharSet(), EE_CHAR_FONTINFO_CJK ); in CreateLayoutTemplates() 610 Font aLatinFont, aCJKFont, aCTLFont; in CreateDefaultCellStyles() local 612 getDefaultFonts( aLatinFont, aCJKFont, aCTLFont ); in CreateDefaultCellStyles() 617 …SvxFontItem aSvxFontItemCJK( aCJKFont.GetFamily(), aCJKFont.GetName(), aCJKFont.GetStyleName(), aC… in CreateDefaultCellStyles() 618 aCJKFont.GetCharSet(), EE_CHAR_FONTINFO_CJK ); in CreateDefaultCellStyles()
|
H A D | stlpool.cxx | 187 Font aLatinFont, aCJKFont, aCTLFont; in CreateLayoutStyleSheets() local 189 mpDoc->getDefaultFonts( aLatinFont, aCJKFont, aCTLFont ); in CreateLayoutStyleSheets() 195 …SvxFontItem aSvxFontItemCJK( aCJKFont.GetFamily(), aCJKFont.GetName(), aCJKFont.GetStyleName(), aC… in CreateLayoutStyleSheets() 196 aCJKFont.GetCharSet(), EE_CHAR_FONTINFO_CJK ); in CreateLayoutStyleSheets()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 200 aCJKFont( *(SvxFontItem*)GetDfltAttr( RES_CHRATR_CJK_FONT ) ), in SwBoxAutoFmt() 243 aCJKFont( rNew.aCJKFont ), in SwBoxAutoFmt() 286 aCJKFont = rNew.aCJKFont; in operator =() 343 READ( aCJKFont, SvxFontItem , rVersions.nFontVersion) in Load() 455 aCJKFont.Store( rStream, aCJKFont.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
|
/aoo41x/main/sw/inc/ |
H A D | tblafmt.hxx | 78 SvxFontItem aCJKFont; member in SwBoxAutoFmt 128 const SvxFontItem &GetCJKFont() const { return aCJKFont; } in GetCJKFont() 155 void SetCJKFont( const SvxFontItem& rNew ) { aCJKFont = rNew; } in SetCJKFont()
|
/aoo41x/main/sc/inc/ |
H A D | autoform.hxx | 80 SvxFontItem aCJKFont; member in ScAutoFormatDataField 127 const SvxFontItem& GetCJKFont() const { return aCJKFont; } in GetCJKFont() 159 void SetCJKFont( const SvxFontItem& rCJKFont ) { aCJKFont = rCJKFont; } in SetCJKFont()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | autoform.cxx | 230 aCJKFont( ATTR_CJK_FONT ), in ScAutoFormatDataField() 265 aCJKFont( rCopy.aCJKFont ), in ScAutoFormatDataField() 323 READ( aCJKFont, SvxFontItem, rVersions.nFontVersion) in Load() 437 aCJKFont.Store ( rStream, aCJKFont.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 688 Font aFont, aCJKFont, aCTLFont; in DrawString() local 691 MakeFonts( nFmtIndex, aFont, aCJKFont, aCTLFont ); in DrawString() 697 aScriptedText.SetFonts( &aFont, &aCJKFont, &aCTLFont ); in DrawString()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 771 Font aFont, aCJKFont, aCTLFont; in DrawString() local 772 MakeFonts( nFmtIndex, aFont, aCJKFont, aCTLFont ); in DrawString() 773 aScriptedText.SetFonts( &aFont, &aCJKFont, &aCTLFont ); in DrawString()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 2437 Font aCJKFont( OutputDevice::GetDefaultFont( DEFAULTFONT_CJK_TEXT, eLangType, in InitFontStyle() local 2443 aCJKFont.SetSize( aDefSize ); in InitFontStyle() 2447 aCJKFont.SetFillColor( aBackCol ); in InitFontStyle() 2451 aCJKFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle() 2455 rCJKFont = aCJKFont; in InitFontStyle()
|