summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-10-27Use LocaleDataWrapper::stringToDouble() in AlignmentPropertyPanel, tdf#81671Eike Rathke1-2/+1
2017-10-27Use LocaleDataWrapper::stringToDouble() in ScSolverValueDialog, tdf#81671Eike Rathke1-5/+3
2017-10-27Use LocaleDataWrapper::stringToDouble() in ScDoubleField::GetValue, tdf#81671Eike Rathke1-6/+1
2017-10-27Check decimalSeparatorAlternative in CheckConfigOptions(), tdf#81671Eike Rathke1-1/+3
2017-10-27Check decimalSeparatorAlternative in GetDefaultFormulaSeparators(), tdf#81671Eike Rathke1-1/+7
2017-10-27Handle decimalSeparatorAlternative in ScColumn::ParseString(), tdf#81671Eike Rathke4-6/+10
2017-10-27Handle decimalSeparatorAlternative in ScCompiler, tdf#81671Eike Rathke1-5/+12
2017-10-27Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671Eike Rathke2-4/+4
2017-10-27ofz#2947 check for input stream endEike Rathke1-1/+13
2017-10-27Resolves: tdf#113455 Impossible to clear width/height in pagesCaolán McNamara3-77/+103
2017-10-27tdf#113422 Crash in: ScPreview::MouseMove(MouseEvent const &)Noel Grandin1-1/+2
2017-10-27loplugin:finalclasses in scNoel Grandin28-158/+100
2017-10-26vcl: make MapMode constructor explicitMichael Stahl47-91/+94
2017-10-26More loplugin:unnecessaryparenStephan Bergmann2-2/+2
2017-10-26drop old SetBufferSize stuffCaolán McNamara1-5/+2
2017-10-26Don't pointlessly abbreviate "First" and "Second"Tor Lillqvist1-8/+8
2017-10-25loplugin:unnecessaryoverrideNoel Grandin1-6/+0
2017-10-25ofz#3768 Integer-overflowCaolán McNamara1-18/+31
2017-10-25tdf#90937 Add hyperlink cell styleYousuf Philips1-0/+3
2017-10-24Add a useful SAL_WARNTor Lillqvist1-0/+3
2017-10-24rework TestImportXLS to take a SvStream argCaolán McNamara1-2/+5
2017-10-23loplugin:includeform: scStephan Bergmann1059-7912/+7912
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