summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-08TEMPORARY: use a different paint rect.feature/calctiledrendering5Andrzej Hunt3-17/+28
2014-08-08Col/Row Headers: use correct scaling.Andrzej Hunt2-3/+7
2014-08-08Introduce GetScrPosPix/Logic in place of plain GetScrPos.Andrzej Hunt5-44/+52
2014-08-07Introduce GetScrPos to ScGridWin.Andrzej Hunt5-70/+188
2014-08-05Only use logic mapping during paint for col/rowbars.Andrzej Hunt1-6/+10
2014-07-31Implement getPartName for Calc.Andrzej Hunt2-0/+9
2014-07-30DO NOT MERGE: reenable LOK tiled rendering test (BRANCH ONLY).Andrzej Hunt1-3/+3
2014-07-30Lets not roll our own twip/mm100 conversions.Andrzej Hunt1-4/+4
2014-07-30Add Point and Size versions of convertMm100ToTwip/TwipToMm100.Andrzej Hunt1-0/+26
2014-07-30More pixel->document coordinate scaling.Andrzej Hunt1-0/+1
2014-07-30Iterate from origin to tile area to ensure correct positioning.Andrzej Hunt1-2/+18
2014-07-30Use logic units for visible-cells determination.Andrzej Hunt1-15/+13
2014-07-30Scale the origin for the Draw Layer (Calc Tiled Rendering).Andrzej Hunt1-0/+2
2014-07-30Use OutputDevice scaling for column-/rowbars too.Andrzej Hunt3-27/+74
2014-07-30Ensure we actually render all cells in the selected area.Andrzej Hunt1-0/+4
2014-07-30Take into account drawing layer for data area size.Andrzej Hunt1-2/+18
2014-07-30Use output device mapping for draw layer too.Andrzej Hunt1-1/+2
2014-07-30Set correct scaling for normal painting.Andrzej Hunt1-0/+5
2014-07-30Use output device scaling to determine cells in draw-area.Andrzej Hunt1-9/+10
2014-07-30Don't scale grid and cell dimensions multiple times.Andrzej Hunt2-17/+12
2014-07-30Implement data area size retrieval.Andrzej Hunt3-4/+49
2014-07-30Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt2-7/+14
2014-07-30Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-07-30Render tiles from calc.Andrzej Hunt3-14/+32
2014-07-30fix wrong calculation for text size, fdo#81499Markus Mohrhard2-14/+14
2014-07-30the range has to be in the correct order, fdo#81803Markus Mohrhard1-0/+1
2014-07-30add test case for fdo#81803Markus Mohrhard1-0/+15
2014-07-30Wrap "" in OUString: error: conversion from const char* to non-scalar...Andrzej Hunt1-1/+1
2014-07-30LokDocView: Update part selector when mode changes.Andrzej Hunt1-5/+21
2014-07-30LokDocView: set current item for part selector.Andrzej Hunt1-1/+2
2014-07-30gtktiledviewer: add part mode selector.Andrzej Hunt1-1/+34
2014-07-30Protect setPartMode and ensure we actually show the new mode.Andrzej Hunt1-1/+25
2014-07-30Impress/Tiled Rendering: implement setPartMode.Andrzej Hunt2-1/+35
2014-07-30LOKDocView: add set_part_mode.Andrzej Hunt2-0/+9
2014-07-30Impress/Tiled Rendering: return correct number for getPart.Andrzej Hunt1-1/+2
2014-07-30ITiledRenderable: provide default implementations for some methods.Andrzej Hunt3-21/+12
2014-07-30Impress: Implement getPartName.Andrzej Hunt2-0/+8
2014-07-30gtktiledviewer: show part names in selector.Andrzej Hunt1-5/+15
2014-07-30LOKDocView: add part name retrieval.Andrzej Hunt2-2/+6
2014-07-30Remove horrifically outdated comment.Andrzej Hunt1-5/+0
2014-07-30LOK: add setPartMode.Andrzej Hunt3-0/+37
2014-07-30LOK: Add getPartName.Andrzej Hunt4-0/+39
2014-07-30Fix comment typo.Andrzej Hunt1-1/+1
2014-07-30Remove redundant sal_Char *Joren De Cuyper1-9/+9
2014-07-30javaunohelper: The assigned value is never usedrbuj4-8/+7
2014-07-30javaunohelper: String comparisonrbuj1-1/+1
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe12-52/+41
2014-07-30error: reference to "Primitive2DSequence" is ambiguousMatúš Kukan1-4/+1
2014-07-29fdo#81330: When moving to a different sheet, set 3D flag on.Kohei Yoshida1-0/+5
2014-07-29fdo#81330: Write test for this.Kohei Yoshida2-0/+44