summaryrefslogtreecommitdiff
path: root/connectivity/source
AgeCommit message (Expand)AuthorFilesLines
2013-03-12janitorial: readabilityLionel Elie Mamane1-2/+1
2013-03-11fix my previous commit (compareToAscii)Thomas Arnhold1-1/+1
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold3-3/+3
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky1-2/+2
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold9-26/+26
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-2/+2
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim18-0/+42
2013-03-08evoab2: Follow API changes in EDS 3.8Mathias Hasselmann3-12/+53
2013-03-08evoab2: Move get_e_source_registry() to EApi.cxxMathias Hasselmann2-8/+8
2013-03-08evoab2: Avoid G_N_ELEMENTS when loading symbolsMathias Hasselmann1-6/+6
2013-03-08make use of startsWith()Thomas Arnhold10-11/+10
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong6-14/+3
2013-03-05doubled usingThomas Arnhold4-6/+0
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04doubled namespacesThomas Arnhold8-9/+0
2013-03-04doubled namespaceThomas Arnhold3-3/+0
2013-03-04remove unused and commented out codeThomas Arnhold1-6/+0
2013-03-04coverity: merge traverse{OR,AND}Criteria into traverseSearchConditionLionel Elie Mamane1-62/+15
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold9-10/+10
2013-03-03loplugin: improve indentationThomas Arnhold1-1/+1
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-02Removing useless STLPort specific codeArnaud Versini1-11/+0
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet1-3/+3
2013-02-25remove some trivial duplicatesThomas Arnhold2-2/+0
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 Pearson2-0/+2
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 Rathke1-9/+2
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 Grandin5-24/+18
2013-02-09ORowSetValue: move float and double to unionDavid Ostrovsky1-74/+50
2013-02-08-Werror,-Wmismatched-tagsStephan Bergmann1-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-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky5-243/+512
2013-01-23SQL parser: no "as" rule anymore; now as_clause and opt_asLionel Elie Mamane1-4/+15
2013-01-23OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookupLionel Elie Mamane1-1/+12