summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser
AgeCommit message (Expand)AuthorFilesLines
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-2/+2
2017-08-01loplugin:checkunusedparamsNoel Grandin1-12/+4
2017-07-31loplugin:constparams in dbaccessNoel Grandin3-4/+4
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane1-13/+3
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara5-5/+3
2017-07-21migrate to boost::gettextCaolán McNamara14-244/+52
2017-07-20Annotate some more Timers and IdlesJan-Marek Glogowski1-0/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin2-3/+3
2017-07-11simplify strip types from Sequence, related tdf#108782Jochen Nitschke1-8/+4
2017-07-11use more range-for on uno::SequenceNoel Grandin1-3/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin2-2/+4
2017-07-04make binary functors unary, related tdf#108782Jochen Nitschke1-5/+5
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke3-3/+3
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann2-3/+1
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-2/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-02Improved loplugin:redundantcast static_cast handling: dbaccessStephan Bergmann1-5/+5
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-4/+3
2017-05-19loplugin:stringcopy: dbaccessStephan Bergmann1-1/+1
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara2-8/+8
2017-05-12remove unused uno::Reference varsNoel Grandin3-15/+6
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-3/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke2-2/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert dbaccess module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin1-2/+2
2017-04-15convert column menu to .uiCaolán McNamara1-4/+4
2017-04-07RID_SBA_GRID_COLCTXMENU has the same odd patternCaolán McNamara2-28/+11
2017-04-07RID_SBA_GRID_ROWCTXMENU is strangely used to insert entries into another menuCaolán McNamara2-30/+18
2017-04-07tdf#95386 More Help Agent cleanupGabor Kelemen2-155/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-8/+8
2017-03-27tdf#39468 Translate German commentsJens Carl1-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-14remove unused RID constantsNoel Grandin1-5/+0
2017-03-07loplugin:loopvartoosmallStephan Bergmann2-5/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-21loplugin:unusedmethodsNoel Grandin1-28/+0
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist6-42/+42
2017-02-06Add missing #includesStephan Bergmann2-0/+2
2017-02-03TyposJulien Nabet2-2/+2
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin3-9/+9
2017-02-01Convert MENU_BROWSER_DEFAULTCONTEXT to xmlMaxim Monastirsky3-47/+8
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-6/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann9-392/+388
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1