summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-12-06count notes - GetNotesInRange now include last tabLaurent Godard3-8/+8
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-2/+4
2013-12-05Insert hyperlinks via ScDocumentImport.Kohei Yoshida1-38/+22
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida8-21/+73
2013-12-05fixed out of bounds string accessEike Rathke1-4/+8
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-0/+1
2013-12-05Avoid multiple definitions of two lovingly copy-pasted functionsTor Lillqvist1-2/+2
2013-12-05Test our re-grouping of formula cells on load.Kohei Yoshida1-0/+12
2013-12-05Close the document when done.Kohei Yoshida1-0/+2
2013-12-05New test document to handle Excel's wrong shared formula range.Kohei Yoshida2-1/+33
2013-12-05counting notes is per table, not on the whole documentLaurent Godard1-1/+4
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann2-12/+2
2013-12-04Resolves: fdo#72280 Wrong title for Analysis of Variance (ANOVA) dialogJulien Nabet1-1/+1
2013-12-04Update the comment & use the column position of the last formula record.Kohei Yoshida1-5/+3
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida5-87/+48
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke5-1/+24
2013-12-04Assign top cell to the formula group if it's still NULL.Kohei Yoshida1-9/+25
2013-12-04oox: remove debugging printf.Michael Meeks1-1/+0
2013-12-04oox: render progress bar in main thread for threaded import.Michael Meeks3-22/+136
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke7-10/+10
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke1-0/+7
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers4-3/+28
2013-12-03fix crash when no platform is availableMarkus Mohrhard1-0/+3
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin2-8/+6
2013-12-03simplify logic in ScFuncDesc::getFormulaNoel Grandin1-14/+8
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin2-2/+2
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin5-23/+20
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin2-5/+8
2013-12-03warning C4702: unreachable codeStephan Bergmann1-5/+1
2013-12-03Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value againStephan Bergmann1-2/+1
2013-12-03fix windows buildMarkus Mohrhard1-2/+3
2013-12-02in .xlsx import append a parameter for CEILING, FLOOR and WEEKNUM againEike Rathke1-17/+39
2013-12-02GPU Calc: cache the very last compiled program in memoryI-Jui (Ray) Sung1-20/+36
2013-12-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke2-2/+18
2013-12-02fix previous fixStephan Bergmann1-1/+0
2013-12-02-Werror,-Wunused-variableStephan Bergmann1-4/+2
2013-12-02WaE: initialize boolean variable to prevent compiler warning.Pavel Janík1-1/+1
2013-12-02Integrate branch of IAccessible2Steve Yin60-208/+3350
2013-12-02ditch _TPHFEDIT_CXX fooCaolán McNamara2-6/+1
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke1-1/+5
2013-12-02Fix build without OpenCLTor Lillqvist1-0/+6
2013-12-02forgot the second part of the patchMarkus Mohrhard1-1/+1
2013-12-02enabling new tests make some senseMarkus Mohrhard1-0/+3
2013-12-02don't use fixed size icon sets, fdo#62652Markus Mohrhard1-2/+3
2013-12-02add test for fdo#72149Markus Mohrhard2-0/+36
2013-12-02we want to delete anytime that attribs are overwritten, fdo#72149Markus Mohrhard1-1/+1
2013-12-01fdo#72078 make status bar text localizableAndras Timar1-4/+2
2013-12-01OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.Andrzej J.R. Hunt1-1/+1
2013-12-01Add strings in statistics dialogs to the SRC/HRC file.Tomaž Vajngerl12-50/+166
2013-12-01fix 2D vs 3D coordinatesystem regression, fdo#67300Markus Mohrhard1-2/+2