summaryrefslogtreecommitdiff
path: root/fpicker/source/win32
AgeCommit message (Expand)Author
2015-11-09Replace a few for_each and one-liner locals by range-based loops in fpicker.Mario J. Rugiero
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-14com::sun::star->css in fpicker/Noel Grandin
2015-10-01Fix typosAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-09-15[API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet
2015-09-03tdf#93634 repair getDisplayDirectory for Windows filepickerRegina Henschel
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-13fpicker: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-13getFiles: truncate to 1 file onlyJulien Nabet
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-07-02tdf#92460: fpicker: fix VistaFilePicker using SolarMutexReleaserMichael Stahl
2015-06-18Fix typosAndrea Gelmini
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-25TyposJulien Nabet
2015-03-24tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapperPranav Kant
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-05fpicker: remove checks for obsolete _WIN32_WINNT versionsMichael Stahl
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06fix windows buildCaolán McNamara
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-12fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-02fpicker (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-08-25oops, forgot to include osl/thread.hMichael Stahl
2014-08-25set names on the Win32-only threadsMichael Stahl
2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-08-01typo: more then -> more thanTakeshi Abe
2014-07-21win32 fpicker: correctly set the default file nameAurimas Fišeras
2014-07-21Revert "Cleaning: remove use of old edt1 from dlg.h (Windows)"Aurimas Fišeras
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin