summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
The SharedString stored at ScQueryEntry::Item was constructed from an OUString passed from ScMatrixValue::GetString() so rItem.maString.getDataIgnoreCase() in QueryEvaluator::compareByString() was NULL and never evaluated equal. Made ScMatrixValue::GetString() return a SharedString instead. Change-Id: I473d5724dfb97707fea58e6b72b1396c049b79c8
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke
... to keep the count updated, which actually silences the dbgutil warning of ScDocument::RemoveFromFormulaTree() when loading .ods Change-Id: I8453d688ca673a47fee15c84478262e1da53e408
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers
Change-Id: I6187aa673034e6dc18f48f7b6b7ac88989ab55ec Reviewed-on: https://gerrit.libreoffice.org/6914 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-12-03fix crash when no platform is availableMarkus Mohrhard
Change-Id: I730cd231ab6fe4626fefc1ddab67c1b9d77ecd0a
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin
Change-Id: Ief8c4b4699b3f6ffe1cb02d3dae43ad5a0c4c89e
2013-12-03simplify logic in ScFuncDesc::getFormulaNoel Grandin
Change-Id: I05fd812d1fd76e57d5305d859b2ad64d471adfb1
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin
convert IFunctionDescription::getSuppressedArgumentCount from xub_StrLen -> sal_Int32 Change-Id: Iee7a094a6f067fa57ee828c434417f7583c0f32b
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin
Change-Id: If01d21824964a0fefecc34bcf8b0b3910d2b4d48
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin
Change-Id: Ia7a6241c651106427e636bdc08085b97a2a41407
2013-12-03warning C4702: unreachable codeStephan Bergmann
...and simplification Change-Id: I652da35312522f452276116df11e548ba9231b53
2013-12-03Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value againStephan Bergmann
b41332475783c31136673fb44cf4c411bb0148f8 "Integrate branch of IAccessible2" had changed it to return a string, but that neither matched the documentation of css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sc_unoapi. This is the same underlying issue as 1cb1dca1260da2cea5b6800483e86a6d6b251844 "Revert SwAccessibleCell::getCurrentValue to return a numeric value again" and needs further clarification apparently. Change-Id: Idb725724842ffa1aff811d66066912a22b2f2f6e
2013-12-03fix windows buildMarkus Mohrhard
Change-Id: Ic029958dc70286f3022d06299b61eca6d37844c9
2013-12-02in .xlsx import append a parameter for CEILING, FLOOR and WEEKNUM againEike Rathke
7a3b8b1a5a753627c6518b9a5b8e2a041d4d6331 switched formula parsing from API FormulaParser::importFormula() / ApiParserWrapper::parseFormula() to ScCompiler, which means that also FormulaFinalizer::finalizeTokenArray() is not executed anymore and processTokens() and processParameters() that among others handled appending Calc-only and required parameters. At least implement that parameter part at ScCompiler now. Change-Id: Iaa2804c82ec43dd51f781485b0e2afab8c613638
2013-12-02GPU Calc: cache the very last compiled program in memoryI-Jui (Ray) Sung
Change-Id: Ib805c31f0c1b57708c38c02a9bdc492af5c7a439
2013-12-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke
Change-Id: Ie9b5f6ade1c25618aa990ce17bd7b2a2b46a250a
2013-12-02fix previous fixStephan Bergmann
Change-Id: I0ceaf6367163bbe8aa0f0774961f2e2398471aef
2013-12-02-Werror,-Wunused-variableStephan Bergmann
...plus clean-up Change-Id: I37252f505c76f6f6be14873e13da4e660a4a623a
2013-12-02WaE: initialize boolean variable to prevent compiler warning.Pavel Janík
(cherry picked from commit b01b45e9d73a318e983fa5f023d6167218ed2558)
2013-12-02Integrate branch of IAccessible2Steve Yin
Conflicts: everything Change-Id: I3d8cf956f511a0d953a1cefe83b6ef987806da25
2013-12-02ditch _TPHFEDIT_CXX fooCaolán McNamara
Change-Id: Id0bddeeefd959fb72fb019d8d35cd9afe885c60f
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke
tryToAcquire() locks if successful, so unlock when leaving Change-Id: Ic0bd4b10ccb8419dd40946dbaf393a27e413bf2d
2013-12-02Fix build without OpenCLTor Lillqvist
Change-Id: I15e4495607113eb9bc55a31fee061a9d5384731b
2013-12-02forgot the second part of the patchMarkus Mohrhard
Change-Id: I74f30d96b611a7703efd53f0d46b91291dd2c55c
2013-12-02enabling new tests make some senseMarkus Mohrhard
Change-Id: Iaafd778bb6e95f9521c29b5c6f8a51c02596fd31
2013-12-02don't use fixed size icon sets, fdo#62652Markus Mohrhard
actually we should switch to svg as soon as it becomes possible Change-Id: Ifbbe5befab94441f04fadb90b779e0bc8c15eda4
2013-12-02add test for fdo#72149Markus Mohrhard
Change-Id: I303bbfe14c258f45985a6ed7a4130d1d0fe2dcd8
2013-12-02we want to delete anytime that attribs are overwritten, fdo#72149Markus Mohrhard
Change-Id: I1ed50e6daf5b363c46e31d1a0efacf7728621b1a
2013-12-01fdo#72078 make status bar text localizableAndras Timar
Change-Id: I5d8ce77c8034819fd618d3d970908462511d2e1d
2013-12-01OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.Andrzej J.R. Hunt
scopencl is only built when ENABLE_OPENCL is true, but the unit test should still run successfully using the fallback mechanism without scopencl (i.e. when --disable-opencl is used). Change-Id: I4b44148f1f59ad8b3d9c78c2fd0e1cbe2030db37
2013-12-01Add strings in statistics dialogs to the SRC/HRC file.Tomaž Vajngerl
Change-Id: I8b66356a76586443fc5174c2af9c40bf2551b864
2013-12-01fix 2D vs 3D coordinatesystem regression, fdo#67300Markus Mohrhard
regression from 088e86b865062dd4cc5ba0c85c6068dea62238db
2013-11-30mark non-translatable .ui strings explicitely as suchAndras Timar
so bin/ui-translatable.sh will not find false positives Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl
Change-Id: I6c2b478a4ce6976b5f8fe9cde3d8fbd309dff965
2013-11-30make the validation tool happyMarkus Mohrhard
This is just fucking awesome. The MSO implementers notes mention this attribute and point to some extended information that is either missing or does not mention this attribute. To make it more funny the MSO validation complains about invalid values in this attribute for our export. Change-Id: Iacf1a6666f9f6124106952ae19ae5d5866bc8cf1
2013-11-30more OOXML export validation fixes, fdo#71971Markus Mohrhard
Change-Id: Ic322d58817986887bbcd666ac3abc416609adf5c
2013-11-30write valid dxf record, related fdo#71971Markus Mohrhard
Change-Id: I99f4dfca78cc0fd5d9b947000a99f8414c2a899b
2013-11-29our UI DURATION is ODF and Excel PDURATIONEike Rathke
Change-Id: Iaf0e5f8096554b8b5d80265b6dc5296b3294f134
2013-11-29typo: seperator -> separatorAndras Timar
Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers
Change-Id: I96f6beb34c1ce7f7191c6e9d379145ba98320c87 Reviewed-on: https://gerrit.libreoffice.org/6775 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-11-29static, not mysteriousStephan Bergmann
Change-Id: Ib080dd7fcbc8abb52f762a8071b0233e970b2691
2013-11-29WaE: Silence bogus MSVC 2012 warningTor Lillqvist
Change-Id: I166e40e7b6d91fa406f9f3649001c12f054bbf2a
2013-11-29GPU Calc: fix warningsI-Jui (Ray) Sung
Change-Id: I5b98eecc55dbb89fa0f4127f437e0e8cc798eb86
2013-11-29WaE: empty bodyDavid Tardon
Change-Id: I07a50583990325e83bf9a27fba0194c3a277eea6
2013-11-29typos in UIAndras Timar
Change-Id: I5e99fbedf21fcf4a84f4695ca5aa3fd56259e849
2013-11-29GPU Calc: fix compilation failuresI-Jui (Ray) Sung
Change-Id: Idafbd9fb3fb71a1da9ba6b7a39007eac3865c932
2013-11-29GPU Calc: do not direclty inline constants coming from data cellsI-Jui (Ray) Sung
Change-Id: Ia63c8c6207c9c3add3d8d89cafd687df287456ef
2013-11-29GPU Calc: WaE fixes.Michael Meeks
Change-Id: Ifa3621a21e03aff313198fc29044b93c8f57001c
2013-11-29GPU Calc: reflect the true cost of InterpretTail more accurately.Michael Meeks
Change-Id: I7004150569e5329f19d2f08adbd70477bd6252ff
2013-11-29GPU Calc - disable printf console debugging.Michael Meeks
Change-Id: I2c9d1a82ec0159fae80a8e146d1218aa98895f65
2013-11-29GPU Calc: NULL scores are really very high, it's an inverse scale.Michael Meeks
Change-Id: Iefe2cd87f499e624cbd3bd2583f6f0df90f4b4cb