summaryrefslogtreecommitdiff
path: root/editeng/source/items/textitem.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Resolves: tdf#112563 we don't want a human representation of SvxRsidItemCaolán McNamara1-0/+12
2018-03-07use more Color in editeng..formsNoel Grandin1-10/+5
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-26Translate German variable namesJohnny_M1-4/+4
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-01-20loplugin:unusedmethodsNoel Grandin1-53/+0
2018-01-15More loplugin:cstylecast: editengStephan Bergmann1-37/+37
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-58/+58
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-10ofz#4582 Floating-point-exceptionCaolán McNamara1-7/+11
2017-11-13clang-tidy modernize-use-equals-default in editengJochen Nitschke1-28/+0
2017-11-12use copy constructor to clone PoolItemsJochen Nitschke1-12/+6
2017-11-10loplugin:unusedmethodsNoel Grandin1-1/+0
2017-10-24loplugin:implicitboolconversionStephan Bergmann1-1/+1
2017-10-05tdf#112817 editeng,svx: fix SvxUnderlineItem/SvxOverlineItem SDIMichael Stahl1-0/+3
2017-09-08loplugin:constantparamNoel Grandin1-2/+1
2017-08-22drop unused SvxScriptTypeItemJochen Nitschke1-14/+0
2017-08-08loplugin:unusedmethodsNoel Grandin1-105/+0
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall1-325/+0
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-32/+32
2017-07-21de-hrc various thingsCaolán McNamara1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-71/+170
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-3/+3
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin1-4/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-1/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-6/+6
2017-04-06loplugin:redundantcast check for c-style float castsNoel Grandin1-1/+1
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-6/+6
2017-04-03tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-02Add SvxTextRotateItem inherited from SvxCharRotatItemTamás Zolnai1-12/+107
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara1-5/+5
2017-03-29loplugin:unusedmethodsNoel Grandin1-34/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-30/+30
2017-03-15remove useless castsJochen Nitschke1-2/+2
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin1-15/+17
2017-03-07Resolves: coverity#1402073 Mixing enum typesCaolán McNamara1-5/+2
2017-03-05Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann1-1/+1
2017-03-03remove unused CreateDefault methodsNoel Grandin1-11/+0
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-19/+20
2017-02-28new loplugin unoanyNoel Grandin1-9/+9
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-3/+3
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-1/+1
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl1-9/+9
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-6/+6
2016-10-17let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke1-1/+1