summaryrefslogtreecommitdiffstats
path: root/mysqlc
Commit message (Expand)AuthorAgeFilesLines
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-302-2/+2
* com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin2015-10-2316-147/+147
* refactor out some com::sun::star typedefsNoel Grandin2015-10-213-168/+160
* new loplugin: badvectorinitNoel Grandin2015-10-201-15/+15
* boost->stdCaolán McNamara2015-09-171-1/+0
* Revert "mysqlc: tdf#88206 replace cppu::WeakImplHelper* etc."Stephan Bergmann2015-08-246-12/+12
* mysqlc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-226-12/+12
* loplugin:simplifyboolStephan Bergmann2015-07-164-21/+21
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-111-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-4/+4
* Remove dead codeStephan Bergmann2015-05-082-11/+0
* css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann2015-05-081-2/+2
* fix erroneous disposeOnce calls.Michael Meeks2015-04-283-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-283-3/+3
|\
| * vclwidget: only call dispose() onceNoel Grandin2015-04-103-3/+3
* | More loplugin:simplifyboolStephan Bergmann2015-04-272-2/+2
* | loplugin:simplifyboolStephan Bergmann2015-04-244-5/+5
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-234-5/+5
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-153-3/+3
* | loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-132-2/+2
|/
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-3/+3
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* loplugin:constantfunctionStephan Bergmann2015-03-257-244/+17
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-234-17/+14
* Some more loplugin:cstylecast: mysqlcStephan Bergmann2015-01-203-3/+3
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-1919-352/+352
* Introduce gb_*_set_external_codeStephan Bergmann2014-12-181-2/+2
* mysqlc: loplugin:cstylecastStephan Bergmann2014-12-043-22/+22
* mysqlc: fix build after cppuhelper header cleanupMichael Stahl2014-11-182-0/+2
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-2/+1
* fdo#83991 - cleanup whitespace after folding comment removal.Vinicius Vendramini2014-10-239-273/+0
* fdo#83991 - remove redundant function folding comments.Vinicius Vendramini2014-10-229-770/+0
* mysqlc: These shall be plain "Time" not "tools::Time" apparentlyStephan Bergmann2014-10-012-4/+4
* fdo#82577: Handle TimeNoel Grandin2014-10-012-4/+4
* mysqlc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-302-2/+2
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-241-3/+7
* Translate German comment.Michael Meeks2014-09-172-33/+3
* fdo#83656 mariadb C client library incompatible with newer MySQL Connector/C++Lionel Elie Mamane2014-09-091-3/+7
* update mysqlc READMELionel Elie Mamane2014-08-111-26/+41
* mysqlc: sal_Bool -> boolStephan Bergmann2014-07-0211-170/+170
* deb#749592 mysql-connector doesn't work with remote connectionsNoel Grandin2014-05-301-2/+2
* use OUString::startsWith()Noel Grandin2014-05-292-2/+2
* remove more unnecesary OUString constructor useNoel Grandin2014-05-292-5/+5
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-6/+6
* Kill DECL_PROP1IMPL and relatedJulien Nabet2014-05-113-30/+18
* simplify ternary conditions "xxx ? true : yyy"Noel Grandin2014-05-061-1/+1
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-1911-31/+31