summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/propshlp.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-11/+11
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-13/+13
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* Fix typosAndrea Gelmini2015-09-301-1/+1
* com::sun::star-css in cppu,cppuhelperNoel Grandin2015-07-291-52/+52
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-6/+6
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-091-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-4/+0
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-5/+5
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-12/+12
* Typo: constarined->constrainedJulien Nabet2015-03-151-1/+1
* TyposJulien Nabet2015-02-181-3/+3
* Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann2015-01-271-2/+1
* Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann2015-01-161-6/+4
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-171-5/+5
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-121-39/+12
* cppuhelper: remove SAL_THROW macroNoel Grandin2014-06-051-15/+10
* cppuhelper: fix includesThomas Arnhold2014-06-041-7/+7
* automaticly -> automatically.Jan Holesovsky2014-04-271-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-3/+3
* Remove visual noise from cppuhelperAlexander Wilms2014-02-271-13/+13
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-22/+22
* Remove unneccessary commentsAlexander Wilms2014-02-231-2/+2
* coverity#707716 Uninitialized pointer fieldCaolán McNamara2014-02-211-2/+4
* cppuhelper: sal_Bool -> boolStephan Bergmann2014-02-171-2/+2
* remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2013-10-231-19/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-12-061-23/+14
* removed dead codeTakeshi Abe2012-05-291-74/+0
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-1/+1
* translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn2012-04-171-1/+1
* Translate German comments in core/cppuhelperTom Thorogood2012-03-101-2/+2
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-13/+13
* Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot2011-12-171-4/+4
* remove include of pch header in cppuhelperNorbert Thiebaud2011-11-271-2/+0
* Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane2011-09-071-13/+29
* Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida2011-08-161-2/+2
* Added symbol for MSVC.Kohei Yoshida2011-08-161-3/+4
* Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida2011-08-161-0/+13
* Remove OS/2 support.Francois Tigeot2011-04-181-2/+0
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-2/+2
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-8/+101
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-081-8/+101
| |\
| | * dba34a: impl_fireAll: oops ... don't forget to reset handles/newValues/oldVal...Frank Schoenheit [fs]2010-09-171-0/+4
| | * dba34a: #i111148# do not call setPropertyValue from within setFastPropertyVal...Frank Schoenheit [fs]2010-09-161-8/+97