summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2014-10-31i#90076: avoid double-free race condition for ScCellRangesBaseMichael Stahl
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-31converity#1249470 Uninitialized scalar fieldEike Rathke
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-29Don't bother with a separate dynamically loaded scopencl libraryTor Lillqvist
2014-10-29callcatcher: more ww1 removal falloutCaolán McNamara
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann
2014-10-28Revert "cid#738785 Uninitialized pointer field"Stephan Bergmann
2014-10-28cid#738785 Uninitialized pointer fieldNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for cell fill colorMaxim Monastirsky
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-23Duplication of formula/token.hxx codeStephan Bergmann
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Turn ScToken::checkTextEqual into a free functionStephan Bergmann
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-10-23Turn virtual ScToken::Dump into a single free function DumpTokenStephan Bergmann
2014-10-23loplugin:saloverrideStephan Bergmann
2014-10-23Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann
2014-10-23Move FormulaToken::TextEqual overrides down into specific subclassesStephan Bergmann
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida
2014-10-22Move this useful function to sc::NumFmtUtil.Kohei Yoshida
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-15speed up simple range list joins that could be appends, fdo#75486 relatedEike Rathke
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke
2014-10-14do not forward-declare templatesDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-08convert ParamType enum in SC to enum classNoel Grandin
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19Move this header file to a better place.Kohei Yoshida
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17Add loading document colors to CalcKrisztian Pinter
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara