pjacquod
96342abf50
RTL_CONSTASCII_USTRINGPARAM in base
2010-11-15 00:02:58 +01:00
Caolán McNamara
ca47e7c296
Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM
2010-11-14 21:12:48 +00:00
Santiago Alessandri
c7e6aaaeb2
Replaced all createFromAscii with macro RTL_CONSTASCII_USTRINGPARAM in base
2010-11-14 08:39:13 +01:00
Santiago Alessandri
19934b8578
Replaced createFromAscii in all dbaccess tree under base repo
2010-11-13 21:19:14 +00:00
pjacquod
1a9679501f
RTL_CONSTASCII_USTRINGPARAM cleaning in base
...
base/reportdesign/source/ui/report should now be clean and having no more
createFromAssci with constant.
2010-11-13 20:56:26 +00:00
Caolán McNamara
3df626c0e7
remove unused HiContrast args
2010-11-13 20:56:25 +00:00
Joseph Powers
4a0002931a
Purged BmpColorMode from libs-gui - base
2010-11-13 00:29:58 -08:00
Jan Holesovsky
f43ffb63e7
Merge remote branch 'origin/libreoffice-3-3'
2010-11-12 14:21:51 +01:00
Joseph Powers
c5561d7ebb
Removed BmpColorMode from SvLBoxContextBmp_Impl and SvLBoxButtonData - base
2010-11-12 10:24:48 +01:00
Santiago Alessandri
7c26a84a58
Changed usage of createFromAscii for macro RTL_CONSTASCII_USTRINGPARAM
2010-11-12 08:12:31 +01:00
Santiago Alessandri
6c07a3cf70
Replaced the use of createFromAscii for the macro RTL_CONSTASCII_USTRINGPARAM
2010-11-11 17:29:43 +00:00
Petr Mladek
dbfa389f80
Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)
2010-11-11 13:24:47 +01:00
Wol
201e73042a
Spelling mistakes and code removal
2010-11-10 14:22:37 +01:00
Wol
bcbe3f15b0
Translation, spelling mistakes and dead code
2010-11-10 14:21:39 +01:00
Wol
a7612fc49b
Fix spelling mistakes
2010-11-10 14:19:45 +01:00
Wol
fca20a4981
Fix spelling mistake
2010-11-10 14:16:26 +01:00
Wol
67a70f1ca4
More translations and comment deletion for Base
2010-11-10 11:12:22 +01:00
Joseph Powers
c4d6d303e5
Bitmap Tree Cleanup - base
...
Removed all references to HIGHCONTRAST mode from svtools classes:
SvImpLBox
SvTreeListBox
The reset is just fall out.
2010-11-10 10:00:10 +01:00
Wol
9b6062afb3
Spelling mistakes, and deleting unwanted comments and commented code
2010-11-10 08:50:30 +01:00
Ricardo Moreno
9605d48954
Removed commented-out code.
2010-11-08 11:31:02 -05:00
Norbert Thiebaud
2abe026903
Revert "Smelling pistakes, german comments, and a little commented code in base"
...
This reverts commit 8d33d95cde5f423aee284bbbcff810cbba1a910a.
I've been told by a german native speaker that the translation was mostly babelish
and quite incomprehensible, so revert for now.
2010-11-08 02:50:53 -06:00
Wol
32a105e06b
Delete commented code
2010-11-07 23:57:15 -06:00
Wols Lists
450ede6604
Smelling pistakes, german comments, and a little commented code in base
...
I think I've translated most of the german stuff correctly (I speak
german somewhat, and used babelfish to help) .
From f203be2f74f8ea4df960876434f8e55cd7973ab9 Mon Sep 17 00:00:00 2001
From: Wol <anthony@youngman.org.uk>
Date: Sun, 7 Nov 2010 01:52:20 +0000
Subject: [PATCH] Miscellaneous spelling mistakes, german, and commented code
2010-11-06 22:25:03 -05:00
Tor Lillqvist
37bad1f8fc
Fix build breakage in a dbgutil-enabled build
2010-11-06 21:39:06 +02:00
Tor Lillqvist
597a7ece38
Fix build breakage in a dbgutil-enabled build
2010-11-06 21:38:12 +02:00
Tor Lillqvist
c997c9bacb
Fix build breakage in a dbgutil-enabled build
2010-11-06 20:05:17 +02:00
Tor Lillqvist
c0aeefaa25
Fix build breakage in a dbgutil-enabled build
2010-11-06 20:03:40 +02:00
Thomas Klausner
9596fc705e
Add more files to EXCEPTIONSFILES, needed at least on NetBSD.
2010-11-01 23:02:11 +01:00
Caolán McNamara
12f6fcc934
fix my own cockup
2010-10-30 21:46:00 +01:00
Gert Faller
895f2b616c
Use RTL_CONSTASCII_USTRINGPARAM
2010-10-30 21:44:13 +01:00
Caolán McNamara
e9470b0050
add modelines to .hxx files as well
2010-10-27 12:33:13 +01:00
Norbert Thiebaud
9aacc61749
Finally, gut the vos module out of the build
2010-10-25 17:54:56 -05:00
Norbert Thiebaud
81eb43c3d7
make a osl:Reference de-reference a little more sane..
2010-10-25 17:54:56 -05:00
Jan Holesovsky
35496269b6
Fix typo: something->get; into something->get();
2010-10-25 17:54:56 -05:00
Norbert Thiebaud
84869b63b4
merge vosremoval-mutex.diff
...
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 17:54:56 -05:00
Norbert Thiebaud
25ecc1fd1a
merge vosremoval-reference.diff
2010-10-25 17:54:56 -05:00
Norbert Thiebaud
8f1eae5b74
repl OClearableGuard(SolarMutex) by SolarMutexGuard as none needed clear()
...
Four site used a Clearbale Guard on the SolarMutex, but non of these site
actually needed to clear the Guard, so SolarMutexGuard fit nicely
2010-10-25 17:54:56 -05:00
Norbert Thiebaud
921136c693
use SolarMutexGuard to guard the SolarMutex
2010-10-25 17:54:56 -05:00
Jan Holesovsky
c0101e8841
Merge commit 'ooo/OOO330_m12'
2010-10-24 15:26:09 +02:00
Sean McMurray
66d6b3fdcf
Use SAL_N_ELEMENTS
2010-10-21 09:13:50 +01:00
Kurt Zenker
24f16a97de
CWS-TOOLING: integrate CWS dba33k
2010-10-20 16:41:18 +02:00
Thorsten Behrens
474bcda10c
Switch all urls from TDF to LibreOffice
...
Additionally, fixes fdo#30667 with new about dialog text, and a
link to http://libreoffice.org/credits.html
2010-10-19 16:10:38 +02:00
Povilas Kanapickas
fd9fa01e69
remove non-compiled code
2010-10-18 15:33:03 +01:00
Ocke.Janssen
d39c01b36b
dba33k: #i114026# check if key columns from all tables are involved
2010-10-18 12:38:57 +02:00
Noel Power
bb24bb302f
Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/base
2010-10-13 15:16:17 +01:00
Jan Holesovsky
7e021847d5
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/base
2010-10-13 14:37:08 +02:00
Noel Power
8146756ab5
initial apply of vba patches ( no container controls, no operator precedence )
2010-10-13 12:47:07 +01:00
Caolán McNamara
c43ae993f6
close namespace
2010-10-13 12:23:13 +01:00
Caolán McNamara
5479b6350d
remove conflict markers
2010-10-13 12:15:08 +01:00
Gil Forcada
bfa69b5fe8
Removed comments, trailing spaces and death code (3)
2010-10-13 12:25:14 +02:00