summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-04-13loplugin:passstuffbyref in editengNoel Grandin2-9/+9
2016-04-12Avoid reserved identifiersStephan Bergmann2-5/+5
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke4-4/+0
2016-04-11clang-tidy performance-unnecessary-value-param in editengNoel Grandin6-19/+19
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke4-11/+17
2016-04-10don't pool SvxFieldItem, tdf#92773Markus Mohrhard1-1/+1
2016-04-06Avoid reserved identifierStephan Bergmann1-5/+5
2016-04-06Avoid reserved identifiersStephan Bergmann1-6/+6
2016-04-06Avoid reserved identifierStephan Bergmann1-1/+1
2016-04-06Avoid reserved identifiersStephan Bergmann2-10/+10
2016-04-06Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-05loplugin:constantparam in editengNoel Grandin6-17/+12
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-2/+0
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-29Avoid reserved identifiersStephan Bergmann3-18/+18
2016-03-23loplugin:constantparam in editengNoel Grandin7-197/+47
2016-03-18loplugin:constantfunction in editengNoel Grandin15-42/+33
2016-03-15loplugin:constantparamNoel Grandin2-5/+3
2016-03-10coverity#1355507 uninitialized scalar fieldCaolán McNamara5-17/+17
2016-03-10loplugin:constantparam in editengNoel Grandin7-29/+18
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-55/+55
2016-03-07loplugin:write only fieldsNoel Grandin6-24/+22
2016-03-07improve defaultparams lopluginNoel Grandin1-1/+1
2016-03-07loplugin:unuseddefaultparam in editengNoel Grandin6-22/+20
2016-03-06bIsExpanding is unusedCaolán McNamara1-3/+0
2016-03-06coverity#1355252 Uninitialized pointer fieldCaolán McNamara1-11/+13
2016-03-03editeng: fix -Werror=unused-but-set-variableMiklos Vajna1-2/+0
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin18-118/+72
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-2/+2
2016-02-23new loplugin: commaoperatorNoel Grandin4-11/+21
2016-02-19editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna4-12/+6
2016-02-18Fix SdrModel::libreOfficeKitCallback() vs ImpEditView duplicationMiklos Vajna1-14/+2
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+2
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-1/+1
2016-02-10Simplify codeStephan Bergmann2-17/+3
2016-02-09Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann2-14/+15
2016-02-09Remove excess newlinesChris Sherlock44-532/+0
2016-02-09Formatting changes across all modulesChris Sherlock2-138/+66
2016-02-08loplugin:unusedmethodsNoel Grandin2-18/+10
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock10-29/+29
2016-02-04tdf#94269 Replace "n" prefix for bool variables with "b"Chris Sherlock1-1/+1
2016-02-02Related: tdf#97375 a cut doesn't refresh the editviewCaolán McNamara1-4/+5
2016-02-02Resolves: tdf#97375 use Invalidate in all modesCaolán McNamara1-6/+1
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-02-01boost::cref->std::crefNoel Grandin2-4/+3
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock11-91/+91