summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara409-5984/+2212
2017-07-20Annotate some more Timers and IdlesJan-Marek Glogowski1-0/+1
2017-07-18dbaccess: introduce DATASOURCE_TYPE::DST_WRITERMiklos Vajna14-15/+41
2017-07-18merge last entry of cntids.hrc into sfxsids.hrcCaolán McNamara4-4/+0
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2-2/+2
2017-07-13m_pRowMarker is unusedNoel Grandin3-76/+63
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin13-17/+17
2017-07-13loplugin:oncevar: empty strings: dbaccessStephan Bergmann5-10/+6
2017-07-11simplify some OUString::concat usageNoel Grandin1-2/+2
2017-07-11drop TPropertyValueEqualFunctorNoel Grandin1-2/+2
2017-07-11simplify strip types from Sequence, related tdf#108782Jochen Nitschke2-17/+9
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin4-40/+29
2017-07-10simplify strip types from Sequence, related tdf#108782Jochen Nitschke1-25/+5
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin4-9/+9
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke1-2/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke4-4/+4
2017-07-06use more begin()/end() for SequenceNoel Grandin20-127/+77
2017-07-06tdf#108782 replace std::bind2nd with lambdaJochen Nitschke5-14/+25
2017-07-05new loplugin unnecessaryparenNoel Grandin9-12/+17
2017-07-04make binary functors unary, related tdf#108782Jochen Nitschke1-5/+5
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier5-0/+10
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin6-73/+7
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann2-4/+2
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke12-23/+16
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann22-77/+20
2017-07-02eFunc is unusedStephan Bergmann1-1/+0
2017-06-30loplugin:oncevar in the !HAVE_FEATURE_JAVA caseTor Lillqvist1-0/+2
2017-06-29improve refcounting lopluginNoel Grandin2-2/+2
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2-3/+3
2017-06-27Fix typoAndrea Gelmini1-1/+1
2017-06-26s/catched/caughtNoel Grandin4-5/+5
2017-06-23iOS, convert CPPUnittest to noopjan Iversen1-0/+2
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin37-131/+29
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin23-74/+36
2017-06-21convert ErrCode to strong typedefNoel Grandin1-19/+15
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke10-10/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin2-6/+6
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke4-44/+12
2017-06-12cleanup unused css/frame/* includesJochen Nitschke29-42/+3
2017-06-07Translate and fix the from-German translation of "UNO binding"Johnny_M1-1/+1
2017-06-07tdf#37859: Odb data copied to Calc showed wrong encoding in WindowsJulien Nabet1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: dbaccessStephan Bergmann1-1/+1
2017-06-05typo: checkNotUninitilized->checkNotUninitializedJulien Nabet1-2/+2
2017-06-02Improved loplugin:redundantcast const_cast handling: dbaccessStephan Bergmann2-3/+3
2017-06-02Improved loplugin:redundantcast static_cast handling: dbaccessStephan Bergmann3-9/+8