summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Expand)AuthorAgeFilesLines
* The macOS SDK 10.15 has a tighter declaration of objc_msgSend()Tor Lillqvist2019-10-301-1/+1
* Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2019-05-313-7/+7
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
* an is used before a vowel soundCaolán McNamara2019-05-102-3/+3
* Replace lists by vectors in fpicker/officeJulien Nabet2019-05-103-5/+5
* loplugin:sequentialassign in filter..fpickerNoel Grandin2019-04-131-4/+2
* use more std::make_uniqueNoel Grandin2019-04-131-1/+1
* Fix typoAndrea Gelmini2019-04-091-1/+1
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-072-32/+34
* tdf#124579: ensure to provide an event to wake up main loop when notifyingMike Kaganski2019-04-061-0/+5
* tdf#123502: Make sure to hold the mutex before releasing itMike Kaganski2019-04-051-0/+5
* Drop UNICODE/_UNICODE definesMike Kaganski2019-04-041-5/+0
* Clarify flow, reduce scopeMatteo Casalin2019-03-201-13/+13
* getToken() ==> copy() since separator positions are knownMatteo Casalin2019-03-141-13/+9
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-264-17/+17
* loplugin:unusedfields in forms..fpickerNoel Grandin2019-02-232-5/+1
* o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen2019-02-202-2/+0
* Simplify containers iterations in [f-l]*Arkadiy Illarionov2019-02-183-23/+8
* Pointer is pointlessNoel Grandin2019-02-131-0/+1
* loplugin:indentation in forms..fpickerNoel Grandin2019-02-093-5/+5
* tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2019-02-052-0/+6
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2019-01-311-2/+2
* loplugin:redundantinline (clang-cl)Stephan Bergmann2019-01-302-2/+2
* tdf#122927 prevent SolarMutex deadlock on join()Jan-Marek Glogowski2019-01-252-1/+9
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-072-0/+2
* Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann2018-12-172-2/+2
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2018-12-082-2/+2
* Optimize getting filter mask by index from CFilterContainerMike Kaganski2018-12-063-25/+25
* tdf#119747 FileSaveDialog: remove duplicate extension on WindowsMike Kaganski2018-12-061-4/+18
* Revert "tdf#119747 FileSaveDialog: Windows dialog shows only one extension."Mike Kaganski2018-12-063-37/+6
* Revert "tdf#121497 "Save As": File Format Type unchanged in Windows"Mike Kaganski2018-12-061-17/+2
* remove unused HeaderBarItemBits enum valuesNoel Grandin2018-11-301-1/+1
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-293-3/+3
* tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen2018-11-291-0/+1
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-3/+3
* drop some unnecessary includesCaolán McNamara2018-11-281-1/+0
* weld SwCondCollPageCaolán McNamara2018-11-214-4/+4
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-1/+1
* tdf#121497 "Save As": File Format Type unchanged in WindowsIlhan Yesil2018-11-201-2/+17
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-192-0/+2
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+1
* Fix typosAndrea Gelmini2018-11-161-1/+1
* tdf#119747 FileSaveDialog: Windows dialog shows only one extension.Ilhan Yesil2018-11-133-6/+37
* move SvTreeListBox to vclCaolán McNamara2018-11-071-1/+1
* replace StartExecuteModal with StartExecuteAsyncCaolán McNamara2018-10-316-22/+21
* tdf#120703 PVS: V519 variable is assigned values twice successivelyMike Kaganski2018-10-271-5/+3
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-249-79/+78
* remove all use_action_appearance linesCaolán McNamara2018-10-232-14/+0
* clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin2018-10-231-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1