summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unonrule.cxx
AgeCommit message (Expand)Author
2019-08-17Use simplified syntax for SequenceJulien Nabet
2019-08-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): editengStephan Bergmann
2019-07-11tdf#126234 up relative bullet size limit to 400%nd101
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-04-30drop Graphic::operator boolNoel Grandin
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-07remove unused SvxNumRuleFlags::CHAR_TEXT_DISTANCENoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann
2018-04-28[API CHANGE] deprecate and revert GraphicURL prop. NumberingLevelTomaž Vajngerl
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-03-08editeng: remove "GraphicURL" - it was replaced by "GraphicBitmap"Tomaž Vajngerl
2018-03-07use more Color in editeng..formsNoel Grandin
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2018-02-25fix import of graphic bulletsTomaž Vajngerl
2018-02-18in numbering use "GraphicBitmap" property for image transportTomaž Vajngerl
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann
2018-01-15More loplugin:cstylecast: editengStephan Bergmann
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-12-25various coverity exception warningsCaolán McNamara
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin
2017-02-21loplugin:subtlezeroinit: editengStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin
2016-09-01coverity#1372384 Uncaught exceptionCaolán McNamara
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-26convert NUM_ constants to enum clasNoel Grandin
2014-10-17coverity#1247635 Uncaught exceptionCaolán McNamara
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-05-28coverity#706505 Uncaught exceptionCaolán McNamara
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-03-30Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe