summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-07-15RNG: Externalize strings and add .ui to UIConfigTomaž Vajngerl
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl
2013-07-13fdo#63998: Filtering by page fields to work again.Kohei Yoshida
2013-07-12PCH for more librariesLuboš Luňák
2013-07-12GtkComboBox->GtkComboBoxText to use the items, etcCaolán McNamara
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida
2013-07-11move string lists into GtkComboBoxTextsCaolán McNamara
2013-07-11Move more methods to SharedFormulaUtil.Kohei Yoshida
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida
2013-07-11Generate Reverse Polish token array (RPN) at the start.Kohei Yoshida
2013-07-11Nobody uses this marker method now.Kohei Yoshida
2013-07-09More removal of implicit inlines, while I'm at it....Kohei Yoshida
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida
2013-07-09Modifying comments to meet Doxygen standardsNourah.AlShoeibi
2013-07-09More fix for link error on windows.Kohei Yoshida
2013-07-09Attempt to fix windows link error.Kohei Yoshida
2013-07-09Modifying comments to meet Doxygen standardsNourah.AlShoeibi
2013-07-08Nobody uses this marker now.Kohei Yoshida
2013-07-08Make update ref on copy a separate method.Kohei Yoshida
2013-07-08More on regrouping of formula cells.Kohei Yoshida
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-07-07Modifying comments to meet Doxygen standardsNourah.AlShoeibi
2013-07-04Modifying comments to meet Doxygen standardsAlaa.Bukhari
2013-07-02Dummy formula group interpreter for testing.Michael Meeks
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida
2013-07-02Some feeble attempt to reduce dependency on token.hxx header.Kohei Yoshida
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.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-02Re-implement the COUNT function for efficiency.Kohei Yoshida
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-07-02Put the matrix header back in for Windows build...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-01Better to calculate max and min value of matrix *in* the matrix itself.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
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida
2013-07-01Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara
2013-06-29extract this functionality from the uno codeMarkus Mohrhard
2013-06-29no need to have this class in the header fileMarkus Mohrhard
2013-06-29allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida
2013-06-27A little more detail in the method documentation.Kohei Yoshida