summaryrefslogtreecommitdiff
path: root/vcl/generic/print
AgeCommit message (Expand)AuthorFilesLines
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák9-118/+105
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-26Use OUString and sal_Int32 in filterText()Chr. Rossmanith1-6/+8
2013-03-23Fix dbglevel=2 buildThorsten Behrens1-4/+3
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-4/+4
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-5/+5
2013-03-08editable ttf fonts are usable for print&preview tooLuboš Luňák1-2/+2
2013-02-28cleanup some module calls.Michael Meeks1-4/+3
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/genericChr. Rossmanith4-29/+29
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist1-2/+2
2013-01-09Resolves: fdo#59131 resolve default backend on printer->setupCaolán McNamara1-0/+1
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin2-2/+4
2013-01-07Change public variables of class ImplFontAttributes to private.navin1-10/+10
2012-12-20Some cppcheckJulien Nabet2-3/+2
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák1-0/+1
2012-11-22AllSettings with LanguageTagEike Rathke2-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks11-253/+158
2012-10-07WaE: 'driverLib' defined but not usedTor Lillqvist1-0/+2
2012-10-07Android printing is completely different anyway, surelyTor Lillqvist1-1/+1
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara1-0/+5
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud1-12/+12
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-22/+24
2012-06-02targeted string re-workNorbert Thiebaud1-7/+5
2012-06-02targeted string re-workNorbert Thiebaud1-5/+5
2012-04-25Removed unused methods from psp::PrinterGfxChr. Rossmanith3-52/+0
2012-04-14Some vcl cleaningJulien Nabet2-14/+0
2012-03-26merge getVerticalDeltaAngle and GetVerticalFlagsCaolán McNamara1-25/+6
2012-03-14Remove SO52 strict compatibility stuffChristina Rossmanith4-168/+2
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+2
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud1-0/+3
2012-02-28Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxxChristina Rossmanith2-64/+15
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-3/+3
2012-02-19Get rid of size() == 0Elton Chung1-5/+5
2012-02-18vcl: nFallbacklevel has no effectThomas Arnhold1-4/+1
2012-02-15Various string function clean upStephan Bergmann2-9/+11
2012-01-31Fix for fdo43460 Part LVII getLength() to isEmpty()Olivier Hallot2-4/+4
2012-01-21unused methodsThomas Arnhold1-19/+0
2012-01-12post padmin shrinkage a lot of FontManager can go nowCaolán McNamara2-28/+0
2012-01-11align getFontFaceNumber with FC_FACECaolán McNamara1-1/+1
2012-01-11on generic X11 unix we always use fontconfigCaolán McNamara1-3/+2
2012-01-10can drop intermediate strings nowCaolán McNamara1-4/+2
2012-01-10Replace (Byte)String with rtl::O(U)StringChristina Rossmanith2-32/+33
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2012-01-05Replace (Byte)String with rtl::O(U)StringChristina Rossmanith3-31/+31
2011-12-05add support for Gtk+ print dialog (#i106780#)David Tardon1-7/+15
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-8/+8
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara1-1/+2
2011-11-27remove include of pch header from vclNorbert Thiebaud8-16/+0