b83d973a49
emoved lines of code that were commented out.
2011-01-25 15:04:20 +00:00
0e685f0d9f
chart52: #28670# make the legend within charts resizeable - part 2
2011-01-24 17:44:18 +01:00
e4fa8660bc
WaE: gcc 4.6.0 various warnings
2011-01-24 14:44:50 +00:00
cb2edbe3e4
Replace suitable equalsAscii calls with equalsAsciiL.
2011-01-19 23:12:18 +01:00
39a09318dc
Remove useless comments and some dead code.
2011-01-18 13:43:57 -05:00
4b13d3dc1d
Some more dead code removal
2011-01-18 12:25:25 -05:00
0cd32bec48
Remove some more dead code
2011-01-18 12:17:31 -05:00
db95c38b3c
Remove dead code: "//static" and "//virtual"
2011-01-18 11:44:43 -05:00
2ce9a356b9
chart46: merge with DEV300_m97
2011-01-15 17:21:37 +01:00
dbf69a6612
chart46: #i25706# implement date axis - #i116467# change behaviour of own data table
2011-01-14 18:11:00 +01:00
3d6a5a98cd
removetooltypes01: #i112600# remove tooltypes from chart2
2011-01-14 15:18:08 +01:00
0729b2664f
chart51: #i106137# Formatting Toolbar - Focus doesn't switch when select an other element
2011-01-07 13:20:38 +01:00
d1959d6920
undoapi: fixed wrong resolution of merge conflict
2011-01-05 15:00:17 +01:00
7623d8ea4e
undoapi: post-rebase problems fixed
2011-01-04 13:07:07 +01:00
74dfed04ee
undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A number of changes which happened in the CWS need to be redone due to the new build system
2010-12-23 10:01:58 +01:00
9fba7e804f
CWS-TOOLING: integrate CWS chart49
2010-12-17 15:11:37 +01:00
b2b21642be
chart46: #i25706# implement date axis - cleanup
2010-12-10 14:10:17 +01:00
edaa216847
chart46: #i25706# implement date axis
2010-11-30 01:45:03 +01:00
ee67ae67d8
hrc cleanup
2010-11-21 05:22:52 -08:00
33f79158f6
undoapi: when inserting shapes, hide the Undo action which results from the initial positioning of the object
2010-11-18 15:45:39 +01:00
cdf76da872
undoapi: ooops - fixed shape undo actions
2010-11-18 14:21:37 +01:00
df5e24fa7d
chart52: #28670# make the legend within charts resizeable - part 1 - patch from hackfest2010
2010-11-16 15:03:23 +01:00
230136cff1
undoapi: GCC WaE
2010-11-15 12:22:05 +01:00
cbcedd6676
undoapi: updated the Chart test backend
2010-11-16 19:31:36 +01:00
fd3ece0777
undoapi: some exception safety
2010-11-16 13:22:05 +01:00
d2de048b2b
undoapi: moved UndoGuard.hxx to the only folder where it is used, renamed ImplDocumentActions.* to UndoActions.*
2010-11-16 13:20:01 +01:00
2f09474ea1
undoapi: some cleanups after the previos refactoring (more to come)
2010-11-16 13:10:17 +01:00
fa0b1d6e1d
undoapi: derive XUndoManager from XChild, to allow convenient access to the document it belongs to
2010-11-16 12:22:48 +01:00
4d0ae2eac2
undoapi: step 2.3 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:
...
migrate the clients of XDocumentActions to using the new XUndoManager, and completely remove the (X)DocumentActions
still some more cleanup needed
2010-11-16 08:49:38 +01:00
3909360c32
undoapi: step 2.2 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:
...
base the implementation of XDocumentActions on the document's UndoManager
2010-11-15 22:12:48 +01:00
587dfc9e8a
undoapi: step 2.0 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: rename css.chart2.XUndoManager to XDocumentActions. Not sure this class will still exist (in either form) after the refactoring is finished.
2010-11-09 21:37:01 +01:00
78fed9b862
undoapi: step 0.1 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: remove the XModel paramter from the XUndoManager methods, they're an implicit attribute of the instance
2010-11-09 21:36:54 +01:00
a2882eb71c
undoapi: step 0.0 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: remove the unused XUndoHelper
2010-11-09 21:36:50 +01:00
6a0632fe7e
Removed commented-out code.
2010-11-08 12:01:47 -05:00
b4b9fbd72b
Use RTL_CONSTASCII_USTRINGPARAM macro
2010-10-30 16:52:27 +01:00
91f418099e
CWS gnumake: resync to m91; conflicts unresolved
2010-10-28 23:02:10 +02:00
ad3292e2b3
add modelines to .hxx files as well
2010-10-28 15:47:29 +01:00
c94a7511bf
merge vosremoval-mutex.diff
...
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 17:57:36 -05:00
86c595452b
Replace a suspicious Guard on a solar mutex.
...
This site use a OClearableGuard that is being converted to a SolarMutexGuard
Guard will do... What is suspicious is the point where it is cleared.
It seems that it is way to early to serve its declared purpose.
2010-10-25 17:57:35 -05:00
defa3490b4
use SolarMutexGuard to guard the SolarMutex
2010-10-25 17:54:58 -05:00
b903a1de34
chart49: #i113103# guard calls to vcl window with solar mutex
2010-10-25 11:23:56 +02:00
63bb42ab7d
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:18 +02:00
93653d8020
CWS changehid: resync to m89
2010-10-09 18:56:58 +02:00
9767c7f18e
chart49: merge with DEV300_m89
2010-10-07 19:02:44 +02:00
9f5af96425
chart49: cleanup
2010-10-06 14:12:36 +02:00
137b49c1d4
remove include guards using fixguard.py
2010-10-05 19:10:00 +02:00
57500bd17b
Remove redundant #include directives & comments
2010-10-04 11:03:38 +02:00
4e75e8379e
Removed more commented out code.
...
I went through all files under clone/calc/* that had "//#include" and
tidied them up a bit.
2010-10-01 21:45:05 -04:00
80658937fc
sb129: merged in DEV300_m88
2010-09-22 10:27:02 +02:00
a43f7851c7
sb129: #i113189# change UNO components to use passive registration
2010-09-10 13:10:07 +02:00