summaryrefslogtreecommitdiff
path: root/basic/source/classes/propacc.cxx
AgeCommit message (Expand)Author
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-02-18fix comparison of std::lower_bound resultNoel Grandin
2018-10-20when calling std::lower_boundNoel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-14Clean up uses of Any::getValue() in basicStephan Bergmann
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini
2016-02-09Remove excess newlinesChris Sherlock
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-26basic: replace boot::ptr_vector with std::vectorMichael Stahl
2015-09-11basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-28coverity#706231 Uncaught exceptionCaolán McNamara
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from basicAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-08Drop duplicate #includeTakeshi Abe
2013-11-01add limits.h for rhel-6 buildCaolán McNamara
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-12We already have SAL_CALL that means __cdecl on WindowsTor Lillqvist
2013-10-12Bin two unused functionsTor Lillqvist
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-05-31propacc.cxx include limits.h for USHRT_MAX.Mark Wielaard
2013-04-12basic: SbCompare_UString_PropertyValue_Impl MSVC workaroundMichael Stahl
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-06-12convert SbPropertyValueArr_Impl to boost::ptr_vectorMichael Stahl
2012-06-12SbPropertyValues: rename membersMichael Stahl
2012-06-12SbPropertyValues::setPropertyValue doesn't check that property existsMichael Stahl
2012-06-12fix previous commit:Michael Stahl
2012-06-12Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vectorNoel Grandin
2012-02-13Replaced String by rtl::OUStringTakeshi Abe