Commit Graph

12779 Commits

Author SHA1 Message Date
Muthu Subramanian K
34b70a6b3a Build fix for building with NVidia libraries/drivers 2010-10-13 13:22:19 +05:30
Alan Du
b380ae1064 Removed a lot of the //CHINA001 comments. 2010-10-11 20:24:32 -04:00
David Tardon
9f2302a41d prevent possible use of a ref. to deleted LocaleDataWrapper 2010-10-11 11:42:51 +02:00
Norbert Thiebaud
78e905fd10 merge vosremoval-thread patch 2010-10-10 21:29:04 -05:00
Norbert Thiebaud
d5f8d65030 merge vosremoval-diagnoses patch 2010-10-10 19:47:59 -05:00
Kalman Szalai - KAMI
ae786dfb14 Draw options window string truncation, Contents page #i113896# 2010-10-10 18:50:26 +02:00
Norbert Thiebaud
c9704b22e8 missing include for SAL_N_ELEMENTS 2010-10-09 21:10:36 -05:00
Kayo Hamid
99a4cb5f12 Use SAL_N_ELEMENTS macro 2010-10-09 13:48:03 -05:00
Petr Mladek
19ea6c03a8 Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/impress 2010-10-08 22:48:21 +02:00
Petr Mladek
6c31aaf6be Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2) 2010-10-08 15:56:12 +02:00
Norbert Thiebaud
118323a96c FASTBOOL to bool conversion 2010-10-07 19:06:03 -05:00
krishnan parthasarathi
2bbe258271 Removing comments from sd/source/ui/func/bulmaper.cxx 2010-10-07 17:07:16 +01:00
Petr Mladek
e4035c6b34 more removed include guards using fixguard.py 2010-10-07 15:24:38 +02:00
Caolán McNamara
7aa77ca9b2 #i94007# #i111758# fix RenderBadPicture on multihead setups and cairo 2010-10-06 16:33:53 +01:00
Jan Holesovsky
3904e22c98 Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/impress 2010-10-06 14:41:19 +02:00
Jan Holesovsky
4ae5d27ec1 Merge commit 'ooo/OOO330_m9' 2010-10-06 13:36:08 +02:00
Caolán McNamara
bded264534 add virtual dtor, cppcheck warning 2010-10-06 09:14:22 +01:00
Caolán McNamara
62dc35ffb0 #i113072# redundant dereferences 2010-10-06 08:43:55 +01:00
Caolán McNamara
aa722113e2 #i109623# fix warnings 2010-10-06 08:43:55 +01:00
Petr Mladek
8ca15ae5a4 more removed include guards using fixguard.py 2010-10-05 18:20:55 +02:00
Petr Mladek
27da23aa8c fixed include files after removing the guards 2010-10-05 18:20:54 +02:00
Petr Mladek
8e7505f5f5 remove include guards using fixguard.py 2010-10-05 18:20:54 +02:00
Caolán McNamara
c6ecc0827e use radio buttons for mutually excusive menu options 2010-10-05 08:51:02 +01:00
Kohei Yoshida
97f057bf8a Ported draw-load-layer-visibility-fix.diff from ooo-build.
This fixes a bug where invisible layers were not marked blue upon
document import. (n#606434)
2010-10-04 22:05:24 -04:00
J. Graeme Lingard
ebbdaa1a04 Remove commented out #include directives. 2010-10-04 19:44:39 -04:00
Kalman Szalai - KAMI
eb87d3bcef Code cleanup after i80528 2010-10-02 16:03:49 +02:00
Andras Timar
34ef373b32 make CustomUnitText "%" consistent, #i35956#
Despite the state of issue #i35956# this patch was not integrated.
2010-10-02 09:12:01 +02:00
Caolán McNamara
1a6c7c5e6f Split a11y ctor (#i114012)
Split ctor so that there aren't any horrible callbacks into semi-constructed
objects that causes draw/impress to immediately die if a11y is enabled
2010-09-30 17:34:35 +01:00
Caolán McNamara
d9d1187509 #i102142# Fix the notorious presentation pixmap leak discovered via xresgrind 2010-09-30 10:42:04 +01:00
Kohei Yoshida
63d22cc404 Ported statusbar-fancy-modified-status-sd.diff from ooo-build. 2010-09-29 17:09:01 -04:00
Rene Engelhard
5ce76a9b8c fix build failure (must be pos1--, not i--) 2010-09-28 22:08:13 +02:00
NeilBrown
bb58dbf969 Improve randomisation in 'dissolve' transition.
The loop for randomizing a list in the dissolve transition is poor.

It randomly chooses two element and swaps them, and does this N/2 times.
Thus a total of N elements are moved.
It is probable that several elements will be swapped multiple times,
leaving it probable that several other elements will not be swapped at all.

This fact is quite visible when transitioning between two very different
slides (e.g. 2 photos).  While there is a lot of randomness, there is a
clearly perceptible top-to-bottom 'wipe' happening at the same time.

So change the loop to provide true randomness.
We randomly choose an element for the last position.
Then randomly choose one of the remaining elements for the second
last position, etc.

Signed-off-by: NeilBrown <neilb@suse.de>
2010-09-28 15:12:03 +01:00
Fridrich Štrba
a677e717e3 Replace the "Help Support" menu item by the "License Information" one 2010-09-28 08:44:11 +02:00
Thorsten Behrens
aa9af08b38 fit-list-to-size.diff: Shrink font automatically when text overflows.
i#94086

Scale-font-down if typing text in Impress and the text box becomes too small.
2010-09-17 10:14:35 +02:00
Tor Lillqvist
b91ad8c613 Update .gitignore for Windows builds 2010-09-16 21:17:08 +03:00
Radek Doulik
6bee4baf37 patches/gstreamer/gstreamer-slideshow.diff: gstreamer
- use SystemChildWindow instead of JavaChildWindow when building with gstreamer
2010-09-16 15:30:14 +02:00
Michael Meeks
ba3f54db1c default-no-registration-menu-sd.diff: Remove registration from menu. 2010-09-15 10:52:40 +02:00
obo
00a326249f CWS-TOOLING: integrate CWS dba33i 2010-09-14 09:05:18 +02:00
obo
3e54226eae CWS-TOOLING: integrate CWS impress200 2010-09-14 07:53:51 +02:00
Jan Holesovsky
86d52bf829 Merge commit 'ooo/OOO330_m7' 2010-09-08 11:34:03 +02:00
Frank Schoenheit [fs]
e54a8a83b7 dba33i: #i113788# ensure the resource framework activates the TaskPane when the respective window is activated (might happen when triggered by SFX, bypassing the resource framework) 2010-09-03 13:48:56 +02:00
Frank Schoenheit [fs]
28d8a1b195 dba33i: #i111146# migrated all SFX-based applications to use named views 2010-09-01 14:59:07 +02:00
Kurt Zenker
335c73b09d CWS-TOOLING: integrate CWS impress197 2010-08-31 15:10:03 +02:00
Christian Lippka
2d0889c2a0 impress200: merge 2010-08-26 21:56:23 +02:00
Andre Fischer<andre.f.fischer
afdd5d014c impress200: #i101006# Prevent multiple master pages with identical names. 2010-08-26 16:36:49 +02:00
Thorsten Behrens
d0ac8f1e78 linkwarn-sd-no-dnd-links.diff: Do not link on drag and drop.
n#348149
2010-08-25 23:20:11 +02:00
Thorsten Behrens
dd5adf0cd9 linkwarn-dlg-in-apps.diff: Wire up link warning dlg in applications.
n#348149
2010-08-25 22:59:10 +02:00
Jan Holesovsky
09a64b22bd Update .gitignore. 2010-08-24 17:01:38 +02:00
Jan Holesovsky
d50218006d Create .gitignore. 2010-08-20 00:19:00 +02:00
Jan Holesovsky
7eab8cebe4 Merge commit 'ooo/OOO330_m4' 2010-08-18 18:03:06 +02:00