summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-05-14Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+6
2014-05-11fdo#78535: Don't process borders of 0 width.Kohei Yoshida1-42/+54
2014-04-09coverity#708101 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-19sal_Bool->boolNoel Grandin1-40/+40
2014-02-07fdo#39468 Translate German commentsSven Wehner1-66/+45
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-12-13Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power1-26/+4
2013-12-02Integrate branch of IAccessible2Steve Yin1-17/+0
2013-12-02don't use fixed size icon sets, fdo#62652Markus Mohrhard1-2/+3
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-3/+3
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-4/+2
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida1-1/+7
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+1
2013-08-17sal_Bool to boolTakeshi Abe1-35/+35
2013-08-17Mark as constTakeshi Abe1-1/+1
2013-08-14Revert "Revert "Always disable anti-aliasing for drawing cell borders." fdo#6...Kohei Yoshida1-4/+26
2013-08-14Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power1-26/+4
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand1-15/+19
2013-08-08Make selection corner marks slightly transparent.Tomaž Vajngerl1-5/+12
2013-08-08fdo#67592 Resize selection box from all 4 cornersTomaž Vajngerl1-7/+24
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida1-5/+3
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-3/+3
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard1-120/+1
2012-11-12implement the missing icon-setsMarkus Mohrhard1-13/+61
2012-10-30implement basic support for icon setsMarkus Mohrhard1-6/+119
2012-10-12Always disable anti-aliasing for drawing cell borders.Kohei Yoshida1-4/+26
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-5/+5
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann1-172/+172
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez1-2/+2
2012-06-27support colored axis in data barsMarkus Mohrhard1-2/+3
2012-06-13moved createBaseProcessor2DFromOutputDevice to drawinglayer moduleCédric Bosdonnat1-2/+2
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-05-26use the smaller version for data barsMarkus Mohrhard1-4/+4
2012-05-21some smalll data bar rendering improvementsMarkus Mohrhard1-5/+9
2012-05-18paint gradients in data barsMarkus Mohrhard1-3/+20
2012-05-18really use a dashed lineMarkus Mohrhard1-1/+3
2012-05-18show dottet line if axis is not at zeroMarkus Mohrhard1-0/+14
2012-05-18add render code for data barsMarkus Mohrhard1-6/+66
2012-05-10render color scales correctlyMarkus Mohrhard1-37/+58
2012-05-10remove debug outputMarkus Mohrhard1-5/+0
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard1-19/+66