Caolán McNamara
38ca8c25b7
WaE: remove shadowed variable
2010-10-20 12:59:22 +01:00
David Tardon
06f8869875
fix delete/delete[] mismatch
2010-10-20 12:48:41 +02:00
Trevor Murphy
b74679e29e
Minor libs-core comment clean-up
2010-10-19 23:45:24 -05:00
Thomas Klausner
8bd677c532
Add missing semicolon.
...
Suggested by Caolán McNamara <caolanm@redhat.com>.
2010-10-19 22:17:56 +02:00
Thorsten Behrens
46efbdbb2e
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 18:05:56 +02:00
Thorsten Behrens
111fd6d010
Make about dialog display clickable hyperlink for credits
...
Added a svt::FixedHyperlink to the about dialog, so people can
click on something to get to the credits page.
2010-10-19 18:05:56 +02:00
Caolán McNamara
3973845deb
survive missing configuration entries gracefully
2010-10-19 11:56:57 +01:00
Caolán McNamara
9591852cca
don't set singletonCreated before possible throws
2010-10-19 11:56:57 +01:00
Florian Bircher
ae635c1eda
use SAL_N_ELEMENTS
2010-10-18 18:54:59 -05:00
Povilas Kanapickas
bc8fcf207f
remove non-compiled code
2010-10-18 19:38:00 +01:00
Caolán McNamara
34f1c06830
#i112656# add osl_setEnvironment and osl_clearEnvironment
2010-10-18 15:42:48 +01:00
Caolán McNamara
a8e4476824
#i7065# add Title Page dialog
2010-10-18 13:51:41 +01:00
Luke Symes
69fc4c22e9
cleanup some more dead code under connectivity
2010-10-17 09:13:35 +02:00
Luke Symes
4a624e6e78
remove dead code from dbase driver
2010-10-17 08:53:39 +02:00
Jesús Corrius
5639017c21
Make calls to unary_function and binary_function less ambiguous for VC10
2010-10-17 07:49:34 +02:00
Kenneth Venken
a36dcb2913
use SAL_N_ELEMENTS macro
2010-10-17 00:13:19 -05:00
Andreas Mantke
3d361dbc2d
Translation of Comments to English
2010-10-16 20:27:50 +01:00
Thorsten Behrens
e0a2bb01d5
Fix missing media-type for ODF thumbnails
...
As per ODF 1.2 Part 3, 4.8.10:
A manifest:media-type attribute should be present for all files and
directories where a MIME media type exists for the content of the
file...
So added "image/png" for the thumbnails there.
2010-10-16 01:11:45 +02:00
Luboš Luňák
39ab4ede2a
rely on KFileDialog for automatically adding extension
...
Otherwise there are two checkboxes, and since it's difficult to get
at the KFileDialog one, just assume it does the right thing (which
additionally makes it consistent with other KDE apps).
2010-10-15 21:03:59 +02:00
Luboš Luňák
6fcf549b01
do not use generic class names in the KDE3 fpicker code
2010-10-15 19:58:47 +02:00
Joseph Powers
d416b09bf8
Some fixes for compile warnings
...
Removing compile time warnings about enum values not being handled in select statement.
2010-10-15 18:24:46 +01:00
Noel Power
f2fb33e951
fix fdo#30853 remove find related to Oracle specific MacroMigration
2010-10-15 16:13:15 +01:00
Michael Meeks
75dc349a4a
Close holes and wasted space in structures.
2010-10-15 15:12:13 +01:00
Noel Power
e63e28d7d6
fix fdo#30856 remove VBAForm property and associated geometry hack
2010-10-15 13:01:39 +01:00
Noel Power
65637b67f5
migrate OOo 3.x data
2010-10-15 13:01:39 +01:00
Michael Meeks
7c46954800
add missing include
2010-10-15 12:14:59 +01:00
Luboš Luňák
57b130b75e
#include <sal/macros.h> for SAL_N_ELEMENTS
2010-10-15 12:47:30 +02:00
Jan Holesovsky
e653925a53
Don't expose unnecessary symbols in lockfile.
...
lockfile-less-symbols.diff
2010-10-15 11:40:35 +02:00
Jan Holesovsky
14b7173f65
Don't do dns lookup on startup.
...
lockfile-dont-do-dns-lookup.diff, n#389257
2010-10-15 11:40:35 +02:00
Tor Lillqvist
a07a2d9c94
mail-document-subject.diff: sanitize subject if document mailed from LibreOffice
...
bnc#459176
2010-10-15 11:10:08 +02:00
Michael Meeks
c63d5210fd
add lots more missing sal/macros.h includes
2010-10-14 22:33:33 +01:00
Michael Meeks
f06fca80cd
include correct sal/macros.h header to compile.
2010-10-14 22:10:14 +01:00
Kayo Hamid
b7c82daa28
Switch to use SAL_N_ELEMENTS macro, everywhere
2010-10-14 21:15:24 +01:00
Caolán McNamara
1b0c6da1c3
fix some warnings
2010-10-14 20:23:10 +01:00
Harri Pitkänen
1c84461b66
remove redundant null checks.
2010-10-14 17:32:43 +01:00
Harri Pitkänen
2d3941f9f8
fix leak
2010-10-14 17:32:42 +01:00
Luboš Luňák
58fdac4636
better fix for QClipboard blocking, future-proof
2010-10-14 18:15:09 +02:00
Caolán McNamara
ad57544428
fdo#30473 use libreoffice symlink for RH
2010-10-14 13:36:11 +01:00
Thorsten Behrens
64a437cb79
Disable user migration when SAL_DISABLE_USERMIGRATION is set
...
Because of the fact that LibreOffice automatically converts old
user configurations over to the new install (which is right 99% of
the times), we needed a way to explicitely prevent that on first
start - simply export SAL_DISABLE_USERMIGRATION=1 on initial LibO
start.
2010-10-14 13:47:40 +02:00
Kohei Yoshida
a4f844436f
Use Ctrl-Shift-D to launch selection list in Calc.
2010-10-14 00:32:24 -04:00
Kohei Yoshida
ac206384e7
Merge branch 'master' into feature/calc-key-binding-compat
2010-10-13 23:21:50 -04:00
Caolán McNamara
84436b5688
tweaks for AIX
2010-10-13 20:30:55 +01:00
Caolán McNamara
3317f535d1
AIX tweaks
2010-10-13 20:30:55 +01:00
Caolán McNamara
5d78ff3bca
fix AIX build
2010-10-13 20:30:55 +01:00
Caolán McNamara
582bb127ad
fix typo
2010-10-13 20:30:55 +01:00
Caolán McNamara
53baa03a40
add AIX to desktop
2010-10-13 20:30:55 +01:00
Katarina Machalkova
4464655f41
Merged pptx-autoplay-fix.diff from ooo-build
2010-10-13 20:58:27 +02:00
Katarina Machalkova
8bc89efca8
Merged xlsx-shared-xlsx-snapshot.diff from ooo-build
2010-10-13 20:58:27 +02:00
Cédric Bosdonnat
78bae05a41
fdo#30840: Fixed zoom level on the license document
2010-10-13 20:11:54 +02:00
Noel Power
df17a7c203
Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/libs-core
2010-10-13 15:17:05 +01:00