summaryrefslogtreecommitdiff
path: root/desktop/scripts/scalc.sh
blob: ff3d597951a440273d89d23a54663c80d6f8ca71 (plain)
1
2
3
4
#!/bin/sh

cmd=$(dirname "$0")/soffice
exec "$cmd" --calc "$@"
lugin.hxx?h=cp-6.2-16&id=ff002524c12471668e63837a804b6006f9136a34'>compilerplugins: try to make these work with icecreamMichael Stahl 2018-03-23Revert "Allow compiler plugins for online"Stephan Bergmann 2018-02-10improve loplugin rewriter double source modification detectionNoel Grandin 2017-12-21Allow compiler plugins for onlinePranav Kant 2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann 2017-11-11loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann 2017-11-07Clean away temporarily added using declarationsStephan Bergmann 2017-11-07Memoize ignoreLocation resultsStephan Bergmann 2017-10-27Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann 2017-10-27revert small part of previous commitNoel Grandin 2017-10-27extract some common code for checking if a functions address was takenNoel Grandin 2017-10-27no need to build the parent tree twiceNoel Grandin 2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin 2017-08-02remove unnecessary use of 'this->'Noel Grandin 2017-07-22make oncevar plugin ignore methods with #ifdef-eryNoel Grandin 2017-06-20reformat some loplugin codeNoel Grandin 2017-06-20loplugin:unusedfields fix false positiveNoel Grandin 2017-05-18Refuse to rewrite in workdirStephan Bergmann 2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann 2017-03-25Fix typosAndrea Gelmini 2016-10-18loplugins: extract some common functionalityNoel Grandin 2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin 2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin 2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke 2016-02-26That #if for Clang < 3.2 is probably good to go by nowStephan Bergmann