summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-12-08We already have the type, use itEike Rathke
2017-12-08A "standard" format does not necessarily mean the General formatEike Rathke
2017-12-08Avoid iterating over selected cells' attribute rangesEike Rathke
2017-12-08Call GetItemState() only once per WhichID loopEike Rathke
2017-12-08Slightly change state method logic, tdf#86085 follow-upEike Rathke
2017-12-08tdf#45904 Move _XDatabaseRanges Java tests to C++Jens Carl
2017-12-08tdf#86085 add slot for toggling thousands separatorJim Raykowski
2017-12-08GetMarkableObjCount() is only compared against 1Matteo Casalin
2017-12-08Adapt description to realityEike Rathke
2017-12-08Fix segfault when ScDBDocFunc::AddDBRange is called ...Jens Carl
2017-12-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke
2017-12-08simplify construction of a const vectorJochen Nitschke
2017-12-08tdf#45904 Move _XDataPilotField Java test to C++Jens Carl
2017-12-08tdf#45904 Move _XDataPilotTables Java tests to C++Jens Carl
2017-12-08Revert "tdf#113861: Unittest for chart datatable labels expansion"Eike Rathke
2017-12-08Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-upEike Rathke
2017-12-07coverity#1425723 silence 'Wrapper object use after free'Caolán McNamara
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro
2017-12-07tdf#113861: Unittest for chart datatable labels expansionVasily Melenchuk
2017-12-07Translate german variable nameUlrich Gemkow
2017-12-07Assert pDrawView even to spot bad usageEike Rathke
2017-12-07Check pDrawViewEike Rathke
2017-12-07aDrawView -> pDrawViewEike Rathke
2017-12-07Remember ScViewData* and further check ScDrawView*Eike Rathke
2017-12-07loplugin:constparamsNoel Grandin
2017-12-07tdf#45904 Move _XDataPilotTablesSupplier Java test to C++Jens Carl
2017-12-07sc: don't crash on loading commentsThorsten Behrens
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-12-06Prevent out-of-bounds access, tdf#114228 relatedEike Rathke
2017-12-06tdf#114228: fix crash when deleting sheet in specific caseJulien Nabet
2017-12-06assert on export of fdo69698-1.ods to pdfCaolán McNamara
2017-12-06coverity#1421089 seems to be really reporting missing move ctors/assignmentsCaolán McNamara
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05ofz#4530 Null-dereference READCaolán McNamara
2017-12-05tdf#45904 Move _XFunctionDescriptions Java test to C++Jens Carl
2017-12-05tdf#45904 Move _XRecentFunctions Java tests to C++Jens Carl
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin
2017-12-05remove some unused definesNoel Grandin
2017-12-05Add ServiceProvider "com.sun.star.sheet.FunctionDescriptions"Jens Carl
2017-12-05Add ServiceProvider "com.sun.star.sheet.RecentFunctions"Jens Carl
2017-12-05assert(mnRangeOpPosInSymbol < MAXSTRLEN)Eike Rathke
2017-12-04tdf#107601 Rename t-test to paired t-testHeiko Tietze
2017-12-04tdf#39593 deduplicate code in ScOutputDatatagezi
2017-12-04lokdialog: sc: Guard autofilter popup's LOK notificationPranav Kant
2017-12-04Calculate print page ranges only when needed, cache in print stateTomaž Vajngerl
2017-12-04Convert from unique_ptr<bool[]> to vector<bool>Tomaž Vajngerl