summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)AuthorFilesLines
2020-01-17flush out unused Font objectsCaolán McNamara1-1/+0
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2020-01-08Grammar fixesAndrea Gelmini1-1/+1
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin2-8/+5
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara1-0/+1
2019-12-03weld OAddFieldWindowCaolán McNamara1-7/+8
2019-12-01weld FmFieldWinCaolán McNamara1-13/+16
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-03loplugin:stringaddNoel Grandin1-3/+2
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-30remove some unnecessary includesCaolán McNamara1-1/+0
2019-10-21loplugin:virtualdead unused param in FmXDisposeListener::disposingNoel Grandin1-1/+1
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet1-1/+1
2019-10-02loplugin:stringadd in svxNoel Grandin1-5/+3
2019-09-06Fixing "...."Andrea Gelmini5-13/+13
2019-08-23loplugin:returnconstval in svxNoel Grandin1-11/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-3/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-17tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara1-1/+1
2019-08-15loplugin:sequenceloop in svtools..svxNoel Grandin1-4/+4
2019-08-03Fix typosAndrea Gelmini3-12/+12
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-3/+3
2019-07-20loplugin:referencecasting in svxNoel Grandin4-21/+15
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov5-68/+39
2019-06-18loplugin:logexceptionnicely in svxNoel Grandin2-4/+4
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov2-4/+4
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-1/+1
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-38/+1
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen1-1/+1
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen4-0/+9
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-2/+2
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen2-1/+2
2019-04-14loplugin:sequentialassign in svtools..svxNoel Grandin2-12/+6
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-04-02drop some unneeded includesCaolán McNamara1-1/+0
2019-03-26loplugin:unusedmethodsNoel Grandin1-29/+0
2019-03-25new loplugin:unoqueryNoel Grandin2-5/+5
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-3/+3
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-3/+3
2019-03-04new loplugin typedefparamNoel Grandin1-3/+3
2019-02-14Use indexed getToken()Matteo Casalin1-4/+5
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-2/+1
2019-02-11new loplugin writeonlyvarsNoel Grandin1-9/+5
2019-02-10loplugin:indentation in svxNoel Grandin1-1/+1
2019-02-07Keep nW non-negative hereStephan Bergmann1-1/+1
2019-02-06tdf#115941 use same font statusbar does for form navigator barCaolán McNamara1-8/+3
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen3-0/+3
2019-01-18tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen1-0/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2