summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
AgeCommit message (Expand)Author
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
2014-03-29I realy think these should be virtualCaolán McNamara
2014-03-29fdo#74702 Refactor OutputDevice::DrawTransparent()Chris Sherlock
2014-03-28OutputDevice::EnableRTL should be virtualChris Sherlock
2014-03-26Fix tab spacing in include/vcl/outdev.hxxChris Sherlock
2014-03-26fdo#74702 Followup to 4d1111aafe4c1$53ca52d045d726799d4b1753142Chris Sherlock
2014-03-26fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock
2014-03-25fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock
2014-03-24GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky
2014-03-24callcatcher: update unused codeCaolán McNamara
2014-03-24fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock
2014-03-24fdo#74702 GetPaintArea protected function introducedChris Sherlock
2014-03-22fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock
2014-03-22fdo#74702 Moved CopyArea() Window specific functionChris Sherlock
2014-03-22fdo#74702 Move BitmapEx drawing code to seperate functionsChris Sherlock
2014-03-21fdo#74702 ImplPrintMask() implemented in PrinterChris Sherlock
2014-03-21fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara
2014-03-19fdo#74702 Move gradient steps logic into OutputDevice or Printer classesChris Sherlock
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock
2014-03-10Update the documentation for ImplInitGraphics()Chris Sherlock
2014-03-10Seperate initialization of OutputDevice instanceChris Sherlock
2014-03-10Stick to function naming conventions in OutputDeviceChris Sherlock
2014-03-05Simplify DrawWaveKeith Curtis
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-10fdo#74424 HasMirroredGraphics changesChris Sherlock
2014-02-07Renamed VCL's OutputDevice mirroring functionsChris Sherlock
2014-02-07Document OutputDevice classChris Sherlock
2014-02-07Group like Impl* functions in outdev.hxxChris Sherlock
2014-02-07Change from com::sun::star and ::com::sun::star to css alias.Chris Sherlock
2014-02-07Reindent outdev.hxx - minor formatting changeChris Sherlock
2014-02-05OutputDevice::ImplHasMirroredGraphics can be constCaolán McNamara
2014-02-05rhbz#1057977 avoid use of invalidated pointersDavid Tardon
2014-02-05Doxygen warnings correctedChris Sherlock
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara
2014-02-04Doxygen warnings correctedChris Sherlock
2014-02-03fdo#74424 OutputDevice no longer inherits ResourceChris Sherlock
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-16fdo#39468 translate more German comments, etc.Chris Sherlock
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis
2013-12-19Introduce DPI scale factor for Hi-DPI displays.Jan Holesovsky
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-12-04Device-specific font substitution is not usedKhaled Hosny
2013-12-04convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32Noel Grandin