summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-29TEMPORARY: more twips in ScOutputData.feature/calctiledrendering_attempt3Andrzej Hunt1-92/+152
2014-08-29TEMPORARY: ViewData SetPosX/Y.Andrzej Hunt1-4/+16
2014-08-29ViewData: further twips updates.Andrzej Hunt1-34/+30
2014-08-29TEMPORARY: Use PaintMapMode scaling for DrawMapMode too.Andrzej Hunt1-14/+10
2014-08-29Use Twips in DrawEditStandard too.Andrzej Hunt1-8/+16
2014-08-29Update DrawStrings to Twips.Andrzej Hunt1-41/+56
2014-08-29Upgrade GetOutputArea to Twips too.Andrzej Hunt1-55/+53
2014-08-29TEMPORARY: don't predraw for calc.Andrzej Hunt1-12/+12
2014-08-29TEMPORARY: variable renamed, but usage not yet adapted.Andrzej Hunt1-10/+10
2014-08-29Logic coordinates for clip marks too.Andrzej Hunt1-12/+23
2014-08-29Use Twips for OutputData as much as possible too.Andrzej Hunt2-79/+91
2014-08-29Only set outdev origin for tiled rendering.Andrzej Hunt1-5/+15
2014-08-29Use proper conversion for EditGrowX/Y too.Andrzej Hunt1-12/+11
2014-08-29Upgrade GetSelectionRects to logic coordinates too.Andrzej Hunt1-21/+36
2014-08-29Ensure we use the correct rectangle size for tiled rendering.Andrzej Hunt1-1/+3
2014-08-29Match TiledRendering scaling to the new ViewData PaintMapMode.Andrzej Hunt1-9/+18
2014-08-29Ensure we keep our modified OutputDevice origin.Andrzej Hunt1-8/+15
2014-08-29Don't use UpdateVisibleRange for calc tiled rendering.Andrzej Hunt1-1/+7
2014-08-29Use logic coordinates to determine cells in visible area.Andrzej Hunt1-14/+20
2014-08-29Set visible range from origin for Calc Tiled Rendering.Andrzej Hunt1-1/+15
2014-08-29Kill use of PPT for DrawEditParam.Andrzej Hunt2-16/+34
2014-08-29Add logic/pixel conversion wrappers to ScOutputData.Andrzej Hunt1-0/+38
2014-08-27Use logic coordinates for GetMergeSizePixel.Andrzej Hunt1-6/+5
2014-08-27GetScrPos: do position sums in logic coordinates.Andrzej Hunt1-34/+40
2014-08-27Replace AddPixelsWhile with Twips equivalent.Andrzej Hunt3-36/+41
2014-08-27Allow PaintMapMode retrieval.Andrzej Hunt1-0/+2
2014-08-27Conversions should be const.Andrzej Hunt2-8/+8
2014-08-27Don't use PPT values for row/column size changes either.Andrzej Hunt1-2/+2
2014-08-27Use GetScrPos so that col/row-headers match the grid.Andrzej Hunt1-3/+18
2014-08-27Use MapMode instead of PPT for ScEditUtil::GetEditAreaAndrzej Hunt4-39/+55
2014-08-25Add Point and Size versions of convertMm100ToTwip/TwipToMm100.Andrzej Hunt1-0/+26
2014-08-15Use viewdata scaling for vertical grid lines.Andrzej Hunt1-3/+26
2014-08-15Implement some Logic/Pixel conversion functions for ScViewData.Andrzej Hunt2-0/+30
2014-08-15Use MapMode instead of nPPTX/nPPTY.Andrzej Hunt2-33/+8
2014-08-15ScOutputData needs ScViewData for scaling.Andrzej Hunt5-5/+14
2014-08-15Make nPrtToScreenFactor and GetOutputFactor fractions.Andrzej Hunt9-23/+44
2014-08-15ScViewData::GetActiveWin can be const.Andrzej Hunt2-2/+2
2014-08-15Allow overriding limits for SetZoom for Tiled Rendering.Andrzej Hunt2-16/+31
2014-08-15aScrSize should be mutable.Andrzej Hunt2-5/+5
2014-08-15Fillinfo: don't scale data unnecessarily.Andrzej Hunt2-17/+15
2014-08-14Ensure we actually render all cells in the selected area.Andrzej Hunt1-0/+4
2014-08-14Take into account drawing layer for data area size.Andrzej Hunt1-2/+18
2014-08-08Implement data area size retrieval.Andrzej Hunt3-4/+49
2014-08-08Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt2-7/+14
2014-08-08Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-08-08Render tiles from calc.Andrzej Hunt3-14/+32
2014-08-08vcl: don't throw misleading exceptions on every failed accessMichael Stahl1-1/+4
2014-08-08DOCX export: handle date SDT on paragraphsMiklos Vajna5-6/+60
2014-08-08Unused optional elementsMiklos Vajna1-3222/+0
2014-08-08warning C4101: 'e': unreferenced local variableMichael Stahl1-0/+1