summaryrefslogtreecommitdiff
path: root/writerperfect/source/common
AgeCommit message (Expand)AuthorFilesLines
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen1-0/+1
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-26/+16
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-3/+1
2018-11-06convert some macros to local functionsNoel Grandin1-2/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-44/+43
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-6/+6
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-7/+4
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-3/+3
2018-09-13new loplugin simplifyconstructNoel Grandin1-2/+0
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-3/+3
2018-05-15weld WPFTEncodingDialogCaolán McNamara1-57/+21
2018-04-20writerperfect: astyle -> clang-formatMiklos Vajna4-328/+313
2018-02-27astyleDavid Tardon1-3/+3
2018-02-27set number of read bytes correctlyDavid Tardon1-1/+4
2018-01-24-Werror=parentheses (upcoming GCC 8)Stephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: writerperfectStephan Bergmann2-9/+9
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-2/+2
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-11/+0
2017-10-23loplugin:includeform: writerperfectStephan Bergmann1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+2
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt1-1/+1
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-3/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-03loplugin:constparams in starmathNoel Grandin2-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara1-4/+1
2017-07-24const these upCaolán McNamara1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara2-51/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-05-07break circular includeJochen Nitschke1-1/+1
2017-04-28loplugin:salunicodeliteral: writerperfectStephan Bergmann1-1/+1
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-2/+2
2017-04-02libstaroffice import filter improvementsosnola1-6/+18
2017-04-02libwps import filter improvementsosnola1-3/+3
2017-03-21Old-to-new mapping of attributes is moved into a Module:Mohammed Abdul Azeem1-1/+4
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-3/+3
2017-01-29eliminate some code duplicityDavid Tardon1-0/+38
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-5/+0
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-97/+46
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-09astyleDavid Tardon1-5/+5
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-3/+3
2016-08-11integrate libstarofficeosnola1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-3/+3
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin2-2/+0