summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2018-05-17Further loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke5-4/+1
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2-3/+3
2018-02-12Translate German variable namesJohnny_M1-16/+16
2018-02-02sw: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-7/+0
2018-02-01Don't crash if aArgs is emptyTor Lillqvist1-4/+6
2018-02-01Use more specific tag in SAL_INFO and SAL_WARN hereTor Lillqvist8-14/+14
2018-01-31Bin line that has been commented out foreverTor Lillqvist1-1/+0
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann8-27/+27
2018-01-11loplugin:redundantcast: swStephan Bergmann1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-07tdf#106988 New names for the new numbering stylesYousuf Philips1-5/+5
2017-11-07loplugin:constparams in swNoel Grandin2-2/+2
2017-10-23loplugin:includeform: swStephan Bergmann4-6/+6
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-18Fix spacingMuhammet Kara1-3/+3
2017-10-14tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+ekuiitr1-5/+3
2017-10-14tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+ekuiitr1-5/+3
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-3/+4
2017-09-27loplugin:flatten in variousNoel Grandin1-16/+14
2017-09-26loplugin:flatten in swNoel Grandin4-89/+74
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski1-20/+24
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-3/+3
2017-08-07loplugin:constparams in sw part10Noel Grandin16-22/+22
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+2
2017-07-14use more OUString::operator== in swNoel Grandin3-4/+4
2017-07-11simplify some OUString::concat usageNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin3-4/+4
2017-07-05new loplugin unnecessaryparenNoel Grandin3-3/+3
2017-06-27loplugin:oncevar in swNoel Grandin7-36/+17
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-6/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-20cleanup unused css/uri/ includesJochen Nitschke1-2/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke5-5/+0
2017-05-09loplugin:checkunusedparams in sw(part6)Noel Grandin4-10/+10
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin5-15/+15
2017-04-26use strong_int for LanguageTypeNoel Grandin3-9/+11
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin4-18/+6
2017-04-12enum spelling: throught -> throughJustin Luth1-2/+2
2017-04-03use actual UNO enums in swNoel Grandin2-5/+6
2017-03-25Fix typosAndrea Gelmini2-3/+3
2017-02-28new loplugin unoanyNoel Grandin2-10/+7
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-5/+1
2017-02-13convert SplitTable_HeadlineOption to scoped enumNoel Grandin1-1/+1
2017-01-27Remove unused sw/source/ui/vba/vbacheckbox.cxxStephan Bergmann2-134/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann135-1490/+1463