Home
last modified time | relevance | path

Searched refs:analyzeFontFile (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dfontmanager.hxx148 …std::vector<std::unique_ptr<PrintFont>> analyzeFontFile(int nDirID, const OString& rFileName, cons…
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dfontmanager.hxx151 …std::vector<PrintFont> analyzeFontFile(int nDirID, const OString& rFileName, const char *pFormat=n…
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx164 std::vector<PrintFont> aNewFonts = analyzeFontFile(nDirID, aName); in addFontFile()
176 std::vector<PrintFontManager::PrintFont> PrintFontManager::analyzeFontFile( int nDirID, const OStri… in analyzeFontFile() function in PrintFontManager
H A Dfontconfig.cxx639 … std::vector<PrintFont> aFonts = analyzeFontFile( nDirID, aBase, reinterpret_cast<char*>(format) ); in countFontconfigFonts()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx164 std::vector<std::unique_ptr<PrintFont>> aNewFonts = analyzeFontFile(nDirID, aName); in addFontFile()
176 std::vector<std::unique_ptr<PrintFontManager::PrintFont>> PrintFontManager::analyzeFontFile( int nD… in analyzeFontFile() function in PrintFontManager
H A Dfontconfig.cxx552 …std::vector<std::unique_ptr<PrintFont>> aFonts = analyzeFontFile( nDirID, aBase, reinterpret_cast<… in countFontconfigFonts()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog362802 + refactor a bit "analyzeFontFile" to return a vector of std::unique_ptr<PrintFont>
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog624851 + refactor a bit "analyzeFontFile" to return a vector of std::unique_ptr<PrintFont>