summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky7-24/+24
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky2-3/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky6-18/+18
2014-10-23loplugin: cstylecastNoel Grandin2-15/+18
2014-10-23Duplication of formula/token.hxx codeStephan Bergmann1-10/+0
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann5-53/+36
2014-10-23Turn ScToken::checkTextEqual into a free functionStephan Bergmann1-2/+0
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann1-27/+0
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-28/+28
2014-10-23Turn virtual ScToken::Dump into a single free function DumpTokenStephan Bergmann1-8/+2
2014-10-23loplugin:saloverrideStephan Bergmann1-2/+2
2014-10-23Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann1-14/+14
2014-10-23Move FormulaToken::TextEqual overrides down into specific subclassesStephan Bergmann1-2/+4
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida1-0/+3
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida2-1/+3
2014-10-22Move this useful function to sc::NumFmtUtil.Kohei Yoshida1-0/+7
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida2-1/+49
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida4-4/+11
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida2-2/+7
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann1-1/+0
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon6-18/+18
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-15speed up simple range list joins that could be appends, fdo#75486 relatedEike Rathke1-0/+1
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke1-0/+1
2014-10-14do not forward-declare templatesDavid Tardon2-2/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca7-24/+24
2014-10-08convert ParamType enum in SC to enum classNoel Grandin1-1/+1
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida4-0/+10
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida2-6/+6
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida7-3/+86
2014-10-01fdo#82577: Handle TimeNoel Grandin2-3/+3
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann8-30/+18
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+1
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin11-66/+66
2014-09-19Move this header file to a better place.Kohei Yoshida1-37/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+2
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara1-1/+3
2014-09-10callcatcher: update unused codeCaolán McNamara1-2/+0
2014-09-09fdo#80098 make header of Search Result dialog localizableAndras Timar1-0/+6
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg2-8/+6
2014-09-07fix indentationMarkus Mohrhard1-4/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin4-14/+0
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard2-3/+3
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin6-59/+101
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida5-3/+15
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida3-1/+7
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida3-12/+26
2014-08-27callcatcher: update unused codeCaolán McNamara1-1/+0