summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2015-05-04drop useless temp debugging stringsCaolán McNamara1-11/+0
2015-04-29rhbz#1213173: connectivity: Calc driver: prevent document being disposedMichael Stahl2-5/+15
2015-04-29redundant castCaolán McNamara2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-28Use TriState instead of 0/1/-1Stephan Bergmann2-7/+8
2015-04-28css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann1-1/+1
2015-04-28Make use of comphelper::log::convert::convetLogArgToString bool overloadStephan Bergmann1-4/+4
2015-04-28css.util.XNumberFormats.genarateFormat nLeading param is of type shortStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-6/+6
2015-04-25tdf#90614 oups... I was too eager in replacing getAny() with makeAny()Lionel Elie Mamane1-1/+4
2015-04-24Typo: UNSPUPPORTED->UNSUPPORTEDJulien Nabet1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann3-12/+10
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-10/+10
2015-04-23loplugin:staticcallStephan Bergmann1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin17-31/+31
2015-04-23Use vector<bool> instead of vector<sal_Bool>Stephan Bergmann1-8/+8
2015-04-22Bin confusing --enable-mergelibs=all optionMatúš Kukan1-1/+1
2015-04-22add missing includeCaolán McNamara1-0/+1
2015-04-22add missing includeDavid Tardon1-0/+1
2015-04-22add missing includeDavid Tardon1-0/+1
2015-04-22add missing includeDavid Tardon1-0/+1
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls20-936/+8
2015-04-21cppcheck: cstyleCastCaolán McNamara1-1/+1
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann2-6/+6
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-16loplugin:redundantcastStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin113-131/+131
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls7-4/+20
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann23-23/+23
2015-04-09prophylactic double dispose audit.Michael Meeks1-1/+1
2015-04-07tdf#39279: Search for Thunderbird address books uses first ones foundJulien Nabet4-8/+18
2015-04-07fix windows buildCaolán McNamara2-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-05Revert "tdf#39279: Prioritise Thunderbird address books in first-match search"Julien Nabet2-14/+14
2015-04-04and no user of OFILEOperandAttr left now eitherCaolán McNamara4-165/+0
2015-04-04new user of OFILEAnalyzer anymoreCaolán McNamara2-21/+0
2015-04-04ODbaseResultSet::createAnalyzer never calledCaolán McNamara2-6/+0
2015-04-02loplugin:redundantcastStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann5-8/+8
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann5-8/+8
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann46-98/+98
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann12-15/+15
2015-03-29loplugin:cstylecastStephan Bergmann9-63/+63
2015-03-29cppcheck: redundantAssignInSwitchJulien Nabet1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann3-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann10-114/+114
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann9-11/+11
2015-03-25loplugin:constantfunctionStephan Bergmann2-12/+1
2015-03-25loplugin:constantfunctionStephan Bergmann2-12/+1