summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unoipset.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-01ofz#3934 Integer-overflowCaolán McNamara1-10/+6
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-03-31use actual UNO enums in editengNoel Grandin1-1/+1
2016-12-12coverity#1397045 Unchecked return valueCaolán McNamara1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-10/+10
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-13/+13
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-21improve error messageNoel Grandin1-1/+1
2016-06-13Clean up uses of Any::getValue() in editengStephan Bergmann1-10/+11
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+2
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-4/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-07-24loplugin:unusedmethodsNoel Grandin1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-10/+10
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-04-15editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-9/+0
2014-03-03editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-15/+15
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-4/+4
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-4/+4
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-4/+4
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-28Variable X is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-1/+1
2011-11-27remove include of pch header in editengNorbert Thiebaud1-2/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-6/+6
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-6/+6
2011-02-18Remove some #include "tools/list.hxx"Joseph Powers1-1/+0
2011-02-16Translation of german comments.Albert Thuswaldner1-9/+6
2011-02-05migrate to use boost unordered containersFridrich Štrba1-1/+1
2011-01-13removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong /...Carsten Driesner1-6/+6
2010-12-16Remove DECLARE_LIST( SvxIDPropertyCombineList, SvxIDPropertyCombine* )Joseph Powers1-19/+10
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-08-26impress200: #i114089# clear user any after they are applied to the shapeChristian Lippka1-9/+12
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
2010-01-22#i107450#: wrong treatment of metric items in WriterMathias Bauer1-13/+31
2010-01-07#i107450#: make svx buildable with new editeng libMathias Bauer1-52/+3