summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_misc.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafaƂ Dobrakowski1-1/+0
2023-03-25loplugin:stringadd in d*Noel Grandin1-2/+1
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-11/+13
2023-02-13Fix/simplify some vnd.sun.star.expand: handlingMike Kaganski1-6/+2
2023-01-28Avoid compiler warningTor Lillqvist1-1/+3
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+2
2022-09-28use more string_view in desktopNoel Grandin1-8/+9
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-1/+1
2021-11-12rtl::Static to thread-safe staticNoel Grandin1-0/+8
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+4
2021-01-28simplify code, use more subView()Noel1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-4/+4
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-4/+4
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin1-2/+2
2020-05-20use for-range on Sequence in d*Noel Grandin1-2/+2
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-1/+2
2020-01-23List more possible executable names returned by osl_getExecutableFileMike Kaganski1-21/+10
2020-01-23Use crt functions for IO in unopkg on WindowsMike Kaganski1-34/+6
2020-01-10use more std::make_sharedNoel Grandin1-2/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-2/+2
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin1-3/+3
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-16Fix typosAndrea Gelmini1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-02-13Increase resolveUnoURL timeout from 20 to 40 secStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: desktopStephan Bergmann1-3/+3
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski1-1/+0
2017-07-19loplugin:constparams in desktopNoel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-7/+7
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock1-7/+7
2017-04-28loplugin:salunicodeliteral: desktopStephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-07Propagate failure of reading from stdinStephan Bergmann1-1/+1
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-1/+0
2016-10-16clang-cl loplugin: desktopStephan Bergmann1-2/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran1-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-6/+6
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17