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