summaryrefslogtreecommitdiffstats
path: root/basic/source/classes/propacc.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen2019-11-121-1/+0
* tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen2019-03-071-0/+1
* fix comparison of std::lower_bound resultNoel Grandin2019-02-181-1/+1
* when calling std::lower_boundNoel Grandin2018-10-201-8/+5
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-1/+1
* loplugin:casttovoid: basicStephan Bergmann2017-07-021-20/+9
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-19/+2
* Clean up uses of Any::getValue() in basicStephan Bergmann2016-06-141-3/+3
* use Any constructor instead of temporariesNoel Grandin2016-05-041-3/+1
* BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini2016-02-221-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-10/+0
* use comphelper::containerToSequenceNoel Grandin2015-11-191-4/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-1/+1
* basic: replace boot::ptr_vector with std::vectorMichael Stahl2015-10-261-3/+3
* basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl2015-09-111-87/+14
* inline "old" SbERR constantsNoel Grandin2015-07-281-1/+1
* com::sun::star->css in basicNoel Grandin2015-07-201-14/+14
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-3/+3
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-6/+6
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
* coverity#706231 Uncaught exceptionCaolán McNamara2014-05-281-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-091-10/+0
* basic: sal_Bool->boolNoel Grandin2014-04-071-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-12/+12
* Remove visual noise from basicAlexander Wilms2014-02-251-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-16/+16
* Drop duplicate #includeTakeshi Abe2013-12-081-2/+0
* add limits.h for rhel-6 buildCaolán McNamara2013-11-011-1/+2
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* We already have SAL_CALL that means __cdecl on WindowsTor Lillqvist2013-10-121-8/+1
* Bin two unused functionsTor Lillqvist2013-10-121-10/+0
* Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane2013-09-111-8/+1
* use uno::Reference#clear() method...Noel Grandin2013-06-051-1/+1
* propacc.cxx include limits.h for USHRT_MAX.Mark Wielaard2013-05-311-0/+2
* basic: SbCompare_UString_PropertyValue_Impl MSVC workaroundMichael Stahl2013-04-121-0/+6
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-031-16/+16
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-301-1/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* convert SbPropertyValueArr_Impl to boost::ptr_vectorMichael Stahl2012-06-121-14/+11
* SbPropertyValues: rename membersMichael Stahl2012-06-121-17/+17
* SbPropertyValues::setPropertyValue doesn't check that property existsMichael Stahl2012-06-121-10/+13
* fix previous commit:Michael Stahl2012-06-121-2/+2
* Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vectorNoel Grandin2012-06-121-25/+28
* Replaced String by rtl::OUStringTakeshi Abe2012-02-131-2/+1