Commit Graph

1494 Commits

Author SHA1 Message Date
25fafb0689 removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw 2011-02-08 11:05:35 +01:00
7fa8864a0f removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
ddf5973908 undoapi: pulled and merged DEV300.m98 2011-01-28 11:44:02 +01:00
f163f1264a removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +01:00
a2242be9c3 removetooltypes01: #i112600# remove tooltypes from basctl 2011-01-14 11:16:25 +01:00
d213658e38 rebase to DEV300_m96 2011-01-06 11:11:47 +01:00
cc8d3de7d2 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
3b4cbe2512 CWS-TOOLING: integrate CWS mib19 2010-12-17 13:36:59 +01:00
b8c0bb8307 mib19: rebase to DEV300m95 2010-12-09 10:13:55 +01:00
65db01a81b rebased to OOO330m17 2010-12-06 13:01:23 +01:00
f285546140 CWS gnumake2: resync to m94 2010-11-26 15:27:38 +01:00
4592bb216c merge with DEV300_m94 2010-11-24 18:50:17 +01:00
8bb099cf0a undoapi: merge after pulling DEV300.m94 2010-11-22 10:17:18 +01:00
7f6d48f1e1 CWS-TOOLING: integrate CWS dba34a 2010-11-08 16:01:31 +01:00
73d1831a75 undoapi: unxlngi6 WaE 2010-11-05 09:05:25 +01:00
71a635b264 merge with DEV300_m92 2010-11-04 18:55:02 +01:00
ea516d858b undoapi: attempt to fix broken Undo contexts after executing a script 2010-11-04 10:36:00 +01:00
7a95f49bde undoapi: finally removed Enter/LeaveBasicAction 2010-11-02 21:29:38 +01:00
b691b5bcc4 vcl117: #i115056# change direct help texts to help ids to allow for proper help content 2010-11-02 17:03:34 +01:00
91af7f324d CWS-TOOLING: integrate CWS svarray 2010-11-01 16:40:46 +01:00
107da58989 undoapi: removed SfxApplication::IsInBasicCall
It checked a counter for being != 0 which, effectively, was set to 1 at application
startup, and never reset to 0 (though incremented and decremented by calls to Enter/LeaveBasicCall).
So, IsInBasicCall was meaningless.
Consequently, Enter/LeaveBasicCall collapse to empty operations, not doing anything anymore.
Will (hopefully) remove those, too, but need them for the moment to track and judge, guess, basic calls ...
2010-11-01 15:17:35 +01:00
f8b3fd8adf CWS gnumake2: resolve conflicts and make sources buildable on Linux 2010-10-29 15:36:30 +02:00
44a73f1f53 merge after pulling DEV300.m91 2010-10-29 11:31:21 +02:00
c93f01621f CWS gnumake: resync to m91; conflicts unresolved 2010-10-28 23:02:10 +02:00
c4f5b38275 undoapi: adjusted forward declaration SfxUndoManager->IUndoManager. Not sure why this slipped my (the compiler's) attention originally ... 2010-10-22 14:11:53 +02:00
8082b79563 svarray: merge with DEV300 m90 2010-10-20 22:48:22 +02:00
a70f500bc9 undoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IUndoManager interface.
Change the SfxShell's UndoManager attribute to be an IUndoManager. Did all the resulting changes
up the source tree.
This way, we'll hopefully be able to provide an IUndoManager implementation in Writer, which
is not based on the SfxUndoManager, but on Writer's own Undo implementation.
2010-10-20 14:54:59 +02:00
1b1be7f4d5 CWS changhid: some missing HIDs 2010-10-14 13:11:09 +02:00
976acf3ed1 CWS changehid: generate former auto hids into src files 2010-10-11 17:56:12 +02:00
9570f4dfff CWS changehid: resync to m89 2010-10-09 18:56:58 +02:00
sb
29d1f19d1f sb129: merged in DEV300_m88 2010-09-22 10:27:02 +02:00
6e8f760461 svarray 2010-09-17 19:06:31 +02:00
66ee906cda DEV300: changesets OOO330 up to m8 2010-09-17 13:32:40 +02:00
1a765f1c8c mib19: #163639# IDE call stack: Don't try to display objects as string 2010-09-15 15:07:53 +02:00
sb
5dbc43ead1 sb129: #i113189# change UNO components to use passive registration 2010-09-10 13:10:07 +02:00
5f1022af3a dba34a: removed SvLBox'es (and friends) Set/GetWindowBits. They were used in parallel to Window's
Set/GetStyle, with WB_* values which overlapped with existing (generic) WB_* bits. Since this
overlapping has been removed, there's no need to have both Style and WindowBits at those classes.
Should remove some source of confusion and error (and, well, perhaps introduce some new errors :) ).
2010-09-03 17:53:47 +02:00
73931432e2 merged in latest changes from CWS dba33i 2010-09-03 15:02:47 +02:00
ac88e862f9 dba34a: merged in CWS dba33i 2010-09-02 14:25:11 +02:00
c2ac9c93bd dba33i: #i111146# migrated all SFX-based applications to use named views 2010-09-01 14:59:07 +02:00
ec38ffb432 CWS-TOOLING: integrate CWS codecleanup02 2010-08-25 17:21:42 +02:00
c8852505f8 mib18: #163121# Declare Rework 2010-08-06 09:35:51 +02:00
82de1aefa1 mib17: rebase to DEV300_m84 2010-07-27 17:12:01 +02:00
63011eb5ee mib17: move VBA specific interfaces into vba subdir 2010-07-27 14:43:33 +02:00
a1f5f61d46 CWS changehid: #i111784#: rework keyword search 2010-07-21 17:46:37 +02:00
d773cda7d1 CWS changehid: resync to m84 2010-07-13 14:38:37 +02:00
475b9ceed3 CWS gnumake2: resync to DEV300_m84 2010-07-13 14:36:24 +02:00
c61aa274cb CWS changehid: #i111874#: change code to support HelpIds as byte strings 2010-07-10 18:21:24 +02:00
c57d83d4b6 codecleanup02: merge with DEV300_m84 2010-07-02 13:17:39 +02:00
5b5b5ff7a0 codecleanup02: #i112685# Removed ifdefs and code for MAC 2010-06-30 09:48:27 +02:00
3459495f52 jl152 merge with DEV300_m83 2010-06-22 09:36:55 +02:00