summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdevstate.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-04loplugin:flatten in vclNoel Grandin1-27/+27
2020-05-17vcl: refactor by creating OutputDevice::ClearStack()Chris Sherlock1-0/+7
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+0
2019-07-06simplify and flatten OutDevStateStackNoel Grandin1-24/+24
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-1/+1
2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin1-24/+3
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin1-2/+0
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-6/+1
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin1-11/+2
2018-03-26use boost::optional in OutDevStateNoel Grandin1-17/+9
2018-03-26replace SalColor with ColorNoel Grandin1-2/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-12/+12
2018-01-17loplugin:useuniqueptr in OutDevStateNoel Grandin1-21/+21
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+4
2017-10-23loplugin:includeform: vclStephan Bergmann1-4/+4
2017-02-24coverity#1399161 the explicit Font::SetLanguage is unnecessary hereCaolán McNamara1-1/+0
2016-09-05convert RasterOp to scoped enumNoel Grandin1-8/+8
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu1-1/+1
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-2/+2
2016-05-10convert SAL_ROP to scoped enumNoel Grandin1-6/+6
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2016-01-26vcl: remove unnecessary headers from outdevstate.cxxChris Sherlock1-14/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-3/+3
2015-12-26vcl: change device font size variable/fn namesChris Sherlock1-3/+3
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock1-3/+3
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin1-1/+1
2015-06-01coverity#1302690 Uninitialized pointer fieldCaolán McNamara1-58/+41
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-24/+24
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-0/+5
2015-04-10remove un-necessary type punning.Michael Meeks1-0/+1
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida1-3/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-38/+38
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-06-30Cleaned up code from operations in vclmatteocam1-2/+0
2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam1-5/+0
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam1-0/+7
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock1-0/+27
2014-04-28VCL: Move line functions into state areasChris Sherlock1-0/+71
2014-04-28VCL move SetLayoutMode & SetDigitLanguage from font.cxx to outdevstate.cxxChris Sherlock1-0/+22
2014-04-28VCL move SetRasterOp & SetDrawMode from outdev.cxx to outdevstate.cxxChris Sherlock1-1/+28
2014-04-28VCL move SetAntialiasing from outdev.cxx to outdevstate.cxxChris Sherlock1-0/+19