summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Fix an integration regression on GPU Calc compiler string test case.I-Jui (Ray) Sung2013-10-315-12/+94
* fix incorrect strings for calc functions STDEVP and STDEV.PWinfried Donkers2013-10-311-2/+2
* warning C4702: unreachable codeStephan Bergmann2013-10-312-2/+3
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-315-16/+15
* Use ScDocumentImport to insert data table cells.Kohei Yoshida2013-10-303-5/+97
* Use enum for table op mode.Kohei Yoshida2013-10-309-47/+47
* remove empty methodsMatúš Kukan2013-10-302-11/+1
* extend the position hint to GetRangeScriptTypeMarkus Mohrhard2013-10-304-13/+16
* don't update row height for csv import, fdo#69009Markus Mohrhard2013-10-302-5/+5
* use positional hint for UpdateScript, fdo#69006Markus Mohrhard2013-10-303-6/+10
* fdo#44134 fix omission in support of Excel 2010Winfried Donkers2013-10-301-0/+2
* fdo#70000 fix omission in support of Excel 2010Winfried Donkers2013-10-301-0/+2
* Return false when no OpenCL device is detected.Kohei Yoshida2013-10-301-1/+1
* fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers2013-10-307-4/+64
* Ugh!Kohei Yoshida2013-10-303-44/+0
* Have the OpenCL test really use OpenCL.Kohei Yoshida2013-10-304-99/+226
* Un-templatize code for speedier compilation.Kohei Yoshida2013-10-303-152/+99
* rename software opencl optionMarkus Mohrhard2013-10-301-1/+1
* use sal_Int32 instead of xub_StrLenMarkus Mohrhard2013-10-301-10/+10
* use DocumentImport for csv import, related fdo#69006Markus Mohrhard2013-10-303-12/+29
* variable can never be NULL in this placeMarkus Mohrhard2013-10-301-8/+4
* added missing HIDs instead of using copy&paste IDs of other functionsEike Rathke2013-10-302-4/+8
* using dbgutil builds is good for you (TM)Eike Rathke2013-10-302-3/+5
* real assert() to bail out on invalid indexEike Rathke2013-10-301-1/+1
* Let's use typedef for this.Kohei Yoshida2013-10-303-23/+27
* renumbered string ID defines consecutively to close gapsEike Rathke2013-10-302-569/+624
* Lower-case directory names, and rename to just 'opencl'.Kohei Yoshida2013-10-3046-90/+96
* Re-add missing test file and re-enable previously disabled test.Kohei Yoshida2013-10-302-3/+3
* error: unused variable 'kSrc' [loplugin]Stephan Bergmann2013-10-301-2/+2
* WaE: unused variable 'kSrc' [loplugin]Tor Lillqvist2013-10-301-1/+0
* We don't need this hack. This actually causes the test to crash....Kohei Yoshida2013-10-291-12/+1
* Restore the old behavior, even when the data comes from a cache.Kohei Yoshida2013-10-292-2/+38
* Believe or not, '>>' in this context is also C++11 specific.Kohei Yoshida2013-10-291-1/+1
* renamed STR_COUNT to SC_GLOBSTR_STR_COUNT to clarify ...Eike Rathke2013-10-302-5/+5
* STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERREike Rathke2013-10-305-12/+10
* use something different than the SID_ prefix confused with SlotIDEike Rathke2013-10-303-40/+40
* moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke2013-10-3017-340/+278
* use SC_STRLOAD()Eike Rathke2013-10-304-12/+10
* added SC_STRLOAD() macroEike Rathke2013-10-301-0/+1
* commented purpose of this file to clarify resident natureEike Rathke2013-10-301-0/+10
* proper include guard nameEike Rathke2013-10-301-2/+2
* Include a message for unhandled-token in OCL group interpreter.I-Jui (Ray) Sung2013-10-292-7/+15
* Hopefull this is the last of std::unique_ptr.Kohei Yoshida2013-10-291-2/+2
* opencl-test.cxx: -Werror=unused-macrosMichael Stahl2013-10-301-2/+0
* DIE auto DIE!!!Kohei Yoshida2013-10-291-1/+1
* Catch exception always as const reference.Kohei Yoshida2013-10-291-2/+2
* More C++11 specific features we aren't supposed to be using...Kohei Yoshida2013-10-292-10/+16
* std::unique_ptr is C++11 specific. Let's use boost::shared_ptr for now.Kohei Yoshida2013-10-291-1/+1
* We don't need these headers.Kohei Yoshida2013-10-293-12/+0
* std::shared_ptr is C++11 specific. Use boost::shared_ptr instead.Kohei Yoshida2013-10-293-26/+28