summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-01-19sc lokit: the visible row/column must be 0, when loading a documentHenry Castro1-4/+9
2016-01-19follow-up of tdf#89031Winfried Donkers1-1/+2
2016-01-19loplugin:unusedmethods in sc/Noel Grandin8-51/+0
2016-01-19Make virtual ~ScValidationDlg non-inlineStephan Bergmann2-1/+6
2016-01-19-Werror=address (GCC 6)Stephan Bergmann1-2/+3
2016-01-19-Werror=maybe-uninitialized (GCC 6)Stephan Bergmann1-1/+1
2016-01-19-Werror=address (GCC 6)Stephan Bergmann1-10/+1
2016-01-19tdf#88737 handle temporary array formula matrix circular referenceEike Rathke2-1/+23
2016-01-18loplugin:defaultparamsStephan Bergmann1-1/+1
2016-01-18use nullptr, tdf#95878 follow-upEike Rathke1-1/+1
2016-01-18tdf#95878 made more useful function suggestion system in formula editingKeigo Kawamura4-14/+200
2016-01-18loplugin:unreffunStephan Bergmann1-5/+0
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock11-14/+14
2016-01-17cppcheck: fix 2 variableScope reports in scJulien Nabet2-5/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud12-16/+16
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock11-14/+14
2016-01-15oox: move enum DocumentType out of drawingml.hxxMichael Stahl2-3/+3
2016-01-15-Werror=unused-but-set-variableNoel Grandin2-10/+1
2016-01-15sc tiled rendering: it's pointless to send selection changes during search allMiklos Vajna1-0/+6
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin104-580/+190
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin56-267/+113
2016-01-14use ROUND(...,10) on function results for General formatEike Rathke2-0/+0
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann3-10/+29
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna2-2/+3
2016-01-13resolve TODO, remove SVVERB_SHOWMichael Stahl1-3/+4
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-2/+2
2016-01-13sc: remove last ptr_map includesMichael Stahl3-3/+0
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-11/+13
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-7/+9
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-13/+15
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-5/+5
2016-01-13sc: replace boost::ptr_map with std::mapMichael Stahl2-9/+9
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-11/+11
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-7/+12
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-9/+12
2016-01-13sc: Fix the unit tests.Jan Holesovsky1-1/+2
2016-01-13sc: Further .uno:Insert (inserting a new sheet) tweak.Jan Holesovsky1-2/+4
2016-01-13sc: Make .uno:Insert (inserting a new sheet) always succeed.Jan Holesovsky2-3/+14
2016-01-13Revert "sc: Make .uno:Insert (inserting a new sheet) always succeed."Michael Stahl2-14/+3
2016-01-13Revert "sc: Further .uno:Insert (inserting a new sheet) tweak."Michael Stahl1-4/+2
2016-01-13sc: Further .uno:Insert (inserting a new sheet) tweak.Jan Holesovsky1-2/+4
2016-01-13sc: Make .uno:Insert (inserting a new sheet) always succeed.Jan Holesovsky2-3/+14
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna9-31/+33
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin2-6/+2
2016-01-12sc lokit: refactor setPartHenry Castro4-17/+11
2016-01-12Revert "Stick to exact-type check"Stephan Bergmann1-1/+1
2016-01-12Mark some classes as finalStephan Bergmann1-1/+1
2016-01-12Stick to exact-type checkStephan Bergmann1-1/+1