summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann678-6159/+6159
2015-11-10sc: mbIsMultiLine is always true.Jan Holesovsky3-126/+91
2015-11-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-2/+0
2015-11-09sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-12/+12
2015-11-09loplugin:redundantcastStephan Bergmann1-1/+1
2015-11-09sc: add missing includes to prevloc.hxxMichael Stahl2-3/+6
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl2-36/+32
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl2-16/+16
2015-11-09Related tdf#92296, tdf#90812: Make this test more strictKatarina Behrens1-1/+2
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl11-42/+62
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-16/+26
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-11/+11
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-14/+20
2015-11-09new loplugin: oncevarNoel Grandin2-4/+2
2015-11-08loplugin:vclwidgetsStephan Bergmann2-1/+12
2015-11-08sc lok: add missing commandNameHenry Castro1-0/+1
2015-11-08tdf#74667 Regression dialog: linear, logarithmic, powerTomaž Vajngerl16-12/+792
2015-11-08StatisticsDialogs: 3D addressing, add size to DataRangeIteratorTomaž Vajngerl2-5/+26
2015-11-08sc lok: Add initial test for .uno:CellCursorAndrzej Hunt1-5/+2
2015-11-07WaE: redundant const_cast [loplugin:redundantcast]Tor Lillqvist3-8/+8
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl5-61/+67
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl6-73/+63
2015-11-06sc: remove some unused boost includesMichael Stahl3-3/+5
2015-11-06Revert "sc lok: Cache viewdata zoom and reuse for cursor callback"Andrzej Hunt3-13/+6
2015-11-06comphelper: add a generic implementation of std container operator==Michael Stahl1-20/+4
2015-11-06coverity#1338247 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06sc: [loplugin:redundantcast]Michael Stahl1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2-4/+4
2015-11-06sc: actually std::set::operator== does not use Compare parameterMichael Stahl1-1/+12
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl3-55/+77
2015-11-06drop unneeded includeDavid Tardon1-1/+0
2015-11-06Revert "Preserve whitespace also in formatted strings" for nowKatarina Behrens1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann91-440/+398
2015-11-05return #N/A for defined but unsupported arguments, tdf#95010 relatedEike Rathke1-0/+2
2015-11-05a vector is unnecessary here, tdf#79983 follow-upEike Rathke1-7/+4
2015-11-05tdf#79983 - Fix to make calc sort lists case sensitiveSahas3-12/+30
2015-11-05tdf#92296: Fix off-by-one formatting of text runs on OOXML exportKatarina Behrens2-8/+12
2015-11-05tdf#91820 Round of small tweaks to Calc's menu barYousuf Philips1-16/+21
2015-11-05tdf#88137, tdf#89254: Preserve whitespace also in formatted stringsKatarina Behrens1-1/+1
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt4-5/+63
2015-11-05sc lok: make cell cursor behaviour consistent with desktopAndrzej Hunt1-35/+40
2015-11-05sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt3-6/+22
2015-11-05sc lok: Cell Cursor callbackAndrzej Hunt1-3/+28
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin2-7/+7
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin10-13/+11
2015-11-04tdf#39468 translated german comments in tabvwsh4.cxxAlbert Thuswaldner1-91/+83
2015-11-04yyyyyNoel Grandin1-3/+3
2015-11-04sc lok: return absolute positions for row/column headersMiklos Vajna1-20/+6
2015-11-04loplugin:stringconstantNoel Grandin32-148/+136
2015-11-03sc lok: avoid placeholder row when providing all headersMiklos Vajna1-2/+2