summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-1/+1
2017-09-02Typos for "available"Julien Nabet2-2/+2
2017-09-01Fix typosAndrea Gelmini1-1/+1
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-1/+0
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin3-6/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-6/+6
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin1-5/+5
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-3/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin11-53/+51
2017-08-07cppcheck: variableScopeJochen Nitschke1-4/+0
2017-08-03loplugin:constparams in reportdesignNoel Grandin16-30/+30
2017-08-03loplugin:checkunusedparams in variousNoel Grandin2-10/+5
2017-08-01move resmgr to unotoolsCaolán McNamara4-8/+5
2017-07-27loplugin:constparams in svxNoel Grandin1-1/+1
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-29/+15
2017-07-23Removed duplicated includesAndrea Gelmini2-2/+0
2017-07-22loplugin:unusedfields in oox,reportdesignNoel Grandin1-4/+0
2017-07-21de-hrc various thingsCaolán McNamara21-23/+23
2017-07-21migrate to boost::gettextCaolán McNamara115-2370/+975
2017-07-18move SID_DISTRIBUTION to reportdesignCaolán McNamara1-1/+1
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2-2/+2
2017-07-13use more OUString::operator== in forms..salNoel Grandin3-9/+7
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+0
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke2-0/+7
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin4-19/+11
2017-07-11Add missing overrideEike Rathke1-1/+1
2017-07-10Introduce IFormulaEditorHelper::getCompiler()Eike Rathke2-0/+7
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke3-4/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin2-6/+3
2017-07-05Enable the Formula Wizard to display 255 argument fieldsEike Rathke1-4/+10
2017-07-05new loplugin unnecessaryparenNoel Grandin2-5/+5
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier1-0/+2
2017-07-04reportdesign: -Werror,-Wc++1z-extensionsMichael Stahl1-1/+2
2017-07-04Prepare for change of VAR_ARGS valueEike Rathke1-6/+12
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-02loplugin:casttovoid: reportdesignStephan Bergmann9-18/+4
2017-07-02nOldSplitPos is unusedStephan Bergmann1-2/+0
2017-07-02OViewsWindow::MovAction parameter _bMove is unusedStephan Bergmann3-7/+5
2017-06-26tdf#39674 Translate some German variable namesJohnny_M3-13/+13
2017-06-26Translate German comments and debug strings (leftovers in r... dirs)Johnny_M4-6/+6
2017-06-26s/catched/caughtNoel Grandin18-22/+22
2017-06-26loplugin:oncevar in oox..saxNoel Grandin6-21/+9
2017-06-23simplify some string handling in tracing callsNoel Grandin1-10/+3
2017-06-23Fix typosAndrea Gelmini1-1/+1
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin2-3/+0
2017-06-22tdf#39468 Translate some random German comments/termsJens Carl2-2/+2
2017-06-21convert ErrCode to strong typedefNoel Grandin1-32/+25