summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
AgeCommit message (Expand)Author
2014-10-08Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.Kohei Yoshida
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold
2014-05-09callcatcher: update unused codeCaolán McNamara
2014-05-07let us use the new OpenGLWindowMarkus Mohrhard
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl
2014-04-17More generic way to disable avmediaTor Lillqvist
2014-04-12Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist
2014-04-04callcatcher: remove old pivot table dialogCaolán McNamara
2014-03-31pivot: new pivot table layout dialogTomaž Vajngerl
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
2014-03-09fdo#75960: Process pivot tables after named ranges are all set.Kohei Yoshida
2014-02-13Unify scmod and scmod2Marcos Paulo de Souza
2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl
2014-02-10the return of callcatcherCaolán McNamara
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara
2013-12-21build fixAndras Timar
2013-12-19Properly import data stream data from ods.Kohei Yoshida
2013-12-19Switch away from using the sfx2 link manager for data stream.Kohei Yoshida
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl
2013-11-28Rework data streams to be more like file links (ScAreaLink).Matúš Kukan
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida
2013-11-13Implement data streams dialog that allows importing a stream of dataMatúš Kukan
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl
2013-11-11Add tools to simplyfy adding formulas and cell navigationTomaž Vajngerl
2013-11-11tabs to spacesTomaž Vajngerl
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl
2013-11-11Groupedby for ANOVA and "Descriptive Statistics"Tomaž Vajngerl
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl
2013-09-20fdo#39881 change Find All behaviour in CalcMatúš Kukan
2013-09-19Avoid having build-time dependency on scopencl.Kohei Yoshida
2013-09-19First step toward splitting the opencl code into own shared library.Kohei Yoshida
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida
2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl
2013-07-19fdo#66477 Add descriptive statistics calculation to Calc.Tomaž Vajngerl
2013-07-19fdo#66477 Add sampling feature to calcTomaž Vajngerl