summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* GPU Calc: fixed a compiler warningI-Jui (Ray) Sung2013-11-011-2/+2
* GPU Calc: refactor code generation for inlined library routinesyiming ju2013-11-015-734/+1121
* GPU Calc: implement NAN argument handling in PMTmulei2013-11-011-28/+102
* Resolves: fdo#71106 editing dde function crashesCaolán McNamara2013-11-011-5/+9
* GPU Calc: refactor code generation for inlined library routinesXukai Liu2013-10-316-32/+89
* Fixed a typo in the GPU Calc compiler.I-Jui (Ray) Sung2013-10-311-3/+3
* Don't hard-code the start row position of string array to 0...Kohei Yoshida2013-10-311-1/+1
* fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers2013-10-316-3/+191
* Fix an integration regression on GPU Calc compiler string test case.I-Jui (Ray) Sung2013-10-314-9/+89
* 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-302-5/+94
* Use enum for table op mode.Kohei Yoshida2013-10-308-37/+35
* remove empty methodsMatúš Kukan2013-10-301-1/+0
* extend the position hint to GetRangeScriptTypeMarkus Mohrhard2013-10-303-12/+14
* don't update row height for csv import, fdo#69009Markus Mohrhard2013-10-302-5/+5
* use positional hint for UpdateScript, fdo#69006Markus Mohrhard2013-10-302-5/+9
* 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-305-4/+60
* Ugh!Kohei Yoshida2013-10-302-2/+0
* Have the OpenCL test really use OpenCL.Kohei Yoshida2013-10-302-0/+2
* Un-templatize code for speedier compilation.Kohei Yoshida2013-10-303-152/+99
* use sal_Int32 instead of xub_StrLenMarkus Mohrhard2013-10-301-10/+10
* use DocumentImport for csv import, related fdo#69006Markus Mohrhard2013-10-302-11/+26
* 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-301-4/+4
* using dbgutil builds is good for you (TM)Eike Rathke2013-10-301-3/+3
* 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
* error: unused variable 'kSrc' [loplugin]Stephan Bergmann2013-10-301-2/+2
* WaE: unused variable 'kSrc' [loplugin]Tor Lillqvist2013-10-301-1/+0
* Restore the old behavior, even when the data comes from a cache.Kohei Yoshida2013-10-291-2/+32
* 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-301-4/+4
* STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERREike Rathke2013-10-303-6/+7
* 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-3014-293/+276
* use SC_STRLOAD()Eike Rathke2013-10-304-12/+10
* 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
* 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
* Properly split opbase.hxx into header and source files.Kohei Yoshida2013-10-295-99/+146