- f1aaedc remove some unnecessary typedefs around uno::Reference by Noel Grandin · 11 years ago
- 348bb85 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
- bf86643 RemoteFilesDialog by Szymon Kłos · 11 years ago
- 8e21247 more untranslatable UI strings by Andras Timar · 11 years ago
- 40be0b7 untranslatable UI string (since 2009) by Andras Timar · 11 years ago
- bf6a14e make hardcoded string localizable by Andras Timar · 11 years ago
- 67e82c4 No more need for EMPTYARG in C++11 by Stephan Bergmann · 11 years ago
- cd3e945 VclPtr: presumably these also leak by Caolán McNamara · 11 years ago
- f0bed25 VclPtr: presumably these also leak by Caolán McNamara · 11 years ago
- fdb363b VclPtr: AlreadyOpenQueryBox doesn't get deleted by Caolán McNamara · 11 years ago
- 2c8dc03 convert BUTTONDIALOG constants to scoped enum by Noel Grandin · 11 years ago
- c6b5535 VclPtr: error dialogs never deleted by Caolán McNamara · 11 years ago
- 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
- e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
- a32f1d2 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
- 5d5f447e UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. by Michael Meeks · 11 years ago
- 7a1fad0 convert ScopedVclPtr to ScopedVclPtrInstance by Noel Grandin · 11 years ago
- 3bf4ada dialogs lifetimes should be wrapped in ScopedVclPtr by Noel Grandin · 11 years ago
- 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
- d46e0d9 second half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
- 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
- d2d83f5 Move OutputDevice members to VclPtr: filter, reportdesign, uui. by Michael Meeks · 11 years ago
- 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
- d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
- 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
- 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
- 9676efc Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
- 33875d8 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
- 28a1e1d fix macro and enum name collision using CamelCase by Noel Grandin · 11 years ago
- 93ddb2c convert BUTTON_ constants to enum class by Noel Grandin · 11 years ago
- 33de587 tdf#88230: cleanup solar mutex yielding by Pranav Kant · 11 years ago
- 2f928b2 remove NUMBERFORMAT_ constants by Noel Grandin · 11 years ago
- 9888b27 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
- de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
- 5bf41f6 coverity#1266503 Useless call by Caolán McNamara · 11 years ago
- 42f08a9 Some more loplugin:cstylecast: uui by Stephan Bergmann · 11 years ago
- bbba311 Typo: cedentials->credentials by Julien Nabet · 11 years ago
- 2ce0030 Fix long/sal_IntPtr mismatch on x86_64 platform on windows by David Ostrovsky · 11 years ago
- fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
- 6c415f7 callcatcher: update unused code by Caolán McNamara · 11 years ago
- 7af4592 onedrive: Improve fallback dialog and instructions by Adolfo Jayme Barrientos · 11 years ago
- bb80b9e uui: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
- 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
- ac5bdc7 OneDrive auth fallback dialog makefile by Mihai Varga · 12 years ago
- a3b93ed OneDrive authentication fallback request handler by Mihai Varga · 12 years ago
- 1ef1568 Authentication fallback dialog for the OneDrive connection by Mihai Varga · 12 years ago
- 514b5d6 uui: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
- c3292f3 Remove resizable:False property from dialogs containing GtkEntry. by Jan Holesovsky · 11 years ago
- c483ac1 uui: HIG fixes by Adolfo Jayme Barrientos · 11 years ago
- 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
- 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
- da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
- 279e991 coverity#1242367 Unchecked return value by Caolán McNamara · 11 years ago
- fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
- 89d4080 border_width from 12 to 6, as the rest of dialogs by Adolfo Jayme Barrientos · 12 years ago
- 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
- 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
- 2fe5d93 semibold->bold by Caolán McNamara · 12 years ago
- 481cd63 Related #82088: removed last css aliases in hxx by Stefan Weiberg · 12 years ago
- cbd717a drop unused helpids by Caolán McNamara · 12 years ago
- 96d7f61 DLG_FILTER_SELECT and DLG_SIMPLE_NAME_CLASH conversion to .ui by Szymon Kłos · 12 years ago
- a107bdf ErrorBox->MessageDialog by Caolán McNamara · 12 years ago
- e50bcaf STRING -> String by Thomas Arnhold · 12 years ago
- fbb3617 iahndl: do lazy replacement by Thomas Arnhold · 12 years ago
- efb658b FutureDocumentVersionProductUpdateRequest is never created by Caolán McNamara · 12 years ago
- 273ed07 remove unused resource ids by Thomas Arnhold · 12 years ago
- 23e818d AmbigousFilterRequest is only ever extracted, never created by Caolán McNamara · 12 years ago
- d92aa2f remove SFX_APP() macro that was a mer wrapper for SfxGetApp() by Norbert Thiebaud · 12 years ago
- 6ba2e7f drop unused helpid by Caolán McNamara · 12 years ago
- bcea1f9 use warning dialog hig settings by Caolán McNamara · 12 years ago
- 2f5e479 Convert RID_XMLSECDLG_MACROWARN to .ui by Palenik Mihály · 12 years ago
- bc793cb coverity#1223095 Unused pointer value by Caolán McNamara · 12 years ago
- f751e4b loplugin:staticcall by Stephan Bergmann · 12 years ago
- 579d1f6 uui: remove SAL_THROW macro by Noel Grandin · 12 years ago
- b312a38 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
- 92b4478 css already means ::com::sun::star by Thomas Arnhold · 12 years ago
- e6ff6f9 use namespace css instead of com::sun by Thomas Arnhold · 12 years ago
- e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
- 8d54796 enhance pass-by-ref plugin to detect large arguments by Noel Grandin · 12 years ago
- bd8b38b fix-includes.pl: uui by Thomas Arnhold · 12 years ago
- bbbbbfc fix-includes.pl: uui by Thomas Arnhold · 12 years ago
- 3db8d60 hrc and src files: squeeze multiple newlines by Thomas Arnhold · 12 years ago
- b2096dea various loplugin:passsequencebyref by Noel Grandin · 12 years ago
- 0376c6d uui: sal_Bool->bool by Noel Grandin · 12 years ago
- 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
- e6ac6cb automaticly -> automatically. by Jan Holesovsky · 12 years ago
- 417a537 some more hrc cleanup by Thomas Arnhold · 12 years ago
- aa39d21 clean up hrc files by Thomas Arnhold · 12 years ago
- 40064f4 clean up hrc files by Thomas Arnhold · 12 years ago
- 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
- f1433c2 Clean up function declarations by Stephan Bergmann · 12 years ago
- 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
- 53a0914c Bin empty @seealso, @param, @return etc metacomments by Tor Lillqvist · 12 years ago
- 826e43e coverity#708569 Uninitialized scalar field by Caolán McNamara · 12 years ago
- 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
- 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
- 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
- 57ee15e These strings are now global resources, define them accordingly. by Jan Holesovsky · 12 years ago
- 96b5d4f uui: prefer passing OUString by reference by Noel Grandin · 12 years ago
- 1122464 convert password dialog to .ui by Caolán McNamara · 12 years ago