summaryrefslogtreecommitdiff
path: root/fpicker
AgeCommit message (Expand)AuthorFilesLines
2014-07-21fdo#74295 win32 fpicker: correctly set the default file nameAurimas Fišeras1-6/+11
2014-07-03fix crash when m_aType is '*'Caolán McNamara1-1/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold2-2/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold65-154/+154
2014-05-12fix windows buildThomas Arnhold1-1/+1
2014-05-12Lost closing braceStephan Bergmann1-0/+1
2014-05-12Missing includeStephan Bergmann1-0/+1
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre7-17/+13
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet3-11/+11
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-2/+2
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-4/+4
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni6-7/+4
2014-04-28prefer makefile-gmake-modeTakeshi Abe5-5/+5
2014-04-27automaticly -> automatically.Jan Holesovsky4-5/+5
2014-04-23huge hrc and src file cleanupThomas Arnhold1-6/+0
2014-04-23fpicker: sal_Bool->boolNoel Grandin15-208/+208
2014-04-18Typo: s/cant/can't/Tor Lillqvist2-2/+2
2014-04-14typo: hierarchie -> hierarchyThomas Arnhold2-3/+3
2014-04-10It's "its", not "it's"Tor Lillqvist4-4/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin7-16/+16
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-6/+6
2014-04-01Bin pointless INET_PATH_TOKENTor Lillqvist1-2/+2
2014-03-30fix warning: shadowed declarationAndras Timar1-1/+1
2014-03-30fdo#76778 fix wildcard support in File Open dialogAndras Timar1-1/+4
2014-03-28Remove remaining DBG_CTOR etc. remnants from fpickerStephan Bergmann3-24/+0
2014-03-27SAL_OVERRIDE, Mac OS X fpicker reduxStephan Bergmann2-34/+34
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann8-84/+84
2014-03-24svtools: sal_Bool->boolNoel Grandin1-3/+3
2014-03-19loplugin:passstringbyref (and some dead code)Stephan Bergmann2-8/+4
2014-03-05Currently used file pickers API doesn't work for OS X < 10.6Douglas Mencken3-0/+37
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-5/+5
2014-03-04FDO#75755: Change string "..." to "Servers..."Olivier Hallot1-2/+2
2014-03-04Avoid potentially sending message to deallocated instanceTor Lillqvist1-4/+4
2014-02-28Use FSResolveAliasFile at least on OS X < 10.6Douglas Mencken1-0/+20
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann8-116/+116
2014-02-26Remove visual noise from fpickerAlexander Wilms88-1098/+1098
2014-02-25(a/A)utomaticaly -> (a/A)utomaticallyJulien Nabet1-1/+1
2014-02-25loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms39-1249/+1249
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-2/+2
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-18Drop unnecessary #includeTakeshi Abe2-7/+0
2014-02-13coverity#737162 Uncaught exceptionCaolán McNamara2-2/+6
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet3-9/+9
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet1-1/+1
2014-01-28bool improvementsStephan Bergmann1-5/+5
2014-01-17Window::Notify should return bool, reduxStephan Bergmann1-1/+1