summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2015-11-14coverity#1339306 Using invalid iteratorCaolán McNamara
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl
2015-11-13Remove outdated commentAndrzej Hunt
2015-11-13sc lok: during tiled rendering the cell-cursor is always visibleAndrzej Hunt
2015-11-13sc: loplugin:badstatics: _one_ global pActiveEdWnd is enoughMichael Stahl
2015-11-13sc: let's make ScFormulaDlg::pDoc and aCursorPos ordinary membersMichael Stahl
2015-11-13sc: rename static member ScFormulaDlg::pDocMichael Stahl
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13LOK: calc formula callback + formula bar implementation in gtkMihai Varga
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12remove unused #includeNoel Grandin
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-11Typo: “calender” → “calendar”Adolfo Jayme Barrientos
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10tdf#91979: ScViewData::GetScrPos(): remove coordinates limit of 32767Mike Kaganski
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10sc: mbIsMultiLine is always true.Jan Holesovsky
2015-11-09loplugin:redundantcastStephan Bergmann
2015-11-09sc: add missing includes to prevloc.hxxMichael Stahl
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-08loplugin:vclwidgetsStephan Bergmann
2015-11-08sc lok: add missing commandNameHenry Castro
2015-11-08tdf#74667 Regression dialog: linear, logarithmic, powerTomaž Vajngerl
2015-11-08StatisticsDialogs: 3D addressing, add size to DataRangeIteratorTomaž Vajngerl
2015-11-08sc lok: Add initial test for .uno:CellCursorAndrzej Hunt
2015-11-07WaE: redundant const_cast [loplugin:redundantcast]Tor Lillqvist
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-06Revert "sc lok: Cache viewdata zoom and reuse for cursor callback"Andrzej Hunt
2015-11-06coverity#1338247 Uncaught exceptionCaolán McNamara
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt
2015-11-05sc lok: make cell cursor behaviour consistent with desktopAndrzej Hunt
2015-11-05sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt
2015-11-05sc lok: Cell Cursor callbackAndrzej Hunt
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04tdf#39468 translated german comments in tabvwsh4.cxxAlbert Thuswaldner
2015-11-04sc lok: return absolute positions for row/column headersMiklos Vajna