summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* We still have to build and run on 32-bitEike Rathke2017-10-231-1/+6
* tdf#96505 Get rid of cargo cult long integer literalsudareechk2017-10-231-12/+12
* Assume 6GB memory could be consumed by matricesEike Rathke2017-10-231-4/+27
* Move GetElementsMax() to .cxxEike Rathke2017-10-232-18/+18
* Simplify some includesStephan Bergmann2017-10-232-4/+4
* ofz: cluster of oom with multiple large ScMatrixCaolán McNamara2017-10-231-4/+25
* Translate German function names in Calc (financial)Johnny_M2017-10-232-23/+23
* ofz: avoid configCaolán McNamara2017-10-231-1/+2
* overload std::hash for OUString and OStringNoel Grandin2017-10-2340-65/+63
* sc lok: fix spell checking languages in CalcHenry Castro2017-10-227-0/+153
* coverity#1401307 document checked 'Uncaught exception'Caolán McNamara2017-10-2130-102/+105
* Disable CppunitTset_sc_*_functions_test for linux_aarch64 for now, tooStephan Bergmann2017-10-201-1/+1
* tdf#112100 Select shape name in NavigatorTamas Bunth2017-10-205-0/+75
* tdf#113211: fix calculations with big integersMike Kaganski2017-10-191-728/+528
* Resolves: tdf#113179 merge language attributes early, tdf#108795 follow-upEike Rathke2017-10-193-13/+20
* tdf#113268: Pivot table: Missing popup button after opening a ODSTamás Zolnai2017-10-194-1/+32
* It's a simple assignmentTamás Zolnai2017-10-191-1/+1
* tdf#113159: Pivot table: tabular mode is converted to oultine modeTamás Zolnai2017-10-193-13/+64
* Fix assertion to check the right thingTor Lillqvist2017-10-191-1/+1
* dyncolcontainer: convert nRight to std::vectorNoel Grandin2017-10-192-15/+13
* use rtl::Reference in sc/../uno/*Noel Grandin2017-10-186-58/+41
* svx: remove pointless duplicate SdrFitToSizeTypeMichael Stahl2017-10-181-1/+1
* add CVE-2017-0199 test-casesCaolán McNamara2017-10-182-0/+0
* dyncolcontainer: convert aColWidthPath to std::mapNoel Grandin2017-10-183-3/+4
* dyncolcontainer: use std::map in DifAttrCacheNoel Grandin2017-10-182-6/+7
* turn implicit container explicit in buildable notebooksCaolán McNamara2017-10-1718-78/+564
* remove unused ScCompressedArray constructorNoel Grandin2017-10-172-33/+0
* Simplify ScCompressedArray constructorNoel Grandin2017-10-172-13/+7
* use rtl::Reference in ScAddInListenerNoel Grandin2017-10-172-16/+11
* dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin2017-10-176-40/+27
* dyncolcontainer: use ScCompressedArray for pColWidthNoel Grandin2017-10-176-53/+127
* Translate German variable names in Calc (financial)Johnny_M2017-10-161-25/+25
* use rtl::Reference for SvXMLGraphicHelperNoel Grandin2017-10-161-5/+6
* tdf#105853 improve layout Options > Calc > Formula ... separatorCor Nouws2017-10-161-72/+20
* ofz#3634: add a SC_MAX_MATRIX_ELEMENTS to limit max matrix elementsCaolán McNamara2017-10-141-1/+7
* implement new more user friendly data provider dlgMarkus Mohrhard2017-10-1410-125/+729
* derive size of tab bar in Calc from TabFont (in pixels).Bernhard Widl2017-10-131-1/+5
* Replace lists by vectors in chart2uno (sc)Julien Nabet2017-10-132-19/+14
* Translate German variable names in Calc (financial)Johnny_M2017-10-121-13/+13
* adapt dataprovider to the requirements of the new UIMarkus Mohrhard2017-10-126-77/+90
* Replace list by vector "DataPilotSort" from dbfunc3 (sc)Julien Nabet2017-10-111-12/+7
* use std::swap instead of own implementationMarkus Mohrhard2017-10-101-4/+1
* sc, implement HAVE_FEATURE_AVMEDIAjan Iversen2017-10-094-1/+23
* update notebookbar to add ExportDirectToPDF and ExportDirectToEPUBandreas kainz2017-10-092-4/+18
* tdf#45904: Move _XAreaLinks Java to C++Jens Carl2017-10-093-0/+205
* make sure to include all relevant header filesMarkus Mohrhard2017-10-091-0/+1
* prevent crash in the new dataprovider UI when adding a new columnMarkus Mohrhard2017-10-091-1/+1
* document how formulas are stored in the cacheMarkus Mohrhard2017-10-091-0/+2
* document a few method parametersMarkus Mohrhard2017-10-091-0/+5
* tdf#45904: Move _XSubTotalField Java tests to C++Jens Carl2017-10-084-1/+225