Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx119 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 …]
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx201 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 Dstlpool.cxx187 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()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx200 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()
/trunk/main/sw/inc/
H A Dtblafmt.hxx79 SvxFontItem aCJKFont; member in SwBoxAutoFmt
129 const SvxFontItem &GetCJKFont() const { return aCJKFont; } in GetCJKFont()
156 void SetCJKFont( const SvxFontItem& rNew ) { aCJKFont = rNew; } in SetCJKFont()
/trunk/main/sc/inc/
H A Dautoform.hxx80 SvxFontItem aCJKFont; member in ScAutoFormatDataField
127 const SvxFontItem& GetCJKFont() const { return aCJKFont; } in GetCJKFont()
159 void SetCJKFont( const SvxFontItem& rCJKFont ) { aCJKFont = rCJKFont; } in SetCJKFont()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx230 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()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx688 Font aFont, aCJKFont, aCTLFont; in DrawString() local
691 MakeFonts( nFmtIndex, aFont, aCJKFont, aCTLFont ); in DrawString()
697 aScriptedText.SetFonts( &aFont, &aCJKFont, &aCTLFont ); in DrawString()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx771 Font aFont, aCJKFont, aCTLFont; in DrawString() local
772 MakeFonts( nFmtIndex, aFont, aCJKFont, aCTLFont ); in DrawString()
773 aScriptedText.SetFonts( &aFont, &aCJKFont, &aCTLFont ); in DrawString()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx2434 Font aCJKFont( OutputDevice::GetDefaultFont( DEFAULTFONT_CJK_TEXT, eLangType, in InitFontStyle() local
2440 aCJKFont.SetSize( aDefSize ); in InitFontStyle()
2444 aCJKFont.SetFillColor( aBackCol ); in InitFontStyle()
2448 aCJKFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle()
2452 rCJKFont = aCJKFont; in InitFontStyle()

Completed in 79 milliseconds