summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2-22/+22
2018-09-18make sure testOpenCLCompute() doesn't fail because of a stale lockfileLuboš Luňák1-0/+11
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-3/+1
2018-09-17New loplugin:externalStephan Bergmann11-19/+23
2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist1-1/+4
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen8-0/+9
2018-09-10Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann1-2/+0
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-08clang-tidy bugprone-unused-raii in RequestHandlerNoel Grandin1-1/+1
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin3-3/+1
2018-09-05Re-introduce code to use the ICU data file in the iOS app bundleTor Lillqvist2-1/+56
2018-09-05Handle passing a null pAppPath to lo_initialize() on iOSTor Lillqvist1-0/+8
2018-09-05gbuild: allow recording of CppunitTests and PythonTests tooMichael Stahl1-1/+2
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin2-2/+3
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2-2/+2
2018-08-29desktop: improve help blurb for various casesThorsten Behrens1-3/+4
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-4/+4
2018-08-28Fix typo in codeAndrea Gelmini2-4/+4
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin3-4/+4
2018-08-16Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-08-15Revert broken part of cd66852f6dd08631a25d15a1527a647e69ab8ce3Stephan Bergmann1-1/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin3-8/+8
2018-08-12Fix fallout from 6a4c464b49dbfa2801818ead1b50bc9580824d00Tor Lillqvist1-1/+1
2018-08-10tdf#119194: save deprecated argument earlyMike Kaganski1-8/+11
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-1/+1
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann1-2/+2
2018-08-02loplugin:returnconstant in cui,desktopNoel Grandin5-26/+9
2018-08-01Add missing sal/log.hxx headersGabor Kelemen14-0/+14
2018-08-01Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann1-1/+0
2018-07-29loplugin:stringloop in variousNoel Grandin1-5/+5
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin5-27/+17
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-18Allow the comphelper threadpool to be reset after construction.Michael Meeks1-0/+4
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-17desktop lok: associate EPUB filter with the .epub suffixMiklos Vajna1-0/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-1/+1
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen3-0/+3
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-2/+1
2018-07-07fix vecUnaccepted check in printf_packagesNoel Grandin1-0/+1
2018-07-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJacek Fraczek2-23/+14
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-2/+1
2018-06-27tdf#96099 Remove some trivial std::deque typedefsArkadiy Illarionov2-26/+21
2018-06-25Fix "javaPathHelper: not found" errors during startup.Thomas Klausner2-2/+11
2018-06-25loplugin:useuniqueptr in desktopNoel Grandin4-24/+18
2018-06-20lok: Unit test for passing table borders via jsonToPropertyValuesVector.Jan Holesovsky2-3/+98
2018-06-20lok: Unit test for jsonToPropertyValuesVector.Jan Holesovsky5-1/+133
2018-06-20lokit: add jsonToUnoAnyHenry Castro1-3/+78
2018-06-13Add some help content to test-passive.oxtStephan Bergmann5-0/+75
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-6/+3