summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc
AgeCommit message (Expand)Author
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19loplugin:constparams in desktopNoel Grandin
2017-07-02loplugin:casttovoid: desktopStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock
2017-04-28loplugin:salunicodeliteral: desktopStephan Bergmann
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-07Propagate failure of reading from stdinStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke
2016-11-23loplugin:unnecessaryoverride (dtors) in desktopStephan Bergmann
2016-10-16clang-cl loplugin: desktopStephan Bergmann
2016-10-07loplugin:staticmethods: desktopStephan 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-08-05(initial) sparc64 portJames Clarke
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke
2016-04-05sequence->vector in xmlscriptNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran
2016-03-17desktop.deployment • get rid of PLATFORM_ #define~sDouglas Mencken
2016-03-07fix typo getSupportedPlaforms -> getSupportedPlatformsDouglas Mencken
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-29sequence->vector in OInteractionRequestNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-26i126615 - Allow build on FreeBSD Mac PowerPCG5Pedro Giffuni
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson
2015-09-17boost->stdCaolán McNamara