summaryrefslogtreecommitdiff
path: root/fpicker/source/win32
AgeCommit message (Expand)Author
2016-03-04-Werror,-Wnon-virtual-dtorStephan Bergmann
2016-03-04-Werror,-Wnon-virtual-dtorStephan Bergmann
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann
2016-03-04-Werror,-Wunused-macrosStephan Bergmann
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2016-01-25more Windows build fixesNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara
2015-12-07Undef RGB where it was defined, not where it gets usedStephan Bergmann
2015-12-02-Werror,-Wunused-private-fieldStephan Bergmann
2015-11-28-Werror,-Wunused-const-variableStephan Bergmann
2015-11-28-Werror,-WreorderStephan Bergmann
2015-11-28-Werror,-Wunused-const-variableStephan Bergmann
2015-11-28-Werror,-Wunused-const-variableStephan Bergmann
2015-11-28Avoid ambiguity which OUStringBuffer ctor to selectStephan Bergmann
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
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