summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous empty lines at endTor Lillqvist2011-01-281-9/+0
|
* Bypass if no SOLAR_JAVATor Lillqvist2011-01-282-4/+8
|
* Replace empty equalsAscii() with getLength().Thomas Arnhold2011-01-282-4/+4
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-271-6/+0
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-2716-66/+23
|
* Cpp cleanliness: redundant assignment to selfKenneth Venken2011-01-262-3/+2
|
* cpp cleanliness: check for assignment to selfAn Leenders2011-01-261-3/+5
|
* Use SetWindowLongPtrTor Lillqvist2011-01-261-1/+1
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-262-10/+2
|
* Remove some dead code.Thomas Arnhold2011-01-2612-582/+1
|
* Remove FUTURE.Thomas Arnhold2011-01-251-3/+0
|
* Remove FS_PRIV_DEBUG directive.Thomas Arnhold2011-01-252-17/+0
|
* Fix minor ULONG glitchTor Lillqvist2011-01-251-2/+2
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-252-9/+1
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-251-2/+0
|
* Fix fallout of WIN_ULONG change in pre/postsys.hTor Lillqvist2011-01-247-26/+21
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-241-11/+0
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-243-2/+4
|
* Include the wntmscx build directoriesTor Lillqvist2011-01-241-0/+2
|
* Hopefully this will fix mac build.Thomas Arnhold2011-01-232-0/+3
|
* Remove some dead code.Thomas Arnhold2011-01-221-111/+22
|
* Split WNT case into INTEL and X86_64Tor Lillqvist2011-01-221-2/+4
|
* Remove empty description and dates.Thomas Arnhold2011-01-222-8/+0
|
* Move header includes to the top.Thomas Arnhold2011-01-211-4/+3
|
* Remove one more RCS line.Thomas Arnhold2011-01-211-3/+0
|
* Remove doubled headers.Thomas Arnhold2011-01-2172-117/+0
|
* Remove old RCS lines.Thomas Arnhold2011-01-216-18/+0
|
* Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold2011-01-2028-152/+152
| | | | Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
* Some cppcheck cleaningJulien Nabet2011-01-114-55/+16
|
* Remove commented codeAnders Jonsson2011-01-092-216/+0
|
* cui: make it possible to bind F13/F14/F15/F16 to a functionMiklos Vajna2011-01-091-0/+32
|
* cppcheck: prefer prefix variantCaolán McNamara2011-01-071-3/+3
|
* cppunit: prefer prefix variantCaolán McNamara2011-01-061-2/+2
|
* cppunit: prefer prefix variantCaolán McNamara2011-01-061-12/+12
|
* cppunit: prefer prefix variantCaolán McNamara2011-01-061-1/+1
|
* Make the Reset help agent button wider for Italian text. (fdo#32133)Kohei Yoshida2011-01-051-1/+1
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133)Kohei Yoshida2011-01-051-1/+1
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* use RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-01-041-1/+1
|
* fix weird preprocessing syntax, probably meant thisCaolán McNamara2011-01-021-3/+3
|
* Merge remote branch 'origin/libreoffice-3-3'Rene Engelhard2011-01-020-0/+0
|\
| * adding copyright owner to Croatian dictionary packageFridrich Štrba2010-12-211-1/+1
| |
* | cppcheck: prefer prefix variantCaolán McNamara2011-01-011-3/+3
| |
* | cppcheck: prefer prefix variantCaolán McNamara2011-01-011-1/+1
| |
* | cppcheck: prefer prefix variantCaolán McNamara2011-01-011-1/+1
| |
* | cppcheck: prefer prefix variantCaolán McNamara2011-01-011-8/+8
| |
* | Remove DECLARE_LIST( TargetList, String* )Joseph Powers2011-01-012-8/+8
| |
* | Remove DECLARE_LIST( _SfxEventNamesList, SfxEventName* )Joseph Powers2011-01-011-4/+4
| |
* | fix build errorCaolán McNamara2010-12-311-1/+3
| |
* | cppcheck: this can be constCaolán McNamara2010-12-292-2/+2
| |
* | cppcheck prefix operator in componentsJulien Nabet2010-12-274-68/+70
| |