summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+5
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-6/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-6/+6
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks4-11/+11
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin11-77/+99
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+3
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-17/+17
2015-04-09vcl: VclPtr conversion in fpickerNoel Grandin6-0/+28
2015-04-09loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-02loplugin:redundantcastStephan Bergmann1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-16/+16
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-16/+16
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann4-6/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-25TyposJulien Nabet1-1/+1
2015-03-24loplugin:constantfunction: variousNoel Grandin3-31/+18
2015-03-24tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapperPranav Kant2-8/+0
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-3/+1
2015-03-14tdf#43157: Fix format string violations in OSL_TRACE etc. (Mac OS X)Stephan Bergmann3-3/+3
2015-03-10loplugin:passstuffbyrefStephan Bergmann2-2/+2
2015-03-05fpicker: remove checks for obsolete _WIN32_WINNT versionsMichael Stahl1-4/+0
2015-02-26tdf#89700 Move “File type” upAdolfo Jayme Barrientos1-47/+13
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann2-6/+4
2015-02-07loplugin:deletedspecialStephan Bergmann2-5/+4
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-8/+8
2015-02-06fix windows buildCaolán McNamara1-1/+1
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2-3/+3
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-10/+10
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl1-0/+3
2015-01-20Some more loplugin:cstylecast: fpickerStephan Bergmann2-4/+4
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl1-0/+5
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl3-6/+5
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-6/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#83371 : cannot navigate to list Files in LibreOffice dialogsSzymon Kłos1-0/+6
2014-12-29fdo#85182 : default focus on folder rather than filenameSzymon Kłos1-0/+1
2014-12-26single \n should be non-translatable in UIAndras Timar1-1/+1
2014-12-18fpicker: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+5
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn1-11/+5
2014-12-15fpicker: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-12fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLsStephan Bergmann1-13/+25
2014-12-09loplugin:cstylecastStephan Bergmann1-1/+1
2014-12-04Older Mac apparently need a reinterpret_cast hereStephan Bergmann1-1/+1
2014-12-04fpicker (Mac): loplugin:cstylecastStephan Bergmann2-2/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann2-0/+8