- 8826771 style fixes for cppcheck noExplicitConstructor by Jochen Nitschke · 9 years ago
- 074defe Strange OUString null check by Stephan Bergmann · 9 years ago
- 1ec08fe loplugin:unnecessaryoverride by Stephan Bergmann · 9 years ago
- 99fbcff tdf#89329: use unique_ptr for pImpl in fpicker/ by Rohan Kumar · 9 years ago
- 624ff66 only draw menubutton separator when two sides do something different by Caolán McNamara · 9 years ago
- 94af3da rename and explain the MENUBUTTON_MENUMODE_TIMED stuff by Caolán McNamara · 9 years ago
- 98d9bb5 Adapt Windows-only code to deletion of the "Any-to-Any" specializatios by Stephan Bergmann · 9 years ago
- 423936f loplugin:expandablemethodds in formula..framework by Noel Grandin · 9 years ago
- d1ea6ec replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
- 432e316 clang-cl loplugin: fpicker by Stephan Bergmann · 9 years ago
- e35e955 ReleaseSolarMutexOnMainThreadContext is unused by Stephan Bergmann · 9 years ago
- f74a763 _OPENFILENAME_SIZE_VERISON_400 is unused by Stephan Bergmann · 9 years ago
- 04ba40c ImageList just reads and discards the MaskColor, so drop it by Caolán McNamara · 10 years ago
- 954f752 convert MapUnit to scoped enum by Noel Grandin · 10 years ago
- 106ea87 Remove _TYPED suffix from tools/link.hxx macros by Stephan Bergmann · 10 years ago
- f0249a8 Fix typos by Andrea Gelmini · 10 years ago
- 652c97b tdf#101549: Remove tooltip_markup from glade .ui files by Muhammet Kara · 10 years ago
- b932b19 loplugin:override by Stephan Bergmann · 10 years ago
- 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
- 0175520 Bin some noise comments and superfluous vertical whitespace by Tor Lillqvist · 10 years ago
- 774d2a9 loplugin:constantparam in extensions..lotuswordpro by Noel Grandin · 10 years ago
- 4e8e637 tdf#101766: Fix new folder creation in 'Save Remote Server' dialog. by Giuseppe Castagno · 10 years ago
- 25aa9f3 Resolves: #i96720# FilePicker: setDefaultName... by Damjan Jovanovic · 10 years ago
- ce6cbf8 screenshots: add new global make target by Armin Le Grand · 10 years ago
- 2a5ac6f screenshots: unify dumping of dialog test batch file by Armin Le Grand · 10 years ago
- 7906b06 screenshots: add dialog test cases for fpicker by Armin Le Grand · 10 years ago
- b4e1226 loplugin:countusersofdefaultparams in editeng..fpicker by Noel Grandin · 10 years ago
- 938821f new loplugin overrideparam by Noel Grandin · 10 years ago
- 716844c restore loplugin:vclwidget checking for calling clear() on VclPtr fields by Noel Grandin · 10 years ago
- cd71034 comphelper::OBaseMutex -> cppu::BaseMutex by Noel Grandin · 10 years ago
- 5198c98 Add new open dialog type: Play and link by Samuel Mehrbrodt · 10 years ago
- e9891e5 Add new open dialog type: Preview only (without link) by Samuel Mehrbrodt · 10 years ago
- 0ea96b1 Move accessibility relations to .ui files, Part 11: tdf#87026 by Muhammet Kara · 10 years ago
- aa0d053 tdf#97527 - vcl: reference-count Menu by Noel Grandin · 10 years ago
- 6a17c11 Work towards tdf#72606 EasyHack _tstring/TCHAR elimination by skswales · 10 years ago
- b860b73 Convert VCL_MESSAGE to scoped enum by Noel Grandin · 10 years ago
- 5b342e1 valgrind: Invalid read of size 8 by Caolán McNamara · 10 years ago
- 7d39720 Resolves: tdf#98436 crash trying To create remote folder before connected by Caolán McNamara · 10 years ago
- 42e51c4 in unlikely case >>= fails by Caolán McNamara · 10 years ago
- c2f912b convert FilePicker flags to scoped enum by Noel Grandin · 10 years ago
- 71c4a2b mpDefDialogParent is not used since 2002 by Caolán McNamara · 10 years ago
- 6bc3c2b Convert SFX_EXTRA to scoped enum by Noel Grandin · 10 years ago
- b22ce32 set parent window of windows system file picker on save(as) by Oliver Specht · 10 years ago
- fcc2543 remove unused FILEDLG_STATE constants and fields by Noel Grandin · 10 years ago
- 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
- b4bbca0 RemoteFilesDialog: icons for view mode buttons by Szymon Kłos · 10 years ago
- 5e4fc95 clang-tidy modernize-loop-convert in f* by Noel Grandin · 10 years ago
- 988e5c7 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
- 4d31d08 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
- 3f40121 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
- d135362 Avoid reserved identifier by Stephan Bergmann · 10 years ago
- 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
- 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
- b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
- b0e8f9f tdf#98395 : Remote File dialog showing wrong details in columns by Szymon Kłos · 10 years ago
- 13f9750 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
- 6f047b5 WNT: check result of PostMessage() by Michael Stahl · 10 years ago
- 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
- f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
- 20ba5d4 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
- 6439005 use SAL_N_ELEMENTS more widely by Noel Grandin · 10 years ago
- beb2c3b -Werror=unused-but-set-variable by Stephan Bergmann · 10 years ago
- 73140c6 loplugin:constantparam in fpicker by Noel Grandin · 10 years ago
- f8a7bbd remove unused AUTOSELECT_USERFILTER code by Noel Grandin · 10 years ago
- b69d253 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
- 218cd09 inline some use-once macros by Noel Grandin · 10 years ago
- 5813660 icon view for RemoteFilesDialog by Szymon Kłos · 10 years ago
- 44bccf9 loplugin:constantparam in svtools by Noel Grandin · 10 years ago
- 9ffb33a Bin overly verbose OSL_TRACEs of questionable usefulness by Tor Lillqvist · 10 years ago
- b5e280f Bin overly verbose function entry/exit debug print macros by Tor Lillqvist · 10 years ago
- 788afcf -Werror,-Wnon-virtual-dtor by Stephan Bergmann · 10 years ago
- 0e53c65 -Werror,-Wnon-virtual-dtor by Stephan Bergmann · 10 years ago
- 10aec5f Silence -Werror,-Wnon-virtual-dtor by Stephan Bergmann · 10 years ago
- e6a3818 -Werror,-Wunused-macros by Stephan Bergmann · 10 years ago
- a7258ef Typo: namesapce(s)->namespace(s) by Julien Nabet · 10 years ago
- 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
- 6858d51 vcl: include vcl headers via triangular brackets instead of quotes by Chris Sherlock · 10 years ago
- a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
- f12e483 Fix tdf#97500 Reinstate missing file error dialog on WebDAV by Giuseppe Castagno · 10 years ago
- 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
- 9108dc3 tdf#43157 Cleanup DBG_ASSERT for fpicker and framework by Berk Gureken · 10 years ago
- 1ef9f39 unnecessary use of OUString constructor by Noel Grandin · 10 years ago
- b41b66c -Werror,-Wsign-compare (clang-cl) by Stephan Bergmann · 10 years ago
- 24b1c0a more Windows build fixes by Noel Grandin · 10 years ago
- 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
- 90d8926 loplugin: unused return values by Noel Grandin · 10 years ago
- 64d624b Fix typos by Andrea Gelmini · 10 years ago
- 0c0c8de Related tdf#96833: display WebDAV path in remote files dialog by Giuseppe Castagno · 10 years ago
- c9be274 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
- 03ef7e11 loplugin:unusedfields in fpicker by Noel Grandin · 10 years ago
- 0abfcb73 Undef RGB where it was defined, not where it gets used by Stephan Bergmann · 10 years ago
- a846982 -Werror,-Wunused-private-field by Stephan Bergmann · 10 years ago
- 6760dc5 -Werror,-Wunused-const-variable by Stephan Bergmann · 10 years ago
- a649689 -Werror,-Wreorder by Stephan Bergmann · 10 years ago
- adf2c52 -Werror,-Wunused-const-variable by Stephan Bergmann · 10 years ago
- dd706ea -Werror,-Wunused-const-variable by Stephan Bergmann · 10 years ago
- 3493c74 Avoid ambiguity which OUStringBuffer ctor to select by Stephan Bergmann · 10 years ago
- 1ef0dd7 -Werror,-Wunused-function by Stephan Bergmann · 10 years ago
- fafac0d loplugin:unusedfields forms,formula,fpicker,framework by Noel Grandin · 10 years ago
- 53f16c3 remove unused typedefs and inline use-once typedefs by Noel Grandin · 10 years ago