Home
last modified time | relevance | path

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

1234567891011

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/config/
H A Dfontcfg.cxx173 switch( nFontType ) in IsFontDefault()
176 bSame = sDefaultFonts[nFontType] == sDefFont; in IsFontDefault()
187 bSame = sDefaultFonts[nFontType] == in IsFontDefault()
188 GetDefaultFor(nFontType, eLang); in IsFontDefault()
193 bSame = sDefaultFonts[nFontType] == sDefFont && in IsFontDefault()
219 switch( nFontType ) in GetDefaultFor()
252 switch( nFontType ) in GetDefaultHeightFor()
273 if( nFontType >= DEF_FONT_COUNT || nDefaultFontHeight[nFontType] == nHeight) in ChangeInt()
285 …const sal_Int32 nDefaultHeight = GetDefaultHeightFor(nFontType, lcl_LanguageOfType(nFontType, eWes… in ChangeInt()
290 nDefaultFontHeight[nFontType] = -1; in ChangeInt()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/config/
H A Dfontcfg.cxx175 switch( nFontType ) in IsFontDefault()
178 bSame = sDefaultFonts[nFontType] == sDefFont; in IsFontDefault()
189 bSame = sDefaultFonts[nFontType] == in IsFontDefault()
190 GetDefaultFor(nFontType, eLang); in IsFontDefault()
195 bSame = sDefaultFonts[nFontType] == sDefFont && in IsFontDefault()
221 switch( nFontType ) in GetDefaultFor()
254 switch( nFontType ) in GetDefaultHeightFor()
275 if( nFontType < DEF_FONT_COUNT && nDefaultFontHeight[nFontType] != nHeight) in ChangeInt()
286 …const sal_Int32 nDefaultHeight = GetDefaultHeightFor(nFontType, lcl_LanguageOfType(nFontType, eWes… in ChangeInt()
291 nDefaultFontHeight[nFontType] = -1; in ChangeInt()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dfontcfg.hxx62 void ChangeString(sal_uInt16 nFontType, const OUString& rSet) in ChangeString() argument
64 if(sDefaultFonts[nFontType] != rSet) in ChangeString()
67 sDefaultFonts[nFontType] = rSet; in ChangeString()
71 void ChangeInt( sal_uInt16 nFontType, sal_Int32 nHeight );
87 const OUString& GetFontFor(sal_uInt16 nFontType) const {return sDefaultFonts[nFontType];} in GetFontFor()
88 bool IsFontDefault(sal_uInt16 nFontType) const;
107 static OUString GetDefaultFor(sal_uInt16 nFontType, LanguageType eLang);
108 static sal_Int32 GetDefaultHeightFor(sal_uInt16 nFontType, LanguageType eLang);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dfontcfg.hxx62 void ChangeString(sal_uInt16 nFontType, const OUString& rSet) in ChangeString() argument
64 if(sDefaultFonts[nFontType] != rSet) in ChangeString()
67 sDefaultFonts[nFontType] = rSet; in ChangeString()
71 void ChangeInt( sal_uInt16 nFontType, sal_Int32 nHeight );
87 const OUString& GetFontFor(sal_uInt16 nFontType) const {return sDefaultFonts[nFontType];} in GetFontFor()
88 bool IsFontDefault(sal_uInt16 nFontType) const;
107 static OUString GetDefaultFor(sal_uInt16 nFontType, LanguageType eLang);
108 static sal_Int32 GetDefaultHeightFor(sal_uInt16 nFontType, LanguageType eLang);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/icgm/
H A Dbundles.cxx33 nFontType ( 0 ) in FontEntry()
78 pCFontEntry->nFontType = pPtr->nFontType; in operator =()
130 pFontEntry->nFontType |= 1; in InsertName()
149 pFontEntry->nFontType |= 2; in InsertName()
H A Dactimpr.cxx358 sal_uInt32 nFontType = 0; in ImplSetTextBundle() local
363 nFontType = pFontEntry->nFontType; in ImplSetTextBundle()
367 if ( nFontType & 1 ) in ImplSetTextBundle()
369 if ( nFontType & 2 ) in ImplSetTextBundle()
H A Dbundles.hxx149 sal_uInt32 nFontType; // bit 0 = 1 -> Italic, member in FontEntry
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/graphicfilter/icgm/
H A Dbundles.hxx144 sal_uInt32 nFontType; // bit 0 = 1 -> Italic, member
147 : nFontType(0) in FontEntry()
H A Dbundles.cxx83 pFontEntry->nFontType |= 1; in InsertName()
102 pFontEntry->nFontType |= 2; in InsertName()
H A Dactimpr.cxx360 sal_uInt32 nFontType = 0; in ImplSetTextBundle() local
365 nFontType = pFontEntry->nFontType; in ImplSetTextBundle()
371 if ( nFontType & 1 ) in ImplSetTextBundle()
373 if ( nFontType & 2 ) in ImplSetTextBundle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dsmediteng.cxx113 DefaultFontType nFontType; in setSmItemPool() member
136 vcl::Font aFont = OutputDevice::GetDefaultFont(aFontData.nFontType, nLang, in setSmItemPool()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DCHOOSEFONT.java36 public short nFontType; field in CHOOSEFONT
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32Dlg_FontChooser.cpp207 bool bIsBold = ((cf.nFontType & BOLD_FONTTYPE) != 0); in runModal()
209 bool bIsNormal = ((cf.nFontType & REGULAR_FONTTYPE) != 0); in runModal()
220 bool bIsItalic = ((cf.nFontType & ITALIC_FONTTYPE) != 0); in runModal()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/presenter/
H A DPresenterTextView.cxx227 DefaultFontType nFontType; in Implementation() member
250 rFntDta.nFontType, nLang, GetDefaultFontFlags::OnlyOne); in Implementation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/presenter/
H A DPresenterTextView.cxx227 DefaultFontType nFontType; in Implementation() member
250 rFntDta.nFontType, nLang, GetDefaultFontFlags::OnlyOne); in Implementation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dstlpool.cxx195 static void lcl_CheckFont( SfxItemSet& rSet, LanguageType eLang, DefaultFontType nFontType, sal_uIn… in lcl_CheckFont() argument
199 …vcl::Font aDefFont = OutputDevice::GetDefaultFont( nFontType, eLang, GetDefaultFontFlags::OnlyOne … in lcl_CheckFont()
H A Ddocpool.cxx80 SvxFontItem* getDefaultFontItem(LanguageType eLang, DefaultFontType nFontType, sal_uInt16 nItemId) in getDefaultFontItem() argument
82 …vcl::Font aDefFont = OutputDevice::GetDefaultFont( nFontType, eLang, GetDefaultFontFlags::OnlyOne … in getDefaultFontItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dstlpool.cxx190 static void lcl_CheckFont( SfxItemSet& rSet, LanguageType eLang, DefaultFontType nFontType, sal_uIn… in lcl_CheckFont() argument
194 …vcl::Font aDefFont = OutputDevice::GetDefaultFont( nFontType, eLang, GetDefaultFontFlags::OnlyOne … in lcl_CheckFont()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommdlg.h282 WORD nFontType; member
300 WORD nFontType; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommdlg.h282 WORD nFontType; member
300 WORD nFontType; member
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommdlg.d347 WORD nFontType;
367 WORD nFontType;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommdlg.d347 WORD nFontType;
367 WORD nFontType;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommdlg.d346 WORD nFontType;
366 WORD nFontType;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommdlg.d347 WORD nFontType;
367 WORD nFontType;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommdlg.d346 WORD nFontType;
366 WORD nFontType;

1234567891011