summaryrefslogtreecommitdiff
path: root/scaddins/source/pricing
AgeCommit message (Expand)AuthorFilesLines
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin1-2/+2
2016-04-12Avoid reserved identifiersStephan Bergmann1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-18/+18
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-12tdf#90222: Removed ScaList from pricing scaddinIan2-110/+47
2015-08-12tdf#90222: Removed ScaFuncDataList typeIan2-86/+44
2015-08-07tdf#90222: Removed redundant collection typeIan2-51/+7
2015-07-21loplugin:unusedmethods reportdesign,scaddinsNoel Grandin1-9/+2
2015-06-29coverity#1308594 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308568 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308546 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-23Revert "Typo: iff->if"Julien Nabet2-2/+2
2015-06-23Typo: iff->ifJulien Nabet2-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-02-16Related: fdo#74880 small leak in scaddinsCaolán McNamara1-18/+7
2014-12-18scaddins: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15scaddins: Use appropriate OUString functions on string constantsStephan Bergmann1-10/+9
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+2
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold2-17/+0
2014-04-24scaddins: sal_Bool->boolNoel Grandin2-10/+10
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold2-4/+4
2014-04-06whitespace cleanup in scaddinsMarkus Mohrhard4-46/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-18/+18
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-36/+36
2014-02-26Remove visual noise from scaddinsAlexander Wilms4-34/+34
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-04fdo#54938 Convert oox and scaddins to cppu::supportsServiceAlexandre Vicenzi1-67/+8
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-30typo: Tower -> LowerAndras Timar1-1/+1
2013-11-29typos in UIAndras Timar1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-10/+10
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara2-3/+3
2013-07-18fdo#66981 descriptions should start with upper case letterAndras Timar1-42/+42
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-35/+35
2013-04-02cleanup macros in scaddinsThomas Arnhold2-53/+50
2013-04-01Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith1-4/+4
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-8/+8
2013-03-09scaddins: remove STRING macroThomas Arnhold2-15/+14
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim2-0/+6
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0