/aoo41x/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 120 SvxFont aCTLFont; member in FontPrevWin_Impl 308 …ype::ASIAN) ? aCJKFont : ((nScript==com::sun::star::i18n::ScriptType::COMPLEX) ? aCTLFont : rFont); in CalcTextSize() 319 calcFontHeightAnyAscent(pWin,aCTLFont,nCTLHeight,nCTLAscent); in CalcTextSize() 421 scaleFontWidth(aCTLFont,rOutDev,n100PercentFontWidthCTL); in ScaleFontWidth() 426 aCTLFont.SetWidth( n100PercentFontWidthCTL * nFontWidthScale / 100 ); in ScaleFontWidth() 475 initFont(pImpl->aCTLFont); in SvxFontPrevWindow() 512 return pImpl->aCTLFont; in GetCTLFont() 586 setFont( rCTLFont, pImpl->aCTLFont ); in SetFont() 605 setFont( rCTLOutFont, pImpl->aCTLFont ); in SetCTLFont() 845 if( COL_AUTO == pImpl->aCTLFont.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() 211 …SvxFontItem aSvxFontItemCTL( aCTLFont.GetFamily(), aCTLFont.GetName(), aCTLFont.GetStyleName(), aC… in CreateLayoutTemplates() 212 aCTLFont.GetCharSet(), EE_CHAR_FONTINFO_CTL ); in CreateLayoutTemplates() 610 Font aLatinFont, aCJKFont, aCTLFont; in CreateDefaultCellStyles() local 612 getDefaultFonts( aLatinFont, aCJKFont, aCTLFont ); in CreateDefaultCellStyles() 620 …SvxFontItem aSvxFontItemCTL( aCTLFont.GetFamily(), aCTLFont.GetName(), aCTLFont.GetStyleName(), aC… in CreateDefaultCellStyles() 621 aCTLFont.GetCharSet(), EE_CHAR_FONTINFO_CTL ); in CreateDefaultCellStyles()
|
H A D | stlpool.cxx | 187 Font aLatinFont, aCJKFont, aCTLFont; in CreateLayoutStyleSheets() local 189 mpDoc->getDefaultFonts( aLatinFont, aCJKFont, aCTLFont ); in CreateLayoutStyleSheets() 198 …SvxFontItem aSvxFontItemCTL( aCTLFont.GetFamily(), aCTLFont.GetName(), aCTLFont.GetStyleName(), aC… in CreateLayoutStyleSheets() 199 aCTLFont.GetCharSet(), EE_CHAR_FONTINFO_CTL ); in CreateLayoutStyleSheets()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 205 aCTLFont( *(SvxFontItem*)GetDfltAttr( RES_CHRATR_CTL_FONT ) ), in SwBoxAutoFmt() 247 aCTLFont( rNew.aCTLFont ), in SwBoxAutoFmt() 290 aCTLFont = rNew.aCTLFont; in operator =() 347 READ( aCTLFont, SvxFontItem , rVersions.nFontVersion) in Load() 459 aCTLFont.Store( rStream, aCTLFont.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
|
/aoo41x/main/sw/inc/ |
H A D | tblafmt.hxx | 83 SvxFontItem aCTLFont; member in SwBoxAutoFmt 132 const SvxFontItem &GetCTLFont() const { return aCTLFont; } in GetCTLFont() 159 void SetCTLFont( const SvxFontItem& rNew ) { aCTLFont = rNew; } in SetCTLFont()
|
/aoo41x/main/sc/inc/ |
H A D | autoform.hxx | 85 SvxFontItem aCTLFont; member in ScAutoFormatDataField 131 const SvxFontItem& GetCTLFont() const { return aCTLFont; } in GetCTLFont() 163 void SetCTLFont( const SvxFontItem& rCTLFont ) { aCTLFont = rCTLFont; } in SetCTLFont()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | autoform.cxx | 235 aCTLFont( ATTR_CTL_FONT ), in ScAutoFormatDataField() 269 aCTLFont( rCopy.aCTLFont ), in ScAutoFormatDataField() 327 READ( aCTLFont, SvxFontItem, rVersions.nFontVersion) in Load() 441 aCTLFont.Store ( rStream, aCTLFont.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 | 2439 Font aCTLFont( OutputDevice::GetDefaultFont( DEFAULTFONT_CTL_TEXT, eLangType, in InitFontStyle() local 2444 aCTLFont.SetSize( aDefSize ); in InitFontStyle() 2448 aCTLFont.SetFillColor( aBackCol ); in InitFontStyle() 2452 aCTLFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle() 2456 rCTLFont = aCTLFont; in InitFontStyle()
|