Home
last modified time | relevance | path

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

/core/vcl/qa/cppunit/
H A Dcjktext.cxx124 vcl::Font baseFont; in testVerticalText() local
134 baseFont = vcl::Font(fontName, u"Book"_ustr, Size(0, 36)); in testVerticalText()
135 baseFont.SetLanguage(LANGUAGE_JAPANESE); in testVerticalText()
136 baseFont.SetVertical(true); in testVerticalText()
137 baseFont.SetOrientation(2700_deg10); in testVerticalText()
138 if (device->HasGlyphs(baseFont, text) == -1) // -1 means no glyph is missing in testVerticalText()
151 font = baseFont; in testVerticalText()
179 font = baseFont; in testVerticalText()
207 font = baseFont; in testVerticalText()
225 font = baseFont; in testVerticalText()
/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/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.hxx376 std::vector<sal_uInt16> m_aBaseFontStack; // stack for <BASEFONT>
660 void NewBasefontAttr(); // for <BASEFONT>
H A Dswhtml.cxx3816 // and not BASEFONT. in NewFontAttr()
/core/include/svtools/
H A Dhtmlkywd.hxx57 #define OOO_STRING_SVTOOLS_HTML_basefont "basefont"
/core/vcl/qa/cppunit/pdfexport/
H A Dpdfexport.cxx1623 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
1718 // Static font identified under "BaseFont" in CPPUNIT_TEST_FIXTURE()
1720 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
1730 CPPUNIT_ASSERT_MESSAGE("No 'BaseFont' or 'Name' element found for font!", in CPPUNIT_TEST_FIXTURE()
1835 = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
H A Dpdfexport2.cxx1277 // Check BaseFont is what we expect in CPPUNIT_TEST_FIXTURE()
1279 pFont->GetDictionary()->LookupElement("BaseFont"_ostr)); in CPPUNIT_TEST_FIXTURE()
/core/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2303 "<</Type/Font/Subtype/Type1/BaseFont/" ); in emitBuildinFont()
2363 "/BaseFont/" ); in emitSystemFont()
3114 "<</Type/Font/Subtype/Type1/BaseFont/" : in emitFonts()
3115 "<</Type/Font/Subtype/TrueType/BaseFont/" ); in emitFonts()