Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Dfontcfg.cxx206 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 …]
/trunk/main/sw/source/ui/inc/
H A Dfontcfg.hxx67 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);
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbundles.cxx103 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 Dactimpr.cxx414 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 Dbundles.hxx142 sal_uInt32 nFontType; // bit 0 = 1 -> Italic, member in FontEntry
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx832 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 …]
/trunk/main/sw/source/ui/dialog/
H A Dascfldlg.cxx211 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()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx364 sal_uInt16 nFontType; in CreateEditEngine() member
388 rFntDta.nFontType, nLang, DEFAULTFONT_FLAGS_ONLYONE); in CreateEditEngine()
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx235 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()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx158 sal_uInt16 nFontType; in CreateEditEngine() member
182 rFntDta.nFontType, nLang, DEFAULTFONT_FLAGS_ONLYONE); in CreateEditEngine()
/trunk/main/starmath/source/
H A Ddocument.cxx335 sal_uInt16 nFontType; in SetEditEngineDefaultFonts() member
359 rFntDta.nFontType, nLang, DEFAULTFONT_FLAGS_ONLYONE ); in SetEditEngineDefaultFonts()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3812 sal_uInt16 nFontType; in GetDefaultFonts() member
3826 Font aFont( OutputDevice::GetDefaultFont( aOutTypeArr[ n ].nFontType, in GetDefaultFonts()

Completed in 113 milliseconds