summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua
AgeCommit message (Expand)Author
2016-10-31Strange OUString null checkStephan Bergmann
2016-10-28loplugin:unnecessaryoverrideStephan Bergmann
2016-09-14loplugin:overrideStephan Bergmann
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist
2016-07-01Add new open dialog type: Play and linkSamuel Mehrbrodt
2016-06-30Add new open dialog type: Preview only (without link)Samuel Mehrbrodt
2016-04-22loplugin:passstuffbyrefStephan Bergmann
2016-04-18loplugin:passstuffbyrefStephan Bergmann
2016-04-18Avoid reserved identifierStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-07Bin overly verbose OSL_TRACEs of questionable usefulnessTor Lillqvist
2016-03-07Bin overly verbose function entry/exit debug print macrosTor Lillqvist
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-10-21more removal of com::sun::star typedefsNoel Grandin
2015-10-14com::sun::star->css in fpicker/Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-15[API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet
2015-08-13fpicker: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-29getFiles: truncate to 1 file only (aqua part)Julien Nabet
2015-06-23Drop duplicate #includesTakeshi Abe
2015-06-02loplugin:loopvartoosmallStephan Bergmann
2015-05-21fpicker: simplify code by std::any_ofTakeshi Abe
2015-05-09loplugin:staticmethodsStephan Bergmann
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-28loplugin:simplifyboolStephan Bergmann
2015-04-28DBG_PRINT_ENTRY expects a 4th arg of type intStephan Bergmann
2015-04-02loplugin:redundantcastStephan Bergmann
2015-03-14tdf#43157: Fix format string violations in OSL_TRACE etc. (Mac OS X)Stephan Bergmann
2015-03-10loplugin:passstuffbyrefStephan Bergmann
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann
2014-12-09loplugin:cstylecastStephan Bergmann
2014-12-04Older Mac apparently need a reinterpret_cast hereStephan Bergmann
2014-12-04fpicker (Mac): loplugin:cstylecastStephan Bergmann
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist
2014-09-15loplugin:salboolStephan Bergmann
2014-07-26WaE: convenience initializer should not invoke an initializer on 'super'Tor Lillqvist
2014-07-11-Wdeprecated-declarations: first deprecated in OS X 10.10rbuj
2014-07-01loplugin:stringconcatStephan Bergmann
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet