summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Return to pixRect in Paint.feature/calctiledrendering_altAndrzej Hunt1-7/+5
2014-08-11Move variable definition closer to point of use.Andrzej Hunt1-4/+4
2014-08-11Return logic units for GetMergeSizePixel too.Andrzej Hunt1-3/+4
2014-08-11Use correct scalings for col/row-bar text too.Andrzej Hunt1-8/+2
2014-08-11Use late conversions for col/row-bars too.Andrzej Hunt1-28/+112
2014-08-11Remove bad check.Andrzej Hunt1-10/+0
2014-08-11DON'T MERGE: more work needed.Andrzej Hunt1-5/+8
2014-08-11Use OutputDevice scaling for column-/rowbars too.Andrzej Hunt2-26/+74
2014-08-11Pass PaintMapMode through to DrawGrid/DrawBackground.Andrzej Hunt4-28/+55
2014-08-11Ensure we actually render all cells in the selected area.Andrzej Hunt1-0/+4
2014-08-11Take into account drawing layer for data area size.Andrzej Hunt1-2/+18
2014-08-11Use output device mapping for draw layer too.Andrzej Hunt1-1/+3
2014-08-11Set correct scaling for normal painting.Andrzej Hunt1-0/+6
2014-08-11Use output device scaling to determine cells in draw-area.Andrzej Hunt1-11/+12
2014-08-11Don't scale grid and cell dimensions multiple times.Andrzej Hunt1-24/+35
2014-08-08Implement data area size retrieval.Andrzej Hunt1-0/+31
2014-08-08Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt1-6/+12
2014-08-08Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-08-08Render tiles from calc.Andrzej Hunt1-12/+29
2014-07-30fix wrong calculation for text size, fdo#81499Markus Mohrhard1-13/+13
2014-07-29Revert "it makes no sense to use the second column as well, fdo#81499"Kohei Yoshida1-2/+6
2014-07-29Remove some unused codeMarcos Paulo de Souza1-8/+0
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+1
2014-07-28Move this fucntion to ScDBDocFunc.Kohei Yoshida1-45/+0
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2-2/+2
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard1-0/+13
2014-07-22callcatcher: update unused codeCaolán McNamara1-13/+0
2014-07-20it makes no sense to use the second column as well, fdo#81499Markus Mohrhard1-6/+2
2014-07-20that was just a complex way to describe that the whole range is in itMarkus Mohrhard1-2/+2
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-1/+1
2014-07-18coverity#1226486 Dereference null return valueCaolán McNamara1-2/+4
2014-07-17scrolling very slow in calcCaolán McNamara4-15/+8
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+0
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida1-0/+1
2014-07-08draw white border around note marks for fdo#81032Laurent Godard1-2/+2
2014-07-03use assert when followed by derefCaolán McNamara2-4/+4
2014-07-01coverity#705845 Dereference before nullNorbert Thiebaud1-11/+11
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud7-18/+18
2014-06-25Add tiled rendering outline to Calc.Andrzej Hunt1-0/+14
2014-06-25remove whitespaceMarkus Mohrhard71-408/+0
2014-06-24Resolves fdo#76160 Calc invalid image position on zoomingDamien Chambe1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin50-1532/+1527
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida4-17/+30
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin5-21/+0
2014-06-13loplugin:staticcallStephan Bergmann7-10/+10
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-25/+3
2014-06-05coverity#705214 Missing break in switch, assuming intentionalCaolán McNamara1-0/+1