summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)Author
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23add css::sheet::DatabaseRange property TotalsRowEike Rathke
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann
2015-04-17simplify codeStephan Bergmann
2015-04-17Clean up conversions from ScBreakType (aka sal_uInt8) to boolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-10fdo#82014: Repaint & set the document to modified after condformat change.Jan Holesovsky
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10malingering delete.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin
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-03document a few missing piecesMarkus Mohrhard
2015-04-03first part for correct handling of new cond format entriesMarkus Mohrhard
2015-04-03correct implementationMarkus Mohrhard
2015-04-03rename UNO API method for cond formatMarkus Mohrhard
2015-04-02-Werror,-Wdeprecated-declarationsStephan Bergmann
2015-04-02fix error in databar entry type api mapMarkus Mohrhard
2015-04-02add properties for new databar propertiesMarkus Mohrhard
2015-04-02forgot the property definitionMarkus Mohrhard
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30-Werror,-Wunused-private-fieldStephan Bergmann
2015-03-30finally implement and define also date formattingMarkus Mohrhard
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