summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2014-11-12Add output operators for SAL_INFO convenienceTor Lillqvist
2014-11-12Split driver version specification into a rangeTor Lillqvist
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-10fdo#85584: Adapt the unit test to the new default.Jan Holesovsky
2014-11-07Make it possible to actually edit existing white/black list entriesTor Lillqvist
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist
2014-11-06Try to get the SC_DLLPUBLIC placement rightTor Lillqvist
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist
2014-11-06More work on the new OpenCL optionsTor Lillqvist
2014-11-06Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist
2014-11-06Add a setting for what subset of functions we use OpenCL forTor Lillqvist
2014-11-06Add more detailled configuration for OpenCL use, and make OpenCL default to onTor Lillqvist
2014-11-06sc: remove some unused codeNoel Grandin
2014-11-04calc ScTable::SearchAll : avoid calling GetLastDataPos uselesslyLaurent Godard
2014-11-04remove some unused code in scNoel Grandin
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist
2014-11-03fix the PCH after 8e399602ea7aa11a81d704ff6ce8e660df4205b9Michael Stahl
2014-11-03fdo#84844 Use SvxColorToolBoxControl for border colorMaxim Monastirsky
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