summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/docuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-28tiledrendering: added getPartName method for calcMihai Varga1-0/+8
2015-07-13tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann1-1/+4
2015-06-26sc tiled rendering: Set some minimal size of the document.Jan Holesovsky1-1/+1
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro1-0/+82
2015-06-05sc tiled editing: EndTracking trigger MouseUpHenry Castro1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-2/+2
2015-04-17Clean up conversions from ScBreakType (aka sal_uInt8) to boolStephan Bergmann1-2/+2
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-3/+3
2015-04-08sc tiled editing: Reuse the selection method.Jan Holesovsky1-8/+1
2015-04-08sc tiled editing: Allow turning the text selection into cell selection.Jan Holesovsky1-15/+31
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-04-07sc tiled editing: Fix the conversion so that it works with zoom too.Jan Holesovsky1-2/+1
2015-04-07sc tiled editing: For now, revert to using the entire doc size.Jan Holesovsky1-3/+10
2015-04-07sc tiled editing: This correction is not needed, pass the exact values.Jan Holesovsky1-2/+2
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna1-0/+28
2015-04-07sc tiled editing: Set the 100% zoom in the selection-related methods too.Jan Holesovsky1-0/+6
2015-04-07sc tiled editing: Use the LogicMapMode even for mouse positions.Jan Holesovsky1-0/+3
2015-04-07sc tiled editing: Moving handles in text in drawing shapes in Calc.Jan Holesovsky1-4/+27
2015-04-07sc tiled editing: Don't resize the gridwin to the entire document.Jan Holesovsky1-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-29/+29
2015-03-30sc tiled editing: Improve the deselection.Jan Holesovsky1-6/+13
2015-03-30sc tiled editing: Implement resetSelection().Jan Holesovsky1-0/+14
2015-03-30sc tiled editing: Implement scaling of drawings and bitmaps in Calc.Jan Holesovsky1-1/+36
2015-03-30sc: No need for a special LogicMouseButtonUp/Down.Jan Holesovsky1-2/+8
2015-03-30Make SetCellSelection work in pixels, and change the name accordingly.Jan Holesovsky1-1/+1
2015-03-30sc tiled editing: Allow resizing the cell selection using the handles.Jan Holesovsky1-1/+10
2015-03-30sc tiled editing: Small refactor, preparing for moving cell selections.Jan Holesovsky1-20/+25
2015-03-30No need to create ScAddress here.Jan Holesovsky1-8/+3
2015-03-30sc tiled editing: using function GetPrintArea to calculate document size.Henry Castro1-2/+6
2015-03-30sc tiled editing: Implement moving of the selection handles.Jan Holesovsky1-0/+34
2015-03-30sc tiled editing: Set the viewport size to document sizeHenry Castro1-0/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-03-16sc tiled mouse events: Fix the click coordinates in non-100% zooms.Jan Holesovsky1-1/+1
2015-03-16sc tiled rendering: Don't adjust the text width according to printer.Jan Holesovsky1-27/+35
2015-03-09sc tiled mouse events: Proof-of-concept.Jan Holesovsky1-0/+30
2015-03-06V801: Decreased performanceCaolán McNamara1-2/+2
2015-03-02Clean up not needed ScTabViewShell LOK methodsMiklos Vajna1-1/+1
2015-03-02ScInputHandler::ImplCreateEditEngine: don't invalidate unconditionallyMiklos Vajna1-0/+6
2015-03-02sc: Initial support for tiled editing in Calc.Jan Holesovsky1-0/+6
2015-02-25calc : add UNO properties for "Record changes"Laurent Godard1-0/+21
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-3/+3
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida1-4/+20
2015-01-05Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist1-0/+45
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-73/+73
2014-11-27Fix OpenCL-less build harderTor Lillqvist1-0/+12