summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-25fdo#85347 Make file picker modal againAdolfo Jayme Barrientos1-0/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl5-2/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl6-2/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-7/+0
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist1-2/+2
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist4-57/+0
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-02fpicker (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann10-15/+15
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin15-31/+31
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-2/+4
2014-09-15loplugin:salboolStephan Bergmann4-29/+29
2014-09-12fpicker: sal_Bool -> boolStephan Bergmann4-11/+11
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-2/+2
2014-08-25oops, forgot to include osl/thread.hMichael Stahl1-0/+1
2014-08-25set names on the Win32-only threadsMichael Stahl4-0/+10
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1