summaryrefslogtreecommitdiffstats
path: root/fpicker/source/win32
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#106729 ensure VistaFilePicker init before accessCaolán McNamara2017-03-282-2/+19
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-213-3/+6
* style fixes for cppcheck noExplicitConstructorJochen Nitschke2016-11-011-2/+2
* Adapt Windows-only code to deletion of the "Any-to-Any" specializatiosStephan Bergmann2016-10-211-1/+1
* clang-cl loplugin: fpickerStephan Bergmann2016-10-1646-584/+582
* ReleaseSolarMutexOnMainThreadContext is unusedStephan Bergmann2016-10-143-69/+0
* _OPENFILENAME_SIZE_VERISON_400 is unusedStephan Bergmann2016-10-141-17/+0
* Fix typosAndrea Gelmini2016-10-031-1/+1
* Bin some noise comments and superfluous vertical whitespaceTor Lillqvist2016-09-1212-377/+11
* Add new open dialog type: Play and linkSamuel Mehrbrodt2016-07-013-0/+10
* Add new open dialog type: Preview only (without link)Samuel Mehrbrodt2016-06-303-0/+9
* Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2016-06-2215-92/+82
* in unlikely case >>= failsCaolán McNamara2016-05-231-1/+1
* set parent window of windows system file picker on save(as)Oliver Specht2016-05-113-1/+28
* use Any constructor instead of temporariesNoel Grandin2016-05-041-16/+5
* clean-up: unused using declarations and includesJochen Nitschke2016-04-184-8/+0
* WNT: check result of PostMessage()Michael Stahl2016-04-122-4/+8
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-1/+2
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-3/+2
* -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-041-0/+1
* -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-043-11/+7
* Silence -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-042-0/+6
* -Werror,-Wunused-macrosStephan Bergmann2016-03-041-6/+0
* Typo: namesapce(s)->namespace(s)Julien Nabet2016-02-172-2/+2
* Remove excess newlinesChris Sherlock2016-02-0938-1109/+0
* Fix typosAndrea Gelmini2016-02-052-2/+2
* unnecessary use of OUString constructorNoel Grandin2016-01-312-6/+4
* -Werror,-Wsign-compare (clang-cl)Stephan Bergmann2016-01-261-1/+1
* more Windows build fixesNoel Grandin2016-01-253-3/+3
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-253-3/+3
* Fix typosAndrea Gelmini2016-01-104-5/+5
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-0714-21/+17
* Undef RGB where it was defined, not where it gets usedStephan Bergmann2015-12-072-3/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2015-12-022-13/+0
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-281-3/+0
* -Werror,-WreorderStephan Bergmann2015-11-281-1/+1
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-281-4/+0
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-281-1/+0
* Avoid ambiguity which OUStringBuffer ctor to selectStephan Bergmann2015-11-281-3/+3
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-3/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* Replace a few for_each and one-liner locals by range-based loops in fpicker.Mario J. Rugiero2015-11-091-67/+6
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-022-7/+4
* no need to be so verbose in constructing uno::ReferenceNoel Grandin2015-11-011-2/+2
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-012-2/+2
* com::sun::star->css in fpicker/Noel Grandin2015-10-1426-214/+214
* Fix typosAndrea Gelmini2015-10-015-9/+9
* boost->stdCaolán McNamara2015-09-182-8/+7
* [API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet2015-09-154-17/+5