summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-07-09n#819822: XLSX Chart import with internal data table.Muthu Subramanian
2013-07-08Nobody uses this marker now.Kohei Yoshida
2013-07-08Make update ref on copy a separate method.Kohei Yoshida
2013-07-08Re-group formula cells on paste.Kohei Yoshida
2013-07-08Remove this marker.Kohei Yoshida
2013-07-08Adjust formula grouping in InsertRow().Kohei Yoshida
2013-07-08Always use DoubleVectorRefToken when resolving a range reference.Kohei Yoshida
2013-07-08Re-group formula cells in DeleteRow().Kohei Yoshida
2013-07-08More on regrouping of formula cells.Kohei Yoshida
2013-07-08Adjust formula grouping on range deletion.Kohei Yoshida
2013-07-08???Kohei Yoshida
2013-07-08These methods shouldn't affect formula grouping.Kohei Yoshida
2013-07-08More test on shared formula group adjustment on value insertions.Kohei Yoshida
2013-07-08Adjust formula cell grouping on cell deletion without shifting.Kohei Yoshida
2013-07-08Allow fallback to cell-based calculation.Kohei Yoshida
2013-07-09Mark as constTakeshi Abe
2013-07-08-Werror,-Wheader-guard (Clang trunk towards 3.4)Stephan Bergmann
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-07-05accidental push of merge in progress, sighCaolán McNamara
2013-07-05Related: #i122635# Add layouting to some sidebar panels.Andre Fischer
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-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