summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Try to get the SC_DLLPUBLIC placement rightTor Lillqvist1-4/+4
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist1-0/+3
2014-11-06More work on the new OpenCL optionsTor Lillqvist1-3/+11
2014-11-06Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist1-1/+2
2014-11-06Add a setting for what subset of functions we use OpenCL forTor Lillqvist1-0/+5
2014-11-06Add more detailled configuration for OpenCL use, and make OpenCL default to onTor Lillqvist1-0/+3
2014-11-06sc: remove some unused codeNoel Grandin1-2/+0
2014-11-04calc ScTable::SearchAll : avoid calling GetLastDataPos uselesslyLaurent Godard1-0/+3
2014-11-04remove some unused code in scNoel Grandin2-5/+0
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist1-10/+0
2014-11-03fix the PCH after 8e399602ea7aa11a81d704ff6ce8e660df4205b9Michael Stahl1-1/+0
2014-11-03fdo#84844 Use SvxColorToolBoxControl for border colorMaxim Monastirsky2-4/+2
2014-10-31i#90076: avoid double-free race condition for ScCellRangesBaseMichael Stahl1-0/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-31converity#1249470 Uninitialized scalar fieldEike Rathke1-0/+2
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2-2/+2
2014-10-29Don't bother with a separate dynamically loaded scopencl libraryTor Lillqvist3-53/+4
2014-10-29callcatcher: more ww1 removal falloutCaolán McNamara1-8/+0
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann1-15/+7
2014-10-28Revert "cid#738785 Uninitialized pointer field"Stephan Bergmann1-3/+8
2014-10-28cid#738785 Uninitialized pointer fieldNoel Grandin1-8/+3
2014-10-28loplugin: cstylecastNoel Grandin1-2/+2
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for cell fill colorMaxim Monastirsky2-4/+0
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