summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-30fpicker: global default _WIN32_WINNT is sufficient nowMichael Stahl2-9/+0
2017-05-29fpicker: remove ifdef __IFileDialogCustomize_INTERFACE_DEFINED__Michael Stahl5-25/+0
2017-05-29fpicker: remove some Win32 helper code that is now unusedMichael Stahl2-270/+0
2017-05-29fpicker: remove PreviewCtrl.[ch]xxMichael Stahl3-715/+0
2017-05-29fpicker: remove legacy XP FilePicker implementationMichael Stahl42-7614/+4
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-4/+2
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M2-2/+2
2017-05-19loplugin:stringcopy: fpickerStephan Bergmann2-5/+5
2017-05-18gives names to mysterious 500 and 501Caolán McNamara1-2/+5
2017-05-18SVT_RESSTR can go nowCaolán McNamara3-27/+30
2017-05-12Clean up uses of SAL_U/SAL_W: fpickerStephan Bergmann2-2/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-2/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke6-6/+0
2017-05-09fp010 is not in fpicker like the othersCaolán McNamara1-1/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke2-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert OS X fpicker codebase away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-8/+8
2017-04-26remove fpicker bitmaps from .src filesCaolán McNamara10-33/+37
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock4-0/+4
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky3-3/+0
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin1-8/+2
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara1-2/+1
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-4/+4
2017-04-05loplugin:constantparam part2Noel Grandin1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2-2/+2
2017-03-30tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-29convert EViewType to scoped enumNoel Grandin2-4/+4
2017-03-27Resolves: tdf#106729 ensure VistaFilePicker init before accessCaolán McNamara2-1/+18
2017-03-25Fix typosAndrea Gelmini5-8/+8
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-23Typo: boder->borderJulien Nabet1-2/+2
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-03-19fix typo/grammar: "the the" --> thedennisroczek1-4/+2
2017-03-17remove unused defines from HRC files in fpickerNoel Grandin3-7/+0
2017-03-14loplugin:subtlezeroinit (clang-cl)Stephan Bergmann1-1/+1
2017-03-14loplugin:unoany (clang-cl)Stephan Bergmann1-1/+1
2017-03-14remove unused RID constantsNoel Grandin1-1/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann6-26/+26
2017-03-03Fix typosAndrea Gelmini3-3/+3
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-9/+9
2017-02-10Remove MinGW supportStephan Bergmann3-40/+0
2017-02-08loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-7/+8