summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Revert "fdo#80911 toggle original page orientation on paper fallback"Caolán McNamara1-12/+6
2014-07-04Resolves: fdo#80911 toggle original page orientation on paper fallbackCaolán McNamara1-6/+12
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-27Resolves: fdo#77206 CRASH printing with all applications on windowsCaolán McNamara1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-28VCL: Rename ApplyMask to DrawDeviceMask in OutputDeviceChris Sherlock1-1/+1
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock1-1/+1
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock1-16/+16
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-2/+2
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-04-23Move bitmap functions in header, warn if calling GetBitmap() in PrinterChris Sherlock1-0/+8
2014-04-23Fix regression introduced in f4e8bca336 when fixing fdo#74702Chris Sherlock1-8/+0
2014-04-21WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist1-2/+2
2014-04-22Rearrange OutputDevice line functionsChris Sherlock1-1/+1
2014-04-22Move DrawImage function location in outdev.hxxChris Sherlock1-0/+12
2014-04-22Rearrange OutputDevice's gradient functionsChris Sherlock1-1/+1
2014-04-22Reorganize OutputDevice bitmap functionsChris Sherlock1-1/+1
2014-04-19fdo#74702 Allow Printer & OutputDevice to handle font orientationChris Sherlock1-0/+6
2014-04-18fdo#74702 Allow Printer to handle ImplInitFont and renameChris Sherlock1-0/+22
2014-04-17fdo#74702 Move common mask functionality to ApplyMaskChris Sherlock1-3/+3
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock1-10/+0
2014-04-11ClipAndDrawGradientToBounds no longer requiredChris Sherlock1-5/+0
2014-04-10Remove unnecessary bound-box parameter from clipping functionsChris Sherlock1-5/+5
2014-04-06Change newly introduced Clip* functions to ClipAndDrawChris Sherlock1-3/+3
2014-04-06fdo#74702 Refactor gradient clipping functionsChris Sherlock1-0/+15
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-56/+0
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock1-0/+5
2014-03-29fdo#74702 Refactor OutputDevice::DrawTransparent()Chris Sherlock1-0/+79
2014-03-26fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock1-0/+21
2014-03-23No need for these (void)sKhaled Hosny1-34/+13
2014-03-22fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock1-0/+36
2014-03-22fdo#74702 Move BitmapEx drawing code to seperate functionsChris Sherlock1-0/+23
2014-03-21fdo#74702 ImplPrintMask() implemented in PrinterChris Sherlock1-0/+89
2014-03-21fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock1-0/+84
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-7/+7
2014-03-19Resolves: #i122984# Avoid too many Print JobSetups...Armin Le Grand1-5/+19
2014-03-19fdo#74702 Move gradient steps logic into OutputDevice or Printer classesChris Sherlock1-0/+7
2014-03-14fdo#74702 Return true if graphics is set, cleanup unused variablesChris Sherlock1-8/+9
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock1-0/+71
2014-03-02coverity#735988 Dereference after null checkCaolán McNamara1-0/+3
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'sal_uLong'Tor Lillqvist1-2/+2
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-92/+92
2014-02-12more SvStream:operator>> conversionNoel Grandin1-4/+4
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-02-10fdo#74424 HasMirroredGraphics changesChris Sherlock1-0/+6
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-01-28bool improvementsStephan Bergmann1-9/+9
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-4/+4