summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
AgeCommit message (Expand)Author
2016-02-28move the cell property dump code into dbgutil buildsMarkus Mohrhard
2016-02-28tdf#97667 Added a dump method for SfxItemSet in gridwin.cxxJaskaran
2016-01-13sc: remove last ptr_map includesMichael Stahl
2015-11-23loplugin:unusedfields in scNoel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06Revert "sc lok: Cache viewdata zoom and reuse for cursor callback"Andrzej Hunt
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt
2015-11-05sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-08sc tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-07-22calc mapmode: Pass RenderContext as reference in DrawPagePreviewKrisztian Pinter
2015-05-25add dump for column width in hmmMarkus Mohrhard
2015-05-24callcatcher: update unused codeCaolán McNamara
2015-05-22split column info dump and graphic object dumpingMarkus Mohrhard
2015-05-22extract calc data dump method into own fileMarkus Mohrhard
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl
2015-05-05Resolves tdf#84240 : Red squiggly underline does not appear instantlyDeena Francis
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-16Revert "make more classes dllpublic"David Tardon
2015-04-16make more classes dllpublicDavid Tardon
2015-04-14sc tiled editing: Implement long-touch to select word in overflowing text.Jan Holesovsky
2015-04-10More calc fixing.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna
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-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna
2015-03-10GridWindow: change pNoteMarker to unique_ptrTomaž Vajngerl
2015-03-10GridWindow: unique_ptr for overlaysTomaž Vajngerl
2015-03-10ScGridWindow: scoped_ptr -> unique_ptrTomaž Vajngerl
2015-03-10GridWindow: use unique_ptr for filter box and floatTomaž Vajngerl
2015-03-09sc tiled mouse events: Proof-of-concept.Jan Holesovsky
2015-03-09sc tiled rendering: Make the drawings and charts work.Jan Holesovsky
2015-03-09sc tiled rendering: Split ScGridWindow::Draw() to setup and drawing.Jan Holesovsky
2015-03-02sc: Initial support for tiled editing in Calc.Jan Holesovsky
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara