summaryrefslogtreecommitdiff
path: root/basic/source/runtime/iosys.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen1-0/+1
2024-05-06loplugin:ostr basicNoel Grandin1-6/+6
2024-04-02tdf#146619 Drop unused 'using namespace' in: basic/Gabor Kelemen1-2/+0
2023-12-11Clean up SvStream API a bitMike Kaganski1-1/+1
2023-09-10using decls should come after #includeNoel Grandin1-1/+1
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara1-4/+2
2021-05-14Improve loplugin:stringviewStephan Bergmann1-2/+2
2021-04-02Simplify some static variable initializationsMike Kaganski1-9/+5
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-1/+1
2021-02-04Fix typo in codeAndrea Gelmini1-1/+1
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-04-19loplugin:flatten in basicNoel Grandin1-62/+62
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+9
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-10/+0
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-3/+3
2019-09-03loplugin:constmethod in basicNoel Grandin1-1/+1
2019-07-18cid#1448372 Unchecked return valueCaolán McNamara1-1/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin1-2/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-12weld SbiInputDialogCaolán McNamara1-55/+29
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara1-10/+10
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin1-3/+3
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-18silence some coverity warningsCaolán McNamara1-1/+1
2017-11-15Fix typosAndrea Gelmini1-1/+1
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-3/+3
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist1-7/+0
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-3/+3
2017-08-23convert message box style bits to scoped enumNoel Grandin1-3/+3
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-4/+4
2017-07-02loplugin:casttovoid: basicStephan Bergmann1-3/+1
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin1-6/+3
2017-06-21convert ErrCode to strong typedefNoel Grandin1-23/+14
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-15drop SbError typedefNoel Grandin1-9/+9
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-01-16new loplugin: useuniqueptr: basicNoel Grandin1-9/+6
2016-10-16clang-cl loplugin: basicStephan Bergmann1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-8/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-4/+4