Home
last modified time | relevance | path

Searched refs:nFontId (Results 1 – 25 of 58) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/config/
H A Dfontcfg.cxx218 DefaultFontType nFontId; in GetDefaultFor() local
222 nFontId = DefaultFontType::LATIN_HEADING; in GetDefaultFor()
225 nFontId = DefaultFontType::CJK_HEADING; in GetDefaultFor()
228 nFontId = DefaultFontType::CTL_HEADING; in GetDefaultFor()
234 nFontId = DefaultFontType::CJK_TEXT; in GetDefaultFor()
240 nFontId = DefaultFontType::CTL_TEXT; in GetDefaultFor()
243 nFontId = DefaultFontType::LATIN_TEXT; in GetDefaultFor()
245 vcl::Font aFont = OutputDevice::GetDefaultFont(nFontId, eLang, GetDefaultFontFlags::OnlyOne); in GetDefaultFor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/config/
H A Dfontcfg.cxx220 DefaultFontType nFontId; in GetDefaultFor() local
224 nFontId = DefaultFontType::LATIN_HEADING; in GetDefaultFor()
227 nFontId = DefaultFontType::CJK_HEADING; in GetDefaultFor()
230 nFontId = DefaultFontType::CTL_HEADING; in GetDefaultFor()
236 nFontId = DefaultFontType::CJK_TEXT; in GetDefaultFor()
242 nFontId = DefaultFontType::CTL_TEXT; in GetDefaultFor()
245 nFontId = DefaultFontType::LATIN_TEXT; in GetDefaultFor()
247 vcl::Font aFont = OutputDevice::GetDefaultFont(nFontId, eLang, GetDefaultFontFlags::OnlyOne); in GetDefaultFor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Drichstring.cxx71 void RichStringPortion::setFontId( sal_Int32 nFontId ) in setFontId() argument
73 mnFontId = nFontId; in setFontId()
216 sal_uInt16 nFontId; in importPhoneticPr() local
218 nFontId = rStrm.readuInt16(); in importPhoneticPr()
221 maModel.mnFontId = nFontId; in importPhoneticPr()
227 sal_uInt16 nFontId, nFlags; in importStringData() local
228 nFontId = rStrm.readuInt16(); in importStringData()
230 maModel.mnFontId = nFontId; in importStringData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Drichstring.cxx72 void RichStringPortion::setFontId( sal_Int32 nFontId ) in setFontId() argument
74 mnFontId = nFontId; in setFontId()
217 sal_uInt16 nFontId; in importPhoneticPr() local
219 nFontId = rStrm.readuInt16(); in importPhoneticPr()
222 maModel.mnFontId = nFontId; in importPhoneticPr()
228 sal_uInt16 nFontId, nFlags; in importStringData() local
229 nFontId = rStrm.readuInt16(); in importStringData()
231 maModel.mnFontId = nFontId; in importStringData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/glyphs/
H A Dfreetype_glyphcache.cxx137 FreetypeFontFile* const pFontFile, int nFaceNum, int nFaceVariation, sal_IntPtr nFontId) in FreetypeFontInfo() argument
144 mnFontId( nFontId ), in FreetypeFontInfo()
148 maDevFontAttributes.IncreaseQualityBy( 10000 - nFontId ); in FreetypeFontInfo()
323 int nFaceNum, int nVariantNum, sal_IntPtr nFontId, const FontAttributes& rDevFontAttr) in AddFontFile() argument
328 if( m_aFontInfoList.find( nFontId ) != m_aFontInfoList.end() ) in AddFontFile()
332 FindFontFile(rNormalizedName), nFaceNum, nVariantNum, nFontId); in AddFontFile()
333 m_aFontInfoList[ nFontId ].reset(pFontInfo); in AddFontFile()
334 if( m_nMaxFontId < nFontId ) in AddFontFile()
335 m_nMaxFontId = nFontId; in AddFontFile()
357 sal_IntPtr nFontId = pFontFace->GetFontId(); in CreateFont() local
[all …]
H A Dglyphcache.cxx72 sal_uIntPtr nFontId = GetFontId(*rFontInstance); in operator ()() local
80 nFontId ^= aFeatName.hashCode(); in operator ()()
84 boost::hash_combine(seed, nFontId); in operator ()()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/glyphs/
H A Dfreetype_glyphcache.cxx142 FreetypeFontFile* const pFontFile, int nFaceNum, int nFaceVariation, sal_IntPtr nFontId) in FreetypeFontInfo() argument
149 mnFontId( nFontId ), in FreetypeFontInfo()
153 maDevFontAttributes.IncreaseQualityBy( 10000 - nFontId ); in FreetypeFontInfo()
346 int nFaceNum, int nVariantNum, sal_IntPtr nFontId, const FontAttributes& rDevFontAttr) in AddFontFile() argument
351 if( m_aFontInfoList.find( nFontId ) != m_aFontInfoList.end() ) in AddFontFile()
355 FindFontFile(rNormalizedName), nFaceNum, nVariantNum, nFontId); in AddFontFile()
356 m_aFontInfoList[ nFontId ].reset(pFontInfo); in AddFontFile()
357 if( m_nMaxFontId < nFontId ) in AddFontFile()
358 m_nMaxFontId = nFontId; in AddFontFile()
380 sal_IntPtr nFontId = pFontFace->GetFontId(); in CreateFont() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dgenericelements.hxx175 TextElement( Element* pParent, sal_Int32 nGCId, sal_Int32 nFontId ) in TextElement()
176 : GraphicalElement( pParent, nGCId ), FontId( nFontId ) {} in TextElement()
291 … static TextElement* createTextElement( Element* pParent, sal_Int32 nGCId, sal_Int32 nFontId ) in createTextElement() argument
292 { return new TextElement( pParent, nGCId, nFontId ); } in createTextElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dctfonts.cxx480 const sal_IntPtr nFontId = reinterpret_cast<sal_IntPtr>(pValue); in fontEnumCallBack() local
481 rtl::Reference<CoreTextFontFace> pFontData = new CoreTextFontFace( rDFA, nFontId ); in fontEnumCallBack()
508 sal_IntPtr nFontId = pFontData->GetFontId(); in AddFont() local
509 maFontContainer[ nFontId ] = pFontData; in AddFont()
520 CoreTextFontFace* SystemFontList::GetFontDataFromId( sal_IntPtr nFontId ) const in GetFontDataFromId()
522 auto it = maFontContainer.find( nFontId ); in GetFontDataFromId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dctfonts.cxx476 const sal_IntPtr nFontId = reinterpret_cast<sal_IntPtr>(pValue); in fontEnumCallBack() local
477 rtl::Reference<CoreTextFontFace> pFontData = new CoreTextFontFace( rDFA, nFontId ); in fontEnumCallBack()
504 sal_IntPtr nFontId = pFontData->GetFontId(); in AddFont() local
505 maFontContainer[ nFontId ] = pFontData; in AddFont()
516 CoreTextFontFace* SystemFontList::GetFontDataFromId( sal_IntPtr nFontId ) const in GetFontDataFromId()
518 auto it = maFontContainer.find( nFontId ); in GetFontDataFromId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dgenericelements.hxx175 TextElement( Element* pParent, sal_Int32 nGCId, sal_Int32 nFontId ) in TextElement()
176 : GraphicalElement( pParent, nGCId ), FontId( nFontId ) {} in TextElement()
290 … static TextElement* createTextElement( Element* pParent, sal_Int32 nGCId, sal_Int32 nFontId ) in createTextElement() argument
291 { return new TextElement( pParent, nGCId, nFontId ); } in createTextElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsysdata.hxx200 void* nFontId; // native font id member
211 nFontId( nullptr ), in SystemFontData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dpatattr.cxx188 nFontId = ATTR_CJK_FONT; in getFontIDsByScriptType()
196 nFontId = ATTR_CTL_FONT; in getFontIDsByScriptType()
204 nFontId = ATTR_FONT; in getFontIDsByScriptType()
237 sal_uInt16 nFontId, nHeightId, nWeightId, nPostureId, nLangId; in GetFont() local
238 getFontIDsByScriptType(nScript, nFontId, nHeightId, nWeightId, nPostureId, nLangId); in GetFont()
244 if ( pCondSet->GetItemState( nFontId, true, &pItem ) != SfxItemState::SET ) in GetFont()
245 pItem = &rItemSet.Get( nFontId ); in GetFont()
302 pFontAttr = &static_cast<const SvxFontItem&>(rItemSet.Get( nFontId )); in GetFont()
458 sal_uInt16 nFontId, nHeightId, nWeightId, nPostureId, nLangId; in GetDxfFont() local
464 if ( rItemSet.GetItemState( nFontId, true, &pItem ) == SfxItemState::SET ) in GetDxfFont()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dpatattr.cxx188 nFontId = ATTR_CJK_FONT; in getFontIDsByScriptType()
196 nFontId = ATTR_CTL_FONT; in getFontIDsByScriptType()
204 nFontId = ATTR_FONT; in getFontIDsByScriptType()
237 sal_uInt16 nFontId, nHeightId, nWeightId, nPostureId, nLangId; in GetFont() local
238 getFontIDsByScriptType(nScript, nFontId, nHeightId, nWeightId, nPostureId, nLangId); in GetFont()
244 if ( pCondSet->GetItemState( nFontId, true, &pItem ) != SfxItemState::SET ) in GetFont()
245 pItem = &rItemSet.Get( nFontId ); in GetFont()
302 pFontAttr = &static_cast<const SvxFontItem&>(rItemSet.Get( nFontId )); in GetFont()
458 sal_uInt16 nFontId, nHeightId, nWeightId, nPostureId, nLangId; in GetDxfFont() local
464 if ( rItemSet.GetItemState( nFontId, true, &pItem ) == SfxItemState::SET ) in GetDxfFont()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocshini.cxx166 sal_uInt16 nFontId = aFontIds[i]; in InitNew() local
170 if(!pStdFont->IsFontDefault(nFontId)) in InitNew()
172 sEntry = pStdFont->GetFontFor(nFontId); in InitNew()
209 nFontHeight = SwStdFontConfig::GetDefaultHeightFor( nFontId, eLanguage ); in InitNew()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocshini.cxx184 sal_uInt16 nFontId = aFontIds[i]; in InitNew() local
188 if(!pStdFont->IsFontDefault(nFontId)) in InitNew()
190 sEntry = pStdFont->GetFontFor(nFontId); in InitNew()
227 nFontHeight = SwStdFontConfig::GetDefaultHeightFor( nFontId, eLanguage ); in InitNew()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dfreetype_glyphcache.hxx80 int nFaceNum, int nFaceVariation, sal_IntPtr nFontId);
H A Dglyphcache.hxx86 sal_IntPtr nFontId,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dglyphcache.hxx83 sal_IntPtr nFontId,
H A Dfreetype_glyphcache.hxx81 int nFaceNum, int nFaceVariation, sal_IntPtr nFontId);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/cairo/
H A Dcairo_textlayout.cxx276 if (!aSysFontData.nFontId) in isCairoRenderable()
419 … font_face = cairo_ft_font_face_create_for_ft_face(static_cast<FT_Face>(rSysFontData.nFontId), in draw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx167 fontID nFontId = m_nNextFontID++; in addFontFile() local
168 m_aFonts[nFontId] = std::move(font); in addFontFile()
169 m_aFontFileToFontID[ aName ].insert( nFontId ); in addFontFile()
170 aFontIds.push_back(nFontId); in addFontFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx167 fontID nFontId = m_nNextFontID++; in addFontFile() local
168 m_aFonts[nFontId] = std::move(font); in addFontFile()
169 m_aFontFileToFontID[ aName ].insert( nFontId ); in addFontFile()
170 aFontIds.push_back(nFontId); in addFontFile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Drichstring.hxx48 void setFontId( sal_Int32 nFontId );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Drichstring.hxx50 void setFontId( sal_Int32 nFontId );

123