summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-10-31warning C4702: unreachable codeStephan Bergmann2-2/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin5-16/+15
2013-10-30Use ScDocumentImport to insert data table cells.Kohei Yoshida3-5/+97
2013-10-30Use enum for table op mode.Kohei Yoshida9-47/+47
2013-10-30remove empty methodsMatúš Kukan2-11/+1
2013-10-30extend the position hint to GetRangeScriptTypeMarkus Mohrhard4-13/+16
2013-10-30don't update row height for csv import, fdo#69009Markus Mohrhard2-5/+5
2013-10-30use positional hint for UpdateScript, fdo#69006Markus Mohrhard3-6/+10
2013-10-30fdo#44134 fix omission in support of Excel 2010Winfried Donkers1-0/+2
2013-10-30fdo#70000 fix omission in support of Excel 2010Winfried Donkers1-0/+2
2013-10-30Return false when no OpenCL device is detected.Kohei Yoshida1-1/+1
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers7-4/+64
2013-10-30Ugh!Kohei Yoshida3-44/+0
2013-10-30Have the OpenCL test really use OpenCL.Kohei Yoshida4-99/+226
2013-10-30Un-templatize code for speedier compilation.Kohei Yoshida3-152/+99
2013-10-30rename software opencl optionMarkus Mohrhard1-1/+1
2013-10-30use sal_Int32 instead of xub_StrLenMarkus Mohrhard1-10/+10
2013-10-30use DocumentImport for csv import, related fdo#69006Markus Mohrhard3-12/+29
2013-10-30variable can never be NULL in this placeMarkus Mohrhard1-8/+4
2013-10-30added missing HIDs instead of using copy&paste IDs of other functionsEike Rathke2-4/+8
2013-10-30using dbgutil builds is good for you (TM)Eike Rathke2-3/+5
2013-10-30real assert() to bail out on invalid indexEike Rathke1-1/+1
2013-10-30Let's use typedef for this.Kohei Yoshida3-23/+27
2013-10-30renumbered string ID defines consecutively to close gapsEike Rathke2-569/+624
2013-10-30Lower-case directory names, and rename to just 'opencl'.Kohei Yoshida46-90/+96
2013-10-30Re-add missing test file and re-enable previously disabled test.Kohei Yoshida2-3/+3
2013-10-30error: unused variable 'kSrc' [loplugin]Stephan Bergmann1-2/+2
2013-10-30WaE: unused variable 'kSrc' [loplugin]Tor Lillqvist1-1/+0
2013-10-29We don't need this hack. This actually causes the test to crash....Kohei Yoshida1-12/+1
2013-10-29Restore the old behavior, even when the data comes from a cache.Kohei Yoshida2-2/+38
2013-10-29Believe or not, '>>' in this context is also C++11 specific.Kohei Yoshida1-1/+1
2013-10-30renamed STR_COUNT to SC_GLOBSTR_STR_COUNT to clarify ...Eike Rathke2-5/+5
2013-10-30STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERREike Rathke5-12/+10
2013-10-30use something different than the SID_ prefix confused with SlotIDEike Rathke3-40/+40
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke17-340/+278
2013-10-30use SC_STRLOAD()Eike Rathke4-12/+10
2013-10-30added SC_STRLOAD() macroEike Rathke1-0/+1
2013-10-30commented purpose of this file to clarify resident natureEike Rathke1-0/+10
2013-10-30proper include guard nameEike Rathke1-2/+2
2013-10-29Include a message for unhandled-token in OCL group interpreter.I-Jui (Ray) Sung2-7/+15
2013-10-29Hopefull this is the last of std::unique_ptr.Kohei Yoshida1-2/+2
2013-10-30opencl-test.cxx: -Werror=unused-macrosMichael Stahl1-2/+0
2013-10-29DIE auto DIE!!!Kohei Yoshida1-1/+1
2013-10-29Catch exception always as const reference.Kohei Yoshida1-2/+2
2013-10-29More C++11 specific features we aren't supposed to be using...Kohei Yoshida2-10/+16
2013-10-29std::unique_ptr is C++11 specific. Let's use boost::shared_ptr for now.Kohei Yoshida1-1/+1
2013-10-29We don't need these headers.Kohei Yoshida3-12/+0
2013-10-29std::shared_ptr is C++11 specific. Use boost::shared_ptr instead.Kohei Yoshida3-26/+28
2013-10-29Properly split opbase.hxx into header and source files.Kohei Yoshida6-99/+147
2013-10-29Properly split header and source files.Kohei Yoshida11-3341/+3596