summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-28borderline: corrections for calc and writerArmin Le Grand1-75/+2
2017-07-28borderline: adaptions to primitivesArmin Le Grand1-195/+54
2017-07-28borderline: abstractions of primitive creationsArmin Le Grand1-40/+40
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-1/+1
2017-07-12borderline: correct problems with border displayArmin Le Grand1-37/+49
2017-06-28loplugin:unusedfields in sc part1Noel Grandin1-2/+0
2017-04-11rename variable to reflect the limitation to columnsMarkus Mohrhard1-7/+9
2017-04-09improve the rendering of databar gradientsMarkus Mohrhard1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-27/+27
2017-03-29loplugin:singlevalfieldsNoel Grandin1-2/+1
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin1-8/+8
2017-02-21loplugin:unusedmethodsNoel Grandin1-5/+0
2017-01-09tdf#87933: made pagebreak lines dashedGeorge Korepanov1-8/+31
2016-10-12convert SC_CLIPMARK constants to typed_flags_setNoel Grandin1-3/+3
2016-10-12convert SC_ROTDIR constants to scoped enumNoel Grandin1-19/+19
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-10/+10
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-1/+1
2016-09-05convert LineStyle to scoped enumNoel Grandin1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-2/+2
2016-03-27mark the reference as constMarkus Mohrhard1-2/+2
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-17sc: loplugin:badstaticsMichael Stahl1-9/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-26/+26
2015-11-03read past end of pCellInfoCaolán McNamara1-1/+4
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-18boost->stdCaolán McNamara1-4/+4
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-4/+4
2015-09-17boost->stdCaolán McNamara1-4/+4
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-8/+8
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-29tdf#39468 translated german comments in output.cxx and output2.cxxAlbert Thuswaldner1-16/+16
2015-07-24calc mapmode: Cleanup DrawBackground + fix one pixel size.Jan Holesovsky1-32/+33
2015-07-24calc mapmode: Refactor DrawBackground to use logic unitsKrisztian Pinter1-24/+60
2015-07-24calc mapmode: Pass RenderContext as reference in DrawNoteMarksKrisztian Pinter1-5/+5
2015-07-24calc mapmode: Pass RenderContext as reference in DrawFrameKrisztian Pinter1-26/+26
2015-07-10calc mapmode: Add explicit RenderContext passingKrisztian Pinter1-28/+28
2015-06-09calc mapmode: Convert ScOutputData::DrawGrid to draw in logic units.Jan Holesovsky1-20/+28
2015-06-03calc mapmode: Refactor DrawDocumentBackground to use logic unitsKrisztian Pinter1-5/+6
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-8/+8
2015-05-18render vertically merged cells togetherMarkus Mohrhard1-3/+20
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin1-3/+3
2015-04-21sc: -Werror=unused-variableMichael Stahl1-1/+0
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-6/+3
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann1-10/+10