summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-10-23We still have to build and run on 32-bitEike Rathke1-1/+6
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk1-12/+12
2017-10-23Assume 6GB memory could be consumed by matricesEike Rathke1-4/+27
2017-10-23Move GetElementsMax() to .cxxEike Rathke2-18/+18
2017-10-23Simplify some includesStephan Bergmann2-4/+4
2017-10-23ofz: cluster of oom with multiple large ScMatrixCaolán McNamara1-4/+25
2017-10-23Translate German function names in Calc (financial)Johnny_M2-23/+23
2017-10-23ofz: avoid configCaolán McNamara1-1/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin40-65/+63
2017-10-22sc lok: fix spell checking languages in CalcHenry Castro7-0/+153
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara30-102/+105
2017-10-20Disable CppunitTset_sc_*_functions_test for linux_aarch64 for now, tooStephan Bergmann1-1/+1
2017-10-20tdf#112100 Select shape name in NavigatorTamas Bunth5-0/+75
2017-10-19tdf#113211: fix calculations with big integersMike Kaganski1-728/+528
2017-10-19Resolves: tdf#113179 merge language attributes early, tdf#108795 follow-upEike Rathke3-13/+20
2017-10-19tdf#113268: Pivot table: Missing popup button after opening a ODSTamás Zolnai4-1/+32
2017-10-19It's a simple assignmentTamás Zolnai1-1/+1
2017-10-19tdf#113159: Pivot table: tabular mode is converted to oultine modeTamás Zolnai3-13/+64
2017-10-19Fix assertion to check the right thingTor Lillqvist1-1/+1
2017-10-19dyncolcontainer: convert nRight to std::vectorNoel Grandin2-15/+13
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin6-58/+41
2017-10-18svx: remove pointless duplicate SdrFitToSizeTypeMichael Stahl1-1/+1
2017-10-18add CVE-2017-0199 test-casesCaolán McNamara2-0/+0
2017-10-18dyncolcontainer: convert aColWidthPath to std::mapNoel Grandin3-3/+4
2017-10-18dyncolcontainer: use std::map in DifAttrCacheNoel Grandin2-6/+7
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara18-78/+564
2017-10-17remove unused ScCompressedArray constructorNoel Grandin2-33/+0
2017-10-17Simplify ScCompressedArray constructorNoel Grandin2-13/+7
2017-10-17use rtl::Reference in ScAddInListenerNoel Grandin2-16/+11
2017-10-17dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin6-40/+27
2017-10-17dyncolcontainer: use ScCompressedArray for pColWidthNoel Grandin6-53/+127
2017-10-16Translate German variable names in Calc (financial)Johnny_M1-25/+25
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin1-5/+6
2017-10-16tdf#105853 improve layout Options > Calc > Formula ... separatorCor Nouws1-72/+20
2017-10-14ofz#3634: add a SC_MAX_MATRIX_ELEMENTS to limit max matrix elementsCaolán McNamara1-1/+7
2017-10-14implement new more user friendly data provider dlgMarkus Mohrhard10-125/+729
2017-10-13derive size of tab bar in Calc from TabFont (in pixels).Bernhard Widl1-1/+5
2017-10-13Replace lists by vectors in chart2uno (sc)Julien Nabet2-19/+14
2017-10-12Translate German variable names in Calc (financial)Johnny_M1-13/+13
2017-10-12adapt dataprovider to the requirements of the new UIMarkus Mohrhard6-77/+90
2017-10-11Replace list by vector "DataPilotSort" from dbfunc3 (sc)Julien Nabet1-12/+7
2017-10-10use std::swap instead of own implementationMarkus Mohrhard1-4/+1
2017-10-09sc, implement HAVE_FEATURE_AVMEDIAjan Iversen4-1/+23
2017-10-09update notebookbar to add ExportDirectToPDF and ExportDirectToEPUBandreas kainz2-4/+18
2017-10-09tdf#45904: Move _XAreaLinks Java to C++Jens Carl3-0/+205
2017-10-09make sure to include all relevant header filesMarkus Mohrhard1-0/+1
2017-10-09prevent crash in the new dataprovider UI when adding a new columnMarkus Mohrhard1-1/+1
2017-10-09document how formulas are stored in the cacheMarkus Mohrhard1-0/+2
2017-10-09document a few method parametersMarkus Mohrhard1-0/+5
2017-10-08tdf#45904: Move _XSubTotalField Java tests to C++Jens Carl4-1/+225