Home
last modified time | relevance | path

Searched full:basefont (Results 1 – 10 of 10) sorted by path

/core/external/jfreereport/patches/
H A Dlibfonts-1.1.3-remove-commons-logging.patch.1469 * 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 default
502 - 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);
/core/include/svtools/
H A Dhtmlkywd.hxx57 #define OOO_STRING_SVTOOLS_HTML_basefont "basefont"
/core/sw/qa/extras/layout/data/
H A Dforcepoint89.html54 <</Type/Font/Subtype/Type1/BaseFont/Helvetica>>
H A Dforcepoint99.html49 …%n%nu></></listboxbody><center>><mtd></mtd><x7><section></section>/x7></basefont%n�bdo><family-nam…
/core/sw/source/filter/html/
H A Dswhtml.cxx3798 // and not BASEFONT. in NewFontAttr()
H A Dswhtml.hxx376 std::vector<sal_uInt16> m_aBaseFontStack; // stack for <BASEFONT>
658 void NewBasefontAttr(); // for <BASEFONT>
/core/vcl/qa/cppunit/
H A Dcjktext.cxx128 vcl::Font baseFont; in testVerticalText() local
138 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()
/core/vcl/qa/cppunit/pdfexport/
H A Dpdfexport.cxx1431 = 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()
H A Dpdfexport2.cxx1139 // Check BaseFont is what we expect in CPPUNIT_TEST_FIXTURE()
1141 pFont->GetDictionary()->LookupElement("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
/core/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2411 "<</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()