Home
last modified time | relevance | path

Searched refs:ITALIC_DONTKNOW (Results 1 – 25 of 29) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dunohelp.cxx189 case ITALIC_DONTKNOW: in ConvertFontSlant()
201 FontItalic eRet = ITALIC_DONTKNOW; in ConvertFontSlant()
214 eRet = ITALIC_DONTKNOW; in ConvertFontSlant()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dunohelp.cxx190 case ITALIC_DONTKNOW: in ConvertFontSlant()
202 FontItalic eRet = ITALIC_DONTKNOW; in ConvertFontSlant()
215 eRet = ITALIC_DONTKNOW; in ConvertFontSlant()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dembeddedfontshelper.cxx248 && ( italic == ITALIC_DONTKNOW || f->GetItalic() == italic ) in fontFileUrl()
256 … && ( f->GetItalic() == ITALIC_DONTKNOW || italic == ITALIC_DONTKNOW || f->GetItalic() == italic ) in fontFileUrl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dembeddedfontshelper.cxx274 && ( italic == ITALIC_DONTKNOW || f->GetItalic() == italic ) in fontFileUrl()
282 … && ( f->GetItalic() == ITALIC_DONTKNOW || italic == ITALIC_DONTKNOW || f->GetItalic() == italic ) in fontFileUrl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dfontmanager.hxx79 , m_eItalic(ITALIC_DONTKNOW) in FastPrintFontInfo()
223 return pFont ? pFont->m_eItalic : ITALIC_DONTKNOW; in getFontItalic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dfontmanager.hxx82 , m_eItalic(ITALIC_DONTKNOW) in FastPrintFontInfo()
231 return pFont ? pFont->m_eItalic : ITALIC_DONTKNOW; in getFontItalic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dfontenum.hxx43 enum FontItalic { ITALIC_NONE, ITALIC_OBLIQUE, ITALIC_NORMAL, ITALIC_DONTKNOW, FontItalic_FORCE_EQU… enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dfontenum.hxx43 enum FontItalic { ITALIC_NONE, ITALIC_OBLIQUE, ITALIC_NORMAL, ITALIC_DONTKNOW, FontItalic_FORCE_EQU… enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/kf5/
H A DKF5SalFrame.cxx88 if (aInfo.m_eItalic != ITALIC_DONTKNOW) in toFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dimpfont.hxx46 … GetItalic() { if(meItalic==ITALIC_DONTKNOW) AskConfig()… in GetItalic()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/kf5/
H A DKF5SalFrame.cxx89 if (aInfo.m_eItalic != ITALIC_DONTKNOW) in toFont()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dimpfont.hxx46 … GetItalic() { if(meItalic==ITALIC_DONTKNOW) AskConfig()… in GetItalic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/font/
H A DPhysicalFontCollection.cxx359 const FontItalic eSearchSlant = ITALIC_DONTKNOW; in ImplFindFontFamilyBySubstFontAttr()
399 if( (eSearchItalic != ITALIC_NONE) && (eSearchItalic != ITALIC_DONTKNOW) ) in FindFontFamilyByAttributes()
1250 ((rFSD.GetItalic() == ITALIC_DONTKNOW) || in FindFontFamily()
H A Dfont.cxx323 if ( rFont.mpImplFont->GetItalicNoAsk() != ITALIC_DONTKNOW ) in Merge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/font/
H A DPhysicalFontCollection.cxx359 const FontItalic eSearchSlant = ITALIC_DONTKNOW; in ImplFindFontFamilyBySubstFontAttr()
400 if( (eSearchItalic != ITALIC_NONE) && (eSearchItalic != ITALIC_DONTKNOW) ) in FindFontFamilyByAttributes()
1250 ((rFSD.GetItalic() == ITALIC_DONTKNOW) || in FindFontFamily()
H A Dfont.cxx315 if ( rFont.mpImplFont->GetItalicNoAsk() != ITALIC_DONTKNOW ) in Merge()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/svm/
H A Dimportsvm.h458 ITALIC_DONTKNOW enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx84 , m_eItalic(ITALIC_DONTKNOW) in PrintFont()
H A Dfontconfig.cxx760 if( eItalic != ITALIC_DONTKNOW ) in addtopattern()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx671 if( eItalic != ITALIC_DONTKNOW ) in addtopattern()
H A Dfontmanager.cxx84 , m_eItalic(ITALIC_DONTKNOW) in PrintFont()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlforw.cxx1118 if( eItalic != ITALIC_DONTKNOW && eItalic != ITALIC_NONE ) in OutHTML_DrawFrameFormatAsControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlforw.cxx1123 if( eItalic != ITALIC_DONTKNOW && eItalic != ITALIC_NONE ) in OutHTML_DrawFrameFormatAsControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dsalnativewidgets-gtk.cxx2283 if( aInfo.m_eItalic != ITALIC_DONTKNOW ) in pango_to_vcl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3salnativewidgets-gtk.cxx2978 if( aInfo.m_eItalic != ITALIC_DONTKNOW ) in pango_to_vcl()

12