summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin10-72/+23
2016-01-25tdf#86567 Dropdown for conditional formattingMaxim Monastirsky7-16/+43
2016-01-25Drop unused definesMaxim Monastirsky1-2/+0
2016-01-24tdf#74667 interchange slope and intercept for power regressionTomaž Vajngerl1-3/+3
2016-01-23tdf#97308: fix logic with conditional "ends with"Julien Nabet1-2/+2
2016-01-23sc lokit: update zoom values to graphic and text selectionHenry Castro1-2/+4
2016-01-22editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna2-10/+0
2016-01-22Move sc/source/ui/dbgui/validate.cxx from scui to scStephan Bergmann6-41/+4
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis9-1/+157
2016-01-21IMHO " : " doesn't need to be localizable, tdf#95878 follow-upEike Rathke3-8/+3
2016-01-21sc lok: Implement unit test for .uno:{Insert,Name,Remove} for sheets.Jan Holesovsky1-4/+16
2016-01-21sc lok: Fix .uno:Remove (removing sheets) to accept a parameter.Jan Holesovsky2-21/+50
2016-01-21sc lok: Fix .uno:Name (renaming sheets) to really accept parameters.Jan Holesovsky2-3/+4
2016-01-21loplugin: unused return valuesNoel Grandin4-7/+4
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock9-11/+11
2016-01-20there's no reason to be sparing with new linesEike Rathke1-26/+52
2016-01-20tdf#97247 Keep focus on merged cell at top-left cornerTakeshi Abe1-0/+11
2016-01-20nitpicks, tdf#96822 follow-upEike Rathke1-2/+3
2016-01-20tdf#96822 : Make cell contents left align when number formatting is textYogesh Desai1-7/+21
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