summaryrefslogtreecommitdiff
path: root/vcl/generic/print
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon2-36/+37
2011-11-01callcatcher: remove unused appendStrCaolán McNamara2-9/+0
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara1-3/+3
2011-10-25generic: overcome Mac specific build errorsMichael Meeks1-1/+1
2011-10-25generic: more unix conditional compilation pieces and win32 portingMichael Meeks4-49/+62
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks2-176/+218
2011-10-25misc cross-platform dependency / build issue reduxMichael Meeks1-46/+7
2011-10-25generic: merge me with last commit please ... - more workMichael Meeks3-242/+15
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks12-0/+8950