summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fdo#60724: fix paramater -> parameter misspelling found by lintianVojta Koukal2-2/+2
2013-03-03loplugin: unused variables and commented codeThomas Arnhold9-15/+4
2013-03-03coverity#736112: make clear that this is not part of the ifMarkus Mohrhard1-1/+2
2013-03-03coverity#736111: make clear that this is not part of the ifMarkus Mohrhard1-1/+2
2013-03-03coverity#736110: make clear that this is not part of the ifMarkus Mohrhard1-1/+2
2013-03-02Fix mozab build on WindowsFridrich Štrba1-0/+15
2013-03-02Removing useless STLPort specific codeArnaud Versini1-11/+0
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King2-2/+2
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet1-3/+3
2013-02-25don't copy the mozilla include files, use it in placeDavid Ostrovsky1-5/+5
2013-02-25remove some trivial duplicatesThomas Arnhold2-2/+0
2013-02-25mozabdrv: add dependency to internal mozillaDavid Ostrovsky1-0/+5
2013-02-25loplugin: improve indentationThomas Arnhold9-41/+57
2013-02-25loplugin: unused variablesThomas Arnhold8-13/+3
2013-02-24Update TDE (Trinity Desktop Environment) integration filesTimothy Pearson3-1/+3
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-21Fix type unkown -> unknownJulien Nabet1-1/+1
2013-02-19pure comment: write down interesting idea gleaned at FOSDEMLionel Elie Mamane1-0/+1
2013-02-19g_strcmp0 is not in our baseline glib2Fridrich Štrba1-1/+12
2013-02-18added language tags commentEike Rathke1-0/+1
2013-02-18use LanguageTag(rtl_Locale)Eike Rathke2-9/+3
2013-02-17connectivity/kab (indirectly) depends on boost_headerStephan Bergmann2-1/+5
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac15-265/+234
2013-02-11no g_list_free_full in RHEL-6 glibCaolán McNamara2-2/+4
2013-02-11fdo#46808, Adapt java::JavaVirtualMachine UNO service to new styleNoel Grandin6-27/+21
2013-02-09ORowSetValue: move float and double to unionDavid Ostrovsky3-75/+98
2013-02-08-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2013-02-08No jvmaccess library for iOSTor Lillqvist1-1/+1
2013-02-07deliberately continue to use addressbook human name as addressbox identifierCaolán McNamara2-6/+26
2013-02-07make evolution-3.6 work with address bookCaolán McNamara5-223/+471
2013-02-07sketch out how to port to e-d-s 3.6Milan Crha2-62/+55
2013-02-05clang: error: argument unused during compilation: '-fpermissive'Tor Lillqvist1-0/+2
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky9-334/+998
2013-01-27still not enough boost_headerMichael Stahl1-0/+2
2013-01-27need more boost_headersMichael Stahl1-0/+2
2013-01-27fix omissions in a53586f4efe26b8875107d04001f4ecec760c343Michael Stahl1-0/+2
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl17-1/+31
2013-01-23SQL parser: no "as" rule anymore; now as_clause and opt_asLionel Elie Mamane2-5/+17
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane1-1/+12
2013-01-23Make UNKNOWN_RULE the default value of connectivity::OSQLParseNode::RuleLionel Elie Mamane2-7/+13
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2-42/+41
2013-01-21fdo#57950: Remove some chained appends in connectivity and..Marcos Paulo de Souza7-215/+75
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2-2/+2
2013-01-19Remove some RTL_* macdros from connectivity and..Marcos Paulo de Souza1-468/+140
2013-01-09Library_mozabdrv: use nss3 for prtypes.h headerMatúš Kukan1-0/+1
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin9-31/+30