summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-09-30TODO: printfun needs fixing (see previous commit).Andrzej Hunt1-3/+9
2014-09-30Use twips internally for FillInfo too.Andrzej Hunt4-25/+40
2014-09-30Adjust MapModes for gridwin tiled rendering.Andrzej Hunt1-8/+21
2014-09-30Don't abort rendering if Android window 'minimized'.Andrzej Hunt1-1/+7
2014-09-30We want to keep nPPTX/Y for our old scaling.Andrzej Hunt1-0/+37
2014-09-30Remove incorrect fudge factor.Andrzej Hunt2-4/+4
2014-09-30ScreenPos calculations in twips too.Andrzej Hunt1-25/+23
2014-09-30Use twips internally for GetScrPos.Andrzej Hunt1-30/+50
2014-09-29Use GetScrPos so that col/row-headers match the grid.Andrzej Hunt1-3/+18
2014-09-29Match TiledRendering scaling to the new ViewData PaintMapMode.Andrzej Hunt1-9/+18
2014-09-29Don't use UpdateVisibleRange for calc tiled rendering.Andrzej Hunt1-1/+7
2014-09-29Set visible range from origin for Calc Tiled Rendering.Andrzej Hunt1-1/+15
2014-09-29Allow PaintMapMode retrieval.Andrzej Hunt1-0/+2
2014-09-29Use MapMode instead of nPPTX/nPPTY.Andrzej Hunt2-33/+8
2014-09-29ScOutputData needs ScViewData for scaling.Andrzej Hunt5-5/+14
2014-09-29Make nPrtToScreenFactor and GetOutputFactor fractions.Andrzej Hunt9-23/+44
2014-09-29ScViewData::GetActiveWin can be const.Andrzej Hunt2-2/+2
2014-09-29Allow overriding limits for SetZoom for Tiled Rendering.Andrzej Hunt2-16/+31
2014-09-29aScrSize should be mutable.Andrzej Hunt2-5/+5
2014-09-29Fix PaintTile scaling preparation.Andrzej Hunt1-8/+12
2014-09-29Ensure we actually render all cells in the selected area.Andrzej Hunt1-0/+4
2014-09-29Take into account drawing layer for data area size.Andrzej Hunt1-2/+18
2014-09-29Implement data area size retrieval.Andrzej Hunt3-4/+49
2014-09-29Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt2-7/+14
2014-09-29Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-09-29Render tiles from calc.Andrzej Hunt3-14/+32
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos1-1/+1
2014-09-27fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt1-1/+1
2014-09-27fdo#83808 Scale images proportionally by default in CalcSamuel Mehrbrodt1-0/+10
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl2-8/+4
2014-09-26fdo#84370 - xlsx threaded import - protect editeng.Michael Meeks1-0/+5
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann4-16/+6
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin5-6/+6
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2-3/+3
2014-09-26remove unnecessary casts'sNoel Grandin3-13/+13
2014-09-26remove unnecessary static_cast'sNoel Grandin2-3/+3
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-6/+2
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+1
2014-09-25fdo#39468: translationJennifer Liebel1-12/+12
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann5-12/+31
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2-3/+5
2014-09-23fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier1-1/+1
2014-09-23fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky1-1/+4
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin393-1067/+1067
2014-09-22Resolves: fdo#84057 Localized string is truncatedCaolán McNamara1-328/+364
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara2-16/+22