summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/gridwin.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-14/+14
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-2/+1
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-0/+1
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-1/+1
* Unwind SotStorageRef typedefStephan Bergmann2015-05-071-1/+1
* Resolves tdf#84240 : Red squiggly underline does not appear instantlyDeena Francis2015-05-051-0/+16
* Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks2015-05-021-1/+2
* tdf#63416 Do not sort header in autofilter if user has chosen one in dialogscito2015-04-301-3/+1
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-16/+46
|\
| * sc: convert new to ::CreateNoel Grandin2015-04-201-5/+5
| * More calc fixing.Michael Meeks2015-04-101-1/+1
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-101-2/+5
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-2/+9
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-13/+14
| * vcl: VclPtr conversion in scNoel Grandin2015-04-091-0/+19
* | convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-171-1/+1
* | WaE: bogus C4701 uninitialized local variableCaolán McNamara2015-04-141-1/+1
* | sc tiled editing: Implement long-touch to select word in overflowing text.Jan Holesovsky2015-04-141-9/+99
|/
* sc tiled editing: Make the 'long tap to select' work again in shapes.Jan Holesovsky2015-04-091-1/+1
* sc tiled editing: Reuse the selection method.Jan Holesovsky2015-04-081-12/+2
* sc tiled editing: Double click in the cell selects the entire cell.Jan Holesovsky2015-04-081-23/+51
* sc tiled editing: Never show the cell cursor.Jan Holesovsky2015-04-081-48/+30
* sc tiled editing: Changed behaviour double click to click.Henry Castro2015-04-071-4/+21
* sc tiled editing: Don't show cell selection when dragging shapes.Jan Holesovsky2015-04-071-0/+1
* sc tiled editing: Don't show the cell selection when editing text in shape.Jan Holesovsky2015-04-071-11/+18
* sc tiled editing: Show the cell cursor as a rect, not as a frame.Jan Holesovsky2015-04-071-24/+37
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* sc tiled editing: Hide the cell selection when we select graphic.Jan Holesovsky2015-03-301-2/+4
* sc: No need for a special LogicMouseButtonUp/Down.Jan Holesovsky2015-03-301-27/+0
* sc tiled editing: Make the selections work with zoom too.Jan Holesovsky2015-03-301-13/+19
* These checks are cheap, simplify.Jan Holesovsky2015-03-301-3/+2
* sc tiled editing: Implement cell selections.Jan Holesovsky2015-03-301-0/+53
* Revert "sc tiled editing: Limit the mouse events only to the document size."Jan Holesovsky2015-03-301-5/+1
* sc tiled editing: Limit the mouse events only to the document size.Henry Castro2015-03-301-1/+5
* convert SPELLCMD_ constants to enum classNoel Grandin2015-03-251-1/+1
* convert EE_STAT constants to enum classNoel Grandin2015-03-251-2/+2
* convert EE_CNTRL constants to enum classNoel Grandin2015-03-251-2/+2
* loplugin:constantfunction: sfx2Noel Grandin2015-03-191-2/+0
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-181-6/+6
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-124/+124
* sc tiled editing: EndTracking() is necessary in the tiled rendering case.Henry Castro2015-03-161-0/+5
* Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky2015-03-161-1/+1
* make format consistent with the rest of the file...Siqi Liu2015-03-161-3/+1
* tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu2015-03-161-2/+3
* GridWindow: change pNoteMarker to unique_ptrTomaž Vajngerl2015-03-101-7/+3
* GridWindow: unique_ptr for overlaysTomaž Vajngerl2015-03-101-21/+21
* ScGridWindow: scoped_ptr -> unique_ptrTomaž Vajngerl2015-03-101-7/+6
* GridWindow: use unique_ptr for filter box and floatTomaž Vajngerl2015-03-101-79/+83
* clean-up ScGridWindowTomaž Vajngerl2015-03-101-16/+20