/aoo41x/main/sw/source/ui/config/ |
H A D | fontcfg.cxx | 206 switch( nFontType ) in IsFontDefault() 209 bSame = sDefaultFonts[nFontType] == sDefFont; in IsFontDefault() 220 bSame = sDefaultFonts[nFontType] == in IsFontDefault() 221 GetDefaultFor(nFontType, eLang); in IsFontDefault() 226 bSame = sDefaultFonts[nFontType] == sDefFont && in IsFontDefault() 256 switch( nFontType ) in GetDefaultFor() 296 switch( nFontType ) in GetDefaultHeightFor() 317 if( nFontType < DEF_FONT_COUNT && nDefaultFontHeight[nFontType] != nHeight) in ChangeInt() 327 …const sal_Int32 nDefaultHeight = GetDefaultHeightFor(nFontType, lcl_LanguageOfType(nFontType, eWes… in ChangeInt() 332 nDefaultFontHeight[nFontType] = -1; in ChangeInt() [all …]
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | fontcfg.hxx | 67 void ChangeString(sal_uInt16 nFontType, const String& rSet) in ChangeString() argument 69 if(sDefaultFonts[nFontType] != rSet) in ChangeString() 72 sDefaultFonts[nFontType] = rSet; in ChangeString() 76 void ChangeInt( sal_uInt16 nFontType, sal_Int32 nHeight ); 91 const String& GetFontFor(sal_uInt16 nFontType) const {return sDefaultFonts[nFontType];} in GetFontFor() 92 sal_Bool IsFontDefault(sal_uInt16 nFontType) const; 111 static String GetDefaultFor(sal_uInt16 nFontType, LanguageType eLang); 112 static sal_Int32 GetDefaultHeightFor(sal_uInt16 nFontType, LanguageType eLang);
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | bundles.cxx | 103 nFontType ( 0 ) in FontEntry() 153 pCFontEntry->nFontType = pPtr->nFontType; in operator =() 208 pFontEntry->nFontType |= 1; in InsertName() 227 pFontEntry->nFontType |= 2; in InsertName()
|
H A D | actimpr.cxx | 414 sal_uInt32 nFontType = 0; in ImplSetTextBundle() local 419 nFontType = pFontEntry->nFontType; in ImplSetTextBundle() 423 if ( nFontType & 1 ) in ImplSetTextBundle() 425 if ( nFontType & 2 ) in ImplSetTextBundle()
|
H A D | bundles.hxx | 142 sal_uInt32 nFontType; // bit 0 = 1 -> Italic, member in FontEntry
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 832 const NEWTEXTMETRICA& rMetric, DWORD nFontType ) in WinFont2DevFontAttributes() argument 860 aDFA.mbOrientation = (nFontType & RASTER_FONTTYPE) == 0; in WinFont2DevFontAttributes() 907 const NEWTEXTMETRICW& rMetric, DWORD nFontType ) in WinFont2DevFontAttributes() argument 935 aDFA.mbOrientation = (nFontType & RASTER_FONTTYPE) == 0; in WinFont2DevFontAttributes() 983 DWORD nFontType ) in ImplLogMetricToDevFontDataA() argument 986 if ( nFontType & RASTER_FONTTYPE ) in ImplLogMetricToDevFontDataA() 990 WinFont2DevFontAttributes(*pLogFont, *pMetric, nFontType), in ImplLogMetricToDevFontDataA() 1002 DWORD nFontType ) in ImplLogMetricToDevFontDataW() argument 1005 if ( nFontType & RASTER_FONTTYPE ) in ImplLogMetricToDevFontDataW() 1989 if( (nFontType & RASTER_FONTTYPE) && !(nFontType & DEVICE_FONTTYPE) ) in SalEnumFontsProcExA() [all …]
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | ascfldlg.cxx | 211 sal_uInt16 nFontType = FONT_STANDARD; in SwAsciiFilterDlg() local 213 nFontType = FONT_STANDARD_CJK; in SwAsciiFilterDlg() 215 nFontType = FONT_STANDARD_CTL; in SwAsciiFilterDlg() 216 aOpt.SetFontName(SW_MOD()->GetStdFontConfig()->GetFontFor(nFontType)); in SwAsciiFilterDlg()
|
/aoo41x/main/sd/source/ui/presenter/ |
H A D | PresenterTextView.cxx | 364 sal_uInt16 nFontType; in CreateEditEngine() member 388 rFntDta.nFontType, nLang, DEFAULTFONT_FLAGS_ONLYONE); in CreateEditEngine()
|
/aoo41x/main/sc/source/core/data/ |
H A D | stlpool.cxx | 235 void lcl_CheckFont( SfxItemSet& rSet, LanguageType eLang, sal_uInt16 nFontType, sal_uInt16 nItemId ) in lcl_CheckFont() argument 239 Font aDefFont = OutputDevice::GetDefaultFont( nFontType, eLang, DEFAULTFONT_FLAGS_ONLYONE ); in lcl_CheckFont()
|
/aoo41x/main/sd/source/ui/notes/ |
H A D | EditWindow.cxx | 158 sal_uInt16 nFontType; in CreateEditEngine() member 182 rFntDta.nFontType, nLang, DEFAULTFONT_FLAGS_ONLYONE); in CreateEditEngine()
|
/aoo41x/main/starmath/source/ |
H A D | document.cxx | 335 sal_uInt16 nFontType; in SetEditEngineDefaultFonts() member 359 rFntDta.nFontType, nLang, DEFAULTFONT_FLAGS_ONLYONE ); in SetEditEngineDefaultFonts()
|
/aoo41x/main/editeng/source/items/ |
H A D | textitem.cxx | 3812 sal_uInt16 nFontType; in GetDefaultFonts() member 3826 Font aFont( OutputDevice::GetDefaultFont( aOutTypeArr[ n ].nFontType, in GetDefaultFonts()
|