summaryrefslogtreecommitdiff
path: root/basic/source/runtime/iosys.cxx
AgeCommit message (Expand)Author
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-07-18cid#1448372 Unchecked return valueCaolán McNamara
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-04-12weld SbiInputDialogCaolán McNamara
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin
2017-11-22drop duplicate methodCaolán McNamara
2017-11-18silence some coverity warningsCaolán McNamara
2017-11-15Fix typosAndrea Gelmini
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-15drop SbError typedefNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-01-16new loplugin: useuniqueptr: basicNoel Grandin
2016-10-16clang-cl loplugin: basicStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin
2016-03-08Remove ancient StarPortal leftoversStephan Bergmann
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic
2015-11-04yyyyyNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin