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