Searched full:basefont (Results 1 – 10 of 10) sorted by path
469 * Storage for BaseFont objects created.487 - logger.debug("BaseFont.createFont failed. Key = " + fontKey + ": " + e.getMessage(), e);488 + logger.config("BaseFont.createFont failed. Key = " + fontKey + ": " + e);493 - logger.warn("BaseFont.createFont failed. Key = " + fontKey + ": " + e.getMessage());494 + logger.warning("BaseFont.createFont failed. Key = " + fontKey + ": " + e.getMessage());497 // fallback .. use BaseFont.HELVETICA as default502 - logger.warn("BaseFont.createFont for FALLBACK failed.", e);503 + logger.warning("BaseFont.createFont for FALLBACK failed: " + e);506 throw new BaseFontCreateException("BaseFont creation failed, null font: " + fontKey);
57 #define OOO_STRING_SVTOOLS_HTML_basefont "basefont"
54 <</Type/Font/Subtype/Type1/BaseFont/Helvetica>>
49 …%n%nu></></listboxbody><center>><mtd></mtd><x7><section></section>/x7></basefont%nbdo><family-nam…
3798 // and not BASEFONT. in NewFontAttr()
376 std::vector<sal_uInt16> m_aBaseFontStack; // stack for <BASEFONT>658 void NewBasefontAttr(); // for <BASEFONT>
128 vcl::Font baseFont; in testVerticalText() local138 baseFont = vcl::Font(fontName, u"Book"_ustr, Size(0, 36)); in testVerticalText()139 baseFont.SetLanguage(LANGUAGE_JAPANESE); in testVerticalText()140 baseFont.SetVertical(true); in testVerticalText()141 baseFont.SetOrientation(2700_deg10); in testVerticalText()142 if (device->HasGlyphs(baseFont, text) == -1) // -1 means no glyph is missing in testVerticalText()155 font = baseFont; in testVerticalText()183 font = baseFont; in testVerticalText()211 font = baseFont; in testVerticalText()229 font = baseFont; in testVerticalText()
1431 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()1527 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()1630 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
1139 // Check BaseFont is what we expect in CPPUNIT_TEST_FIXTURE()1141 pFont->GetDictionary()->LookupElement("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
2411 "<</Type/Font/Subtype/Type1/BaseFont/" ); in emitBuildinFont()2471 "/BaseFont/" ); in emitSystemFont()3230 "<</Type/Font/Subtype/Type1/BaseFont/" : in emitFonts()3231 "<</Type/Font/Subtype/TrueType/BaseFont/" ); in emitFonts()