Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Caolán McNamara
24b867c1e1
Resolves: rhbz#806663 SlideshowImpl can outlive SdModule (somehow)
2012-03-26 13:53:55 +01:00
Tor Lillqvist
b344c30ab4
Sprinkle more DISABLE_SCRIPTING ifdefs
2012-03-05 22:30:12 +02:00
Stephan Bergmann
bd205223ec
New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...
...see ebe26f72e9
"WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
Noel Grandin
5a71069339
convert SdCustomeShow from tools/list to vector
2012-01-31 14:17:33 +00:00
Takeshi Abe
8cc98837d3
catch exception by constant reference
2011-12-25 15:09:58 +09:00
Caolán McNamara
5c1dc778d6
remove some unused code
2011-12-22 10:46:58 +00:00
Michael T. Whiteley
dcfd4beb21
childs -> children
2011-12-08 11:32:41 +02:00
Norbert Thiebaud
2a71139535
remove include of pch header from sd
2011-11-27 13:20:56 -06:00
Thorsten Behrens
84da4113b4
Fix slideshow crasher
...
Recursive event loop killed SlideshowImpl object under my hands -
make it stay until we pop out of callstack again.
2011-11-16 12:39:23 +01:00
Thorsten Behrens
044c534b2d
Fix hang in slideshow.
...
This fixes fdo#32861, by processing all remaining events after the
post-yield callback comes around (that's supposed to be the time
when the app can spend time on event processing).
2011-09-06 16:42:29 +02:00
Dona Hertel
f7ccecc999
Easy Hack remove dead code and uncompiled code in 'sd' module
2011-04-14 11:36:04 +02:00
Jan Holesovsky
a0c13ffcce
Merge remote-tracking branch 'origin/integration/dev300_m101'
...
Conflicts:
sd/source/ui/func/fuinsfil.cxx
sd/source/ui/func/fuprobjs.cxx
sd/source/ui/slideshow/slideshowimpl.cxx
sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx
sd/source/ui/toolpanel/ToolPanelViewShell.cxx
sd/source/ui/view/drawview.cxx
sd/source/ui/view/drtxtob.cxx
sd/source/ui/view/outlnvsh.cxx
sd/source/ui/view/outlview.cxx
2011-03-18 15:40:35 +01:00
Bjoern Michaelsen
c61cd1a5a2
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
2011-03-12 20:06:58 +01:00
Thomas Arnhold
2c5e690eb8
Move DBG_ERROR to OSL_FAIL (multiline)
2011-03-11 23:53:37 +01:00
Thomas Arnhold
e9b90a771e
Move DBG_ERROR to OSL_FAIL for getStr() (multiline)
2011-03-11 23:53:37 +01:00
Thomas Arnhold
f4aaa487d7
Move DBG_ERROR to OSL_FAIL
2011-03-02 15:03:01 +01:00
Alfonso Eusebio
d65676666d
Remove includes related to Hyperlink Bar in impress_draw
...
Removed includes dependant on hyperlink bar headers.
2011-02-10 09:37:09 +01:00
Alfonso Eusebio
5d99f86396
Remove obsolete Hyperlink Bar from impress_draw
...
Removed hyperlink bar references from impress and draw.
Menu entry appears greyed out until it gets removed from core modules.
2011-02-10 09:37:09 +01:00
Carsten Driesner
6e9afe9627
removetooltypes01: Rebase to DEV300m98
2011-01-21 17:18:37 +01:00
Carsten Driesner
3d6bed44c8
removetooltypes01: #i112600# Remove tools types from sd
2011-01-17 11:41:00 +01:00
Caolán McNamara
3bef32f4ae
cppunit: prefer prefix variant
2011-01-06 14:01:27 +00:00
Gert Faller
8f1dd190d1
change of __READONLY_DATA define to const
2010-12-12 09:23:19 +01:00
Robert Roth
b4106d0526
Removed dead code and comments from sd
2010-12-05 12:47:23 +00:00
Christian Lippka
03a5e096c8
impressdefaults1: #i113019# make user paint settings persistent and added context menu to change pen settings
2010-12-02 14:05:23 +01:00
Christian Lippka ORACLE
ef238fc511
impressdefaults1: #i113018# use red as default pen color, enable pen context menu
2010-12-01 10:02:17 +01:00
Caolán McNamara
c268735d81
get this building again
2010-11-16 14:32:34 +00:00
Gert Faller
1645ea4b42
RTL_CONSTASCII_USTRINGPARAM macro
2010-11-02 21:10:06 +00:00
Norbert Thiebaud
d2d960a4be
convert vos/process.hxx and related API
2010-10-25 17:58:18 -05:00
Norbert Thiebaud
f883da353a
use SolarMutexGuard to guard the SolarMutex
2010-10-25 17:58:18 -05:00
Katarina Machalkova
6fdcfcc10d
Merged pptx-autoplay-fix.diff from ooo-build
2010-10-13 19:57:59 +02:00
Sebastian Spaeth
80b0861510
Add vim/emacs modelines to all source files
...
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de >
2010-10-13 10:57:43 +02:00
Petr Mladek
8e7505f5f5
remove include guards using fixguard.py
2010-10-05 18:20:54 +02:00
Andre Fischer<Andre.W.Fischer
436416a632
renaissance1: resolved merge conflicts, cleanup.
2010-07-08 12:27:24 +02:00
Andre Fischer
df76bfb069
renaissance1: merge with DEV300_m84
2010-07-01 18:06:39 +02:00
Christian Lippka
defcfcf416
cws impress190: rebase m82
2010-06-14 18:49:32 +02:00
sj
622fd52d85
impress190: merge with dev300_m80
2010-06-04 22:30:37 +02:00
Andre Fischer<Andre.W.Fischer
5ad79ff630
renaissance1: merge with DEV300_m80
2010-06-02 15:26:12 +02:00
Christian Lippka
58dd850178
#i89450# removed unused code
2010-05-05 17:39:48 +02:00
Christian Lippka
c842884262
#i10880# fixed pause logo in impress slideshow
2010-04-16 15:08:05 +02:00
Andre Fischer<Andre.W.Fischer
9300afa21c
renaissance1: merge with DEV300_m75
2010-03-23 15:37:20 +01:00
Frank Schoenheit [fs]
2ee0a0a806
autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-11 11:26:05 +01:00
Jens-Heiner Rechtien
9e19ff00c7
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
Frank Schoenheit [fs]
c96b2fdb50
autorecovery: commit resolved merge (after rebase to m71)
2010-02-04 10:38:39 +01:00
Andre Fischer
23a61a9969
renaissance1: #i107215# First draft of the new slide sorter design.
2010-01-27 11:41:30 +01:00
Frank Schoenheit [fs]
5f05cb55bc
autorecovery: merge after rebase to m69
2010-01-08 22:50:33 +01:00
thb
7dd531f8d6
eraser01: merge with DEV300 m68
2010-01-07 13:07:30 +01:00
thb
d30bcd0529
eraser01: #i97972# - one more fix for erase all ink
...
* make sd flags reflect the slideshow state after eraseAllInk was
called. Fix is from Metrokid.
2009-12-16 15:02:20 +01:00
thb
967d3ca09c
eraser01: #i97972# - Fixed two minor bugs
...
* ran autoconf, to get the --enable-extra-presenter-ui option
* fixed thinko when selecting eraser width (slideshow was switching
to eraser mode then, but context menu stayed at pen)
2009-12-16 14:47:09 +01:00