summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin4.cxx
AgeCommit message (Expand)Author
2015-11-11Revert "sc lok: Cache viewdata zoom and reuse for cursor callback"Andrzej Hunt
2015-11-06sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt
2015-06-22sc tiled rendering: Set some minimal size of the document.Jan Holesovsky
2015-06-10sc tiled editing: Corrected dropdown button offsetHenry Castro
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
2015-05-19draw Note mark before text for correct ZOrder tdf#89182Laurent Godard
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks
2015-04-08sc tiled editing: Reuse the selection method.Jan Holesovsky
2015-04-08sc tiled editing: Better setup of drawinglayer, so that images are swapped in.Jan Holesovsky
2015-04-07Revert "sc tiled editing: This got fixed by the recent changes."Jan Holesovsky
2015-04-07sc tiled editing: Correct position of the selection in far positions.Jan Holesovsky
2015-04-07sc tiled editing: Changed function to PixelToLogic.Henry Castro
2015-04-07vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunitMiklos Vajna
2015-04-07Update comment.Jan Holesovsky
2015-04-07sc tiled editing: Use the LogicMapMode even for mouse positions.Jan Holesovsky
2015-04-07vcl tiled rendering: fix Writer/Impress invalidation rectangleMiklos Vajna
2015-04-07sc tiled editing: Make the editing of text in shapes in Calc work.Jan Holesovsky
2015-04-07sc tiled editing: This got fixed by the recent changes.Jan Holesovsky
2015-03-30Make SetCellSelection work in pixels, and change the name accordingly.Jan Holesovsky
2015-03-30sc tiled editing: Allow resizing the cell selection using the handles.Jan Holesovsky
2015-03-30sc tiled editing: Use GetPrintArea() for FillInfo()/ScOutputData too.Jan Holesovsky
2015-03-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna
2015-03-23OutputDevice::LogicInvalidate: clean up sc/sd duplicationMiklos Vajna
2015-03-23sc tiled rendering: add missing mm100 -> twips conversionHenry Castro
2015-03-23sc tiled editing: Clear the right area behind the editeng.Jan Holesovsky
2015-03-23sc tiled editing: Use the correct device for PixelToLogic.Henry Castro
2015-03-23sc tiled editing: Set the correct map mode for editeng.Jan Holesovsky
2015-03-16sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow.Henry Castro
2015-03-16sc tiled rendering: RefreshZoom() is called already in SetZoom().Jan Holesovsky
2015-03-10GridWindow: change pNoteMarker to unique_ptrTomaž Vajngerl
2015-03-10ScGridWindow: scoped_ptr -> unique_ptrTomaž Vajngerl
2015-03-10translate some commentsTomaž Vajngerl
2015-03-09sc tiled rendering: Simplify the zoom computation.Jan Holesovsky
2015-03-09sc tiled rendering: Make the drawings and charts work.Jan Holesovsky
2015-03-09sc tiled rendering: tdf#85848: Use DrawContent() in PaintTile() too.Jan Holesovsky
2015-03-09sc tiled rendering: Split ScGridWindow::Draw() to setup and drawing.Jan Holesovsky
2015-03-02Clean up not needed ScTabViewShell LOK methodsMiklos Vajna
2015-03-02sc: Make characters appear during tiled rendering as they are typed.Jan Holesovsky
2015-03-02sc: Initial support for tiled editing in Calc.Jan Holesovsky
2015-02-25Avoid unnecessary bad downcast (pDev can be VirtualDevice)Stephan Bergmann
2015-01-16Use 1/100mm map mode for rendering edit text objects.Kohei Yoshida
2015-01-16Get texts to scale correctly with zoom.Kohei Yoshida
2015-01-16Multiply tile position by the zoom level.Kohei Yoshida
2015-01-16Correctly offset based on tile position.Kohei Yoshida