summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/iosys.cxx
Commit message (Expand)AuthorAgeFilesLines
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-131-1/+0
* drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara2021-08-061-4/+2
* Improve loplugin:stringviewStephan Bergmann2021-05-141-2/+2
* Simplify some static variable initializationsMike Kaganski2021-04-021-9/+5
* Revert "Fix typo in code"Stephan Bergmann2021-02-051-1/+1
* Fix typo in codeAndrea Gelmini2021-02-041-1/+1
* loplugin:stringviewparam: operator +=Stephan Bergmann2021-01-041-2/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-2/+2
* loplugin:flatten in basicNoel Grandin2020-04-191-62/+62
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+9
* tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen2019-11-121-10/+0
* simplify "a = a +" to "a +="Noel Grandin2019-10-111-3/+3
* loplugin:constmethod in basicNoel Grandin2019-09-031-1/+1
* cid#1448372 Unchecked return valueCaolán McNamara2019-07-181-1/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-071-0/+1
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-051-2/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* weld SbiInputDialogCaolán McNamara2018-04-121-55/+29
* convert Redline warning dialog to .ui to get helpidsCaolán McNamara2018-02-271-10/+10
* loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin2017-12-261-3/+3
* drop duplicate methodCaolán McNamara2017-11-221-1/+1
* silence some coverity warningsCaolán McNamara2017-11-181-1/+1
* Fix typosAndrea Gelmini2017-11-151-1/+1
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-3/+3
* Bin some noise comments and ASCII graphicsTor Lillqvist2017-09-201-7/+0
* Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2017-08-251-3/+3
* convert message box style bits to scoped enumNoel Grandin2017-08-231-3/+3
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-4/+4
* loplugin:casttovoid: basicStephan Bergmann2017-07-021-3/+1
* loplugin:unusedfields in accessibility..comphelperNoel Grandin2017-06-231-6/+3
* convert ErrCode to strong typedefNoel Grandin2017-06-211-23/+14
* loplugin:oncevar accessibility..basicNoel Grandin2017-06-201-2/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* drop SbError typedefNoel Grandin2017-06-151-9/+9
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-061-1/+1
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-231-1/+0
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* new loplugin: useuniqueptr: basicNoel Grandin2017-01-161-9/+6
* clang-cl loplugin: basicStephan Bergmann2016-10-161-1/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-4/+4
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-8/+8
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-3/+3
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-261-4/+4
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1
* clang-tidy modernize-loop-convert in b*Noel Grandin2016-04-211-2/+2
* Remove ancient StarPortal leftoversStephan Bergmann2016-03-081-97/+0
* loplugin:unuseddefaultparam in variousNoel Grandin2016-03-071-7/+3
* loplugin:unuseddefaultparams in basicNoel Grandin2016-03-031-4/+4
* loplugin:commaoperator in basic/Noel Grandin2016-02-221-2/+4