summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-12-11loplugin:salcall fix functionsNoel Grandin28-81/+81
2017-12-11tdf#114342 move recursion guard to encompass threaded path tooCaolán McNamara1-6/+6
2017-12-11Improve set up of test objectsJens Carl13-15/+32
2017-12-10lok: calc: fix: the last col/row headers were not collectedMarco Cecchetti1-12/+13
2017-12-10lok: calc: fix: CTRL+RIGHT => crashMarco Cecchetti1-1/+2
2017-12-10Fix inconsistent naming of a variable.Kohei Yoshida2-14/+14
2017-12-09Remove __ORCUS_STATIC_LIB defines.Kohei Yoshida6-19/+0
2017-12-09tdf#113715 Fix .uno: names appearing in the customization dialogMaxim Monastirsky2-2/+6
2017-12-09Name it what it is, the format category for the sidebarEike Rathke1-14/+14
2017-12-09Rip out already masked out css::util::NumberFormat::DEFINED in casesEike Rathke1-10/+2
2017-12-08GetCurrentNumberFormatType() mask out the user defined bitEike Rathke1-7/+2
2017-12-08We already have the type, use itEike Rathke1-8/+1
2017-12-08A "standard" format does not necessarily mean the General formatEike Rathke1-4/+2
2017-12-08Avoid iterating over selected cells' attribute rangesEike Rathke1-1/+7
2017-12-08Call GetItemState() only once per WhichID loopEike Rathke1-3/+4
2017-12-08Slightly change state method logic, tdf#86085 follow-upEike Rathke1-15/+21
2017-12-08tdf#45904 Move _XDatabaseRanges Java tests to C++Jens Carl3-0/+208
2017-12-08tdf#86085 add slot for toggling thousands separatorJim Raykowski6-1/+77
2017-12-08GetMarkableObjCount() is only compared against 1Matteo Casalin1-1/+1
2017-12-08Adapt description to realityEike Rathke1-1/+6
2017-12-08Fix segfault when ScDBDocFunc::AddDBRange is called ...Jens Carl1-1/+0
2017-12-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro16-132/+89
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens2-7/+0
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin4-4/+4
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke13-160/+0
2017-12-08simplify construction of a const vectorJochen Nitschke1-9/+8
2017-12-08tdf#45904 Move _XDataPilotField Java test to C++Jens Carl1-4/+16
2017-12-08tdf#45904 Move _XDataPilotTables Java tests to C++Jens Carl3-0/+240
2017-12-08Revert "tdf#113861: Unittest for chart datatable labels expansion"Eike Rathke5-246/+1
2017-12-08Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-upEike Rathke1-2/+2
2017-12-07coverity#1425723 silence 'Wrapper object use after free'Caolán McNamara1-7/+10
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro2-1/+55
2017-12-07tdf#113861: Unittest for chart datatable labels expansionVasily Melenchuk5-1/+246
2017-12-07Translate german variable nameUlrich Gemkow2-27/+27
2017-12-07Assert pDrawView even to spot bad usageEike Rathke1-0/+2
2017-12-07Check pDrawViewEike Rathke1-1/+2
2017-12-07aDrawView -> pDrawViewEike Rathke2-4/+4
2017-12-07Remember ScViewData* and further check ScDrawView*Eike Rathke1-2/+6
2017-12-07loplugin:constparamsNoel Grandin38-106/+106
2017-12-07tdf#45904 Move _XDataPilotTablesSupplier Java test to C++Jens Carl1-1/+6
2017-12-07sc: don't crash on loading commentsThorsten Behrens1-1/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann8-0/+12
2017-12-06Prevent out-of-bounds access, tdf#114228 relatedEike Rathke1-1/+1
2017-12-06tdf#114228: fix crash when deleting sheet in specific caseJulien Nabet1-2/+3
2017-12-06assert on export of fdo69698-1.ods to pdfCaolán McNamara1-7/+13
2017-12-06coverity#1421089 seems to be really reporting missing move ctors/assignmentsCaolán McNamara2-0/+50
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin23-59/+59
2017-12-05ofz#4530 Null-dereference READCaolán McNamara1-1/+5
2017-12-05tdf#45904 Move _XFunctionDescriptions Java test to C++Jens Carl3-0/+199
2017-12-05tdf#45904 Move _XRecentFunctions Java tests to C++Jens Carl4-1/+203