summaryrefslogtreecommitdiff
path: root/vcl/generic/print
AgeCommit message (Expand)Author
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny
2013-10-21Removed unused kerning stuffKhaled Hosny
2013-09-11typo fix: wether -> whetherAndras Timar
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-12convert vcl/inc/outfont.hxx from String to OUStringNoel Grandin
2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin
2013-06-27Always embed 14 standard Postscript fonts in PDFKhaled Hosny
2013-06-18sal_Bool to boolTakeshi Abe
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand
2013-06-13cppcheck: fix several Prefer prefix ++/-- operatorsJulien Nabet
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand
2013-05-22Revert "fdo#62846 incorrect glyph to Unicode mappings in PDFs"Tor Lillqvist
2013-05-22fdo#62846 incorrect glyph to Unicode mappings in PDFsJonathan Schultz
2013-05-16Remove code associated with psprint::CompatMetricOverride serviceNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-26Use OUString and sal_Int32 in filterText()Chr. Rossmanith
2013-03-23Fix dbglevel=2 buildThorsten Behrens
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-08editable ttf fonts are usable for print&preview tooLuboš Luňák
2013-02-28cleanup some module calls.Michael Meeks
2013-02-25remove some trivial duplicatesThomas Arnhold
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/genericChr. Rossmanith
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2013-01-09Resolves: fdo#59131 resolve default backend on printer->setupCaolán McNamara
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin
2013-01-07Change public variables of class ImplFontAttributes to private.navin
2012-12-20Some cppcheckJulien Nabet
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-07WaE: 'driverLib' defined but not usedTor Lillqvist
2012-10-07Android printing is completely different anyway, surelyTor Lillqvist
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-25Removed unused methods from psp::PrinterGfxChr. Rossmanith
2012-04-14Some vcl cleaningJulien Nabet
2012-03-26merge getVerticalDeltaAngle and GetVerticalFlagsCaolán McNamara
2012-03-14Remove SO52 strict compatibility stuffChristina Rossmanith
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud
2012-02-28Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxxChristina Rossmanith
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-19Get rid of size() == 0Elton Chung