Home
last modified time | relevance | path

Searched refs:nFontID (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dfontmanager.hxx217 OUString getPSName( fontID nFontID ) const;
220 FontItalic getFontItalic( fontID nFontID ) const in getFontItalic()
222 PrintFont* pFont = getFont( nFontID ); in getFontItalic()
227 FontWeight getFontWeight( fontID nFontID ) const in getFontWeight()
229 PrintFont* pFont = getFont( nFontID ); in getFontWeight()
234 OString getFontFileSysPath( fontID nFontID ) const in getFontFileSysPath()
236 return getFontFile( getFont( nFontID ) ); in getFontFileSysPath()
240 int getFontFaceNumber( fontID nFontID ) const;
243 int getFontFaceVariation( fontID nFontID ) const;
246 int getFontAscend( fontID nFontID ) const;
[all …]
H A Dprintergfx.hxx315 sal_Int32 nFontID,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dfontmanager.hxx225 OUString getPSName( fontID nFontID );
228 FontItalic getFontItalic( fontID nFontID ) const in getFontItalic()
230 const PrintFont* pFont = getFont( nFontID ); in getFontItalic()
235 FontWeight getFontWeight( fontID nFontID ) const in getFontWeight()
237 const PrintFont* pFont = getFont( nFontID ); in getFontWeight()
242 OString getFontFileSysPath( fontID nFontID ) const in getFontFileSysPath()
244 return getFontFile( *getFont( nFontID ) ); in getFontFileSysPath()
248 int getFontFaceNumber( fontID nFontID ) const;
251 int getFontFaceVariation( fontID nFontID ) const;
254 int getFontAscend( fontID nFontID );
[all …]
H A Dprintergfx.hxx315 sal_Int32 nFontID,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx782 const PrintFont* pFont = getFont( nFontID ); in getFontInfo()
785 rInfo.m_nID = nFontID; in getFontInfo()
793 const PrintFont* pFont = getFont( nFontID ); in getFontFastInfo()
796 rInfo.m_nID = nFontID; in getFontFastInfo()
804 PrintFont* pFont = getFont( nFontID ); in getFontBoundingBox()
821 const PrintFont* pFont = getFont( nFontID ); in getFontFaceNumber()
834 const PrintFont* pFont = getFont( nFontID ); in getFontFaceVariation()
918 PrintFont* pFont = getFont( nFontID ); in getPSName()
927 int PrintFontManager::getFontAscend( fontID nFontID ) in getFontAscend() argument
929 PrintFont* pFont = getFont( nFontID ); in getFontAscend()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx779 PrintFont* pFont = getFont( nFontID ); in getFontInfo()
782 rInfo.m_nID = nFontID; in getFontInfo()
790 PrintFont* pFont = getFont( nFontID ); in getFontFastInfo()
793 rInfo.m_nID = nFontID; in getFontFastInfo()
801 PrintFont* pFont = getFont( nFontID ); in getFontBoundingBox()
818 PrintFont* pFont = getFont( nFontID ); in getFontFaceNumber()
831 PrintFont* pFont = getFont( nFontID ); in getFontFaceVariation()
920 PrintFont* pFont = getFont( nFontID ); in getPSName()
929 int PrintFontManager::getFontAscend( fontID nFontID ) const in getFontAscend()
931 PrintFont* pFont = getFont( nFontID ); in getFontAscend()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/print/
H A Dtext_gfx.cxx33 sal_Int32 nFontID, in SetFont() argument
44 mnFontID = nFontID; in SetFont()
H A Dglyphset.hxx62 GlyphSet (sal_Int32 nFontID, bool bVertical);
H A Dglyphset.cxx42 GlyphSet::GlyphSet (sal_Int32 nFontID, bool bVertical) in GlyphSet() argument
43 : mnFontID (nFontID), in GlyphSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/print/
H A Dtext_gfx.cxx33 sal_Int32 nFontID, in SetFont() argument
44 mnFontID = nFontID; in SetFont()
H A Dglyphset.hxx64 GlyphSet (sal_Int32 nFontID, bool bVertical);
H A Dglyphset.cxx42 GlyphSet::GlyphSet (sal_Int32 nFontID, bool bVertical) in GlyphSet() argument
43 : mnFontID (nFontID), in GlyphSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8num.cxx351 sal_uInt16 nFontID = m_rWW8Export.m_aFontHelper.GetId( *pFont ); in NumberingLevel() local
354 m_rWW8Export.InsUInt16( nFontID ); in NumberingLevel()
356 m_rWW8Export.InsUInt16( nFontID ); in NumberingLevel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8num.cxx333 sal_uInt16 nFontID = m_rWW8Export.m_aFontHelper.GetId( *pFont ); in NumberingLevel() local
336 m_rWW8Export.InsUInt16( nFontID ); in NumberingLevel()
338 m_rWW8Export.InsUInt16( nFontID ); in NumberingLevel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx576 sal_Int64 nFontID; in readFont() local
580 readInt64(nFontID); in readFont()
594 FontMapType::const_iterator pFont( m_aFontMap.find(nFontID) ); in readFont()
671 m_aFontMap[nFontID] = aResult; in readFont()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx607 sal_Int64 nFontID; in readFont() local
611 readInt64(nFontID); // read FontID in readFont()
628 Parser::FontMapType::const_iterator pFont( m_parser.m_aFontMap.find(nFontID) ); in readFont()
727 m_parser.m_aFontMap[nFontID] = aResult; in readFont()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dgn/
H A Dogrdgnlayer.cpp909 int nFontID = 1; // 1 is the default font for DGN. Not 0. in TranslateLabel() local
959 nFontID = atoi( pszFontNumber ); in TranslateLabel()
966 DGNCreateTextElem( hDGN, pszText, nFontID, DGNJ_LEFT_BOTTOM, in TranslateLabel()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Dogrdgnlayer.cpp1022 int nFontID = 1; // 1 is the default font for DGN. Not 0. in TranslateLabel() local
1065 nFontID = atoi( pszFontNumber ); in TranslateLabel()
1073 DGNCreateTextElem( hDGN, pszText, nFontID, DGNJ_LEFT_BOTTOM, in TranslateLabel()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Dogrdgnlayer.cpp1022 int nFontID = 1; // 1 is the default font for DGN. Not 0. in TranslateLabel() local
1065 nFontID = atoi( pszFontNumber ); in TranslateLabel()
1073 DGNCreateTextElem( hDGN, pszText, nFontID, DGNJ_LEFT_BOTTOM, in TranslateLabel()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dgn/
H A Dogrdgnlayer.cpp1022 int nFontID = 1; // 1 is the default font for DGN. Not 0. in TranslateLabel() local
1065 nFontID = atoi( pszFontNumber ); in TranslateLabel()
1073 DGNCreateTextElem( hDGN, pszText, nFontID, DGNJ_LEFT_BOTTOM, in TranslateLabel()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h407 HRESULT GetThemeSysFont(int nFontID, LOGFONTW* plf) const in GetThemeSysFont() argument
411 return ::GetThemeSysFont(m_hTheme, nFontID, plf); in GetThemeSysFont()
414 return ::GetThemeSysFont(m_hTheme, nFontID, (LOGFONT*)plf); in GetThemeSysFont()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h407 HRESULT GetThemeSysFont(int nFontID, LOGFONTW* plf) const in GetThemeSysFont() argument
411 return ::GetThemeSysFont(m_hTheme, nFontID, plf); in GetThemeSysFont()
414 return ::GetThemeSysFont(m_hTheme, nFontID, (LOGFONT*)plf); in GetThemeSysFont()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h407 HRESULT GetThemeSysFont(int nFontID, LOGFONTW* plf) const in GetThemeSysFont() argument
411 return ::GetThemeSysFont(m_hTheme, nFontID, plf); in GetThemeSysFont()
414 return ::GetThemeSysFont(m_hTheme, nFontID, (LOGFONT*)plf); in GetThemeSysFont()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h407 HRESULT GetThemeSysFont(int nFontID, LOGFONTW* plf) const in GetThemeSysFont() argument
411 return ::GetThemeSysFont(m_hTheme, nFontID, plf); in GetThemeSysFont()
414 return ::GetThemeSysFont(m_hTheme, nFontID, (LOGFONT*)plf); in GetThemeSysFont()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datltheme.h407 HRESULT GetThemeSysFont(int nFontID, LOGFONTW* plf) const in GetThemeSysFont() argument
411 return ::GetThemeSysFont(m_hTheme, nFontID, plf); in GetThemeSysFont()
414 return ::GetThemeSysFont(m_hTheme, nFontID, (LOGFONT*)plf); in GetThemeSysFont()

12