summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-07-04Opaque binary data is opaque binary dataTor Lillqvist
2013-07-04Use correct type for number of devicesTor Lillqvist
2013-07-04Don't look for just GPUsTor Lillqvist
2013-07-04sizeof(char) is 1 by definitionTor Lillqvist
2013-07-04MaxTextExtent is not usedTor Lillqvist
2013-07-04CL_MAP_WRITE_INVALIDATE_REGION is not usedTor Lillqvist
2013-07-04Bin leftover (?) no-op clGetCommandQueueInfo() callTor Lillqvist
2013-07-04Modifying comments to meet Doxygen standardsAlaa.Bukhari
2013-07-03Force intercept import/export for binary MS office format.Tomaž Vajngerl
2013-07-03Support for trendlines in charts when exporting in OOXML format.Tomaž Vajngerl
2013-07-03Import/export of polynomial and moving average for old MS XP/2003 formatTomaž Vajngerl
2013-07-03WaE: unused parameter 'rMat'Tor Lillqvist
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard
2013-07-03fix the inherited number format removal codeMarkus Mohrhard
2013-07-02Not to forget this header...Kohei Yoshida
2013-07-02Dummy formula group interpreter for testing.Michael Meeks
2013-07-02Forgot to remove these debug statements.Kohei Yoshida
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida
2013-07-02Actually we need to reset the top row to be the top of the group.Kohei Yoshida
2013-07-02Be aware that the top row may not always be the top of the group.Kohei Yoshida
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida
2013-07-02Move this to another file to distribute the compiler load.Kohei Yoshida
2013-07-02Some feeble attempt to reduce dependency on token.hxx header.Kohei Yoshida
2013-07-02avoid enumeration value ... not handled in switch [-Werror=switch]Michael Stahl
2013-07-02fix naming snafu.Michael Meeks
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida
2013-07-02Enable group calculation on COUNT and COUNT2.Kohei Yoshida
2013-07-02Try not to iterate beyond the end of the formula block.Kohei Yoshida
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida
2013-07-02Re-implement SUM function to make use of new cell storage.Kohei Yoshida
2013-07-02Unused variable.Kohei Yoshida
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida
2013-07-02remove post .ui conversion unused ResId loadersCaolán McNamara
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-07-02Put the matrix header back in for Windows build...Kohei Yoshida
2013-07-02don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard
2013-07-01Nobody uses this. I forgot to remove it.Kohei Yoshida
2013-07-01Fix build breakage when opencl is enabled.Kohei Yoshida
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-07-01Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke
2013-07-01WaE: pOldRanges may be used uninitializedIvan Timofeev
2013-07-01simplify AddPrintRanges calls at import timeLaurent Godard
2013-07-01Resolves: fdo#66027 #i122116# Remove GalleryExplorer member functionsAriel Constenla-Haile
2013-07-01Fix a crasher on copy to clip.Kohei Yoshida
2013-07-01Add tests for matrix's min and max values, and fix one bug.Kohei Yoshida
2013-07-01Better to calculate max and min value of matrix *in* the matrix itself.Kohei Yoshida
2013-07-01This is not needed.Kohei Yoshida
2013-07-01Add a convenient way to dump formula group states for a single column.Kohei Yoshida
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida