summaryrefslogtreecommitdiffstats
path: root/connectivity/source
Commit message (Collapse)AuthorAgeFilesLines
* Some cppcheck cleaningJulien Nabet2011-02-106-11/+9
|
* Trying to remove the stlport mention from the codeFridrich Štrba2011-02-091-3/+0
|
* Don't be shy, include <algorithm> always, not just on MinGWTor Lillqvist2011-02-091-2/+0
|
* Port stuff to our private implementation of SGI extensionsFridrich Štrba2011-02-089-25/+41
|
* std::bit_vector -> ::std::vector<bool, std::allocator<bool> >Fridrich Štrba2011-02-081-6/+6
|
* Remove dead code. Mostly unused namespacesThomas Arnhold2011-02-0729-46/+4
|
* Remove dead codeThomas Arnhold2011-02-074-6/+0
|
* migrate to use boost unordered containersFridrich Štrba2011-02-054-7/+7
|
* gcc 4.6.0 various warningsCaolán McNamara2011-02-033-0/+3
|
* Fix CDEFS definition.Thomas Arnhold2011-02-021-2/+1
| | | | Set it after including settings.mk because this file resets CDEFS.
* Clean up makefilesThomas Arnhold2011-02-015-14/+8
|
* Remove double line spacing.Thomas Arnhold2011-01-312-28/+0
|
* WaE: various new gcc 4.6.0 warningsCaolán McNamara2011-01-291-1/+1
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-286-37/+31
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-271-3/+0
|
* dba34a: #i107809# drop support for old Mozilla profile format, support ↵Frank Schoenheit [fs]2011-01-266-146/+8
| | | | | | new-style SeaMonkey profiles (cherry-picked from hg 272071:d5b3bb5ca529)
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-261-1/+1
|
* Add informative comment about ULONG and BOOL screwup in sqltypes.hTor Lillqvist2011-01-251-0/+7
|
* WaE: unused variableCaolán McNamara2011-01-251-2/+2
|
* fix build with system ODBCDavid Tardon2011-01-251-0/+4
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-251-6/+6
|
* Work around compilation errors on 64-bit WindowsTor Lillqvist2011-01-251-0/+5
| | | | Fixes clashes between ULONG and BOOL in sqltypes.h and solar.h.
* Use correct parameter types in ADO API callsTor Lillqvist2011-01-256-17/+17
| | | | Fixes compilation errors on 64-bit Windows.
* Both argumensts to Min must be of same typeTor Lillqvist2011-01-251-1/+1
|
* No need to define _X86_ and it confuses a 64-bit Windows compilationTor Lillqvist2011-01-251-2/+1
|
* Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold2011-01-209-12/+12
| | | | Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
* cppunit: prefer prefix variantCaolán McNamara2011-01-061-2/+2
|
* cppunit: prefer prefix variantCaolán McNamara2011-01-061-9/+9
|
* osl_getProcessInfo requires Size to be set firstCaolán McNamara2010-12-301-0/+2
|
* Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky2010-12-201-1/+9
|\ | | | | | | | | | | | | | | Conflicts: sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/menu/virtmenu.cxx sysui/desktop/share/create_tree.sh
| * Merge commit 'ooo/OOO330_m18' into libreoffice-3-3Noel Power2010-12-151-1/+9
| |\
| | * dba33m: #i115436# only cast handledOcke Janssen [oj]2010-12-101-3/+3
| | |
| | * dba33m: #i115436# do not insert a space infront of ( and after )Ocke Janssen [oj]2010-12-091-0/+8
| | |
| * | Fix typo that breaks a debug buildTor Lillqvist2010-11-061-4/+4
| | |
| * | Fix typoTor Lillqvist2010-11-031-1/+1
| | |
| * | Link with SALHELPERLIBTor Lillqvist2010-11-031-0/+1
| | |
* | | OpenOffice.org -> LibreOfficeJesús Corrius2010-12-111-1/+1
| | |
* | | Replace all occured, occurance etc.Takeshi Abe2010-12-0613-32/+32
| | |
* | | cppcheck: can reduce the scope of these variablesCaolán McNamara2010-12-051-3/+3
| | |
* | | Remove get/setNanosWol2010-12-032-22/+11
| | |
* | | xmllint: mismatched tagCaolán McNamara2010-11-241-1/+1
| | |
* | | RTL_CONSTASCII_USTRINGPARAM in libs core 45Gert Faller2010-11-212-3/+3
| | |
* | | RTL_CONSTASCII_USTRINGPARAM in libs core 44Gert Faller2010-11-211-1/+1
| | |
* | | RTL_CONSTASCII_USTRINGPARAM in libs core 43Gert Faller2010-11-211-1/+1
| | |
* | | RTL_CONSTASCII_USTRINGPARAM improvementsJulien Nabet2010-11-202-2/+1
| | |
* | | TL_CONSTASCII_USTRINGPARAM in libs core 21Gert Faller2010-11-1920-25/+25
| | |
* | | TL_CONSTASCII_USTRINGPARAM in libs core 20Gert Faller2010-11-1990-433/+433
| | |
* | | TL_CONSTASCII_USTRINGPARAM in libs core 19Gert Faller2010-11-1913-83/+83
| | |
* | | TL_CONSTASCII_USTRINGPARAM in libs core 17Gert Faller2010-11-193-5/+5
| | |
* | | fix && || warning in enable-debugCaolán McNamara2010-11-181-2/+2
| | |