summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Replace list by vector in accessible part of scJulien Nabet2017-11-191-3/+1
* coverity#1422192 include param field in string fieldEike Rathke2017-11-171-1/+1
* Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke2017-11-161-2/+2
* tdf#113768 Fix opposite argument description for Calc function VDB.Winfried Donkers2017-11-131-2/+2
* Replace list by vector in scmod (sc)Julien Nabet2017-11-111-2/+2
* loplugin:unusedmethodsNoel Grandin2017-11-102-8/+0
* ScImportStarCalc10 appears uncallableCaolán McNamara2017-11-081-1/+0
* ofz#4052 limit listener range to actually available sheetsEike Rathke2017-11-061-0/+18
* Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormulaEike Rathke2017-11-031-2/+0
* Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()Eike Rathke2017-11-021-0/+2
* loplugin:constantparam in scNoel Grandin2017-10-312-9/+5
* Handle decimalSeparatorAlternative in ScColumn::ParseString(), tdf#81671Eike Rathke2017-10-271-1/+2
* loplugin:finalclasses in scNoel Grandin2017-10-273-12/+7
* loplugin:includeform: scStephan Bergmann2017-10-2318-19/+19
* Move GetElementsMax() to .cxxEike Rathke2017-10-231-17/+0
* overload std::hash for OUString and OStringNoel Grandin2017-10-2313-20/+19
* coverity#1401307 document checked 'Uncaught exception'Caolán McNamara2017-10-212-2/+5
* use rtl::Reference in sc/../uno/*Noel Grandin2017-10-182-10/+10
* remove unused ScCompressedArray constructorNoel Grandin2017-10-171-8/+0
* Simplify ScCompressedArray constructorNoel Grandin2017-10-171-8/+3
* dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin2017-10-171-1/+1
* dyncolcontainer: use ScCompressedArray for pColWidthNoel Grandin2017-10-172-3/+28
* adapt dataprovider to the requirements of the new UIMarkus Mohrhard2017-10-121-0/+9
* use std::swap instead of own implementationMarkus Mohrhard2017-10-101-4/+1
* Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann2017-10-041-1/+1
* lok - sc: lift row limit to 500kMarco Cecchetti2017-10-021-1/+1
* lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti2017-10-024-0/+11
* Bin duplicated forward declarationTor Lillqvist2017-10-021-1/+0
* Replace list by vector in macromgr.cxx (sc)Julien Nabet2017-10-011-1/+1
* ofz#3487 further limit ScMatrix elements allocationEike Rathke2017-09-291-10/+12
* check for unnecessary DLLPUBLIC annotationsNoel Grandin2017-09-291-1/+1
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2017-09-251-1/+1
* FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke2017-09-251-1/+1
* Clarify comment of "copy"-ctor and operator=()Eike Rathke2017-09-251-2/+4
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-251-1/+1
* Fresh run of bin/update_pch.shMike Kaganski2017-09-224-70/+132
* tdf#112501: Pivot table: popupbuttons are placed on wrong cellsTamás Zolnai2017-09-211-0/+2
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-1/+1
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-2/+2
* Add debugging output operator<< for ScRangeTor Lillqvist2017-09-141-0/+19
* convert ScAttrArray to use std::vectorNoel Grandin2017-09-142-20/+20
* tdf#107267: Fix grand total calculationJean-Sebastien Bevilacqua2017-09-131-1/+1
* rename ScAttrEntry.nRow to nEndRowNoel Grandin2017-09-131-7/+8
* Prefix one more member of ScDocument: pDrawLayerTor Lillqvist2017-09-121-3/+3
* Prefix one more member of ScDocument: pVirtualDevice_100th_mmTor Lillqvist2017-09-121-1/+1
* Prefix one more member of ScDocument: pPrinterTor Lillqvist2017-09-121-1/+1
* tdf#112337: Pivot table: empty / blank item is not imported from XLSTamás Zolnai2017-09-121-2/+2
* tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai2017-09-091-0/+2
* sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke2017-09-084-6/+46
* tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers2017-09-072-0/+13