Commit graph

1218 commits

Author SHA1 Message Date
Jens-Heiner Rechtien
ba88cbd113 INTEGRATION: CWS os2port02 (1.42.12); FILE MERGED
2007/10/04 19:44:28 ydario 1.42.12.1: Issue number: i82034
Submitted by: ydario
Reviewed by:  ydario
Commit of changes for OS/2 CWS source code integration.
2007-11-02 11:54:49 +00:00
Kurt Zenker
6359380bcc INTEGRATION: CWS basmgr03 (1.2.12); FILE MERGED
2007/09/24 11:04:49 fs 1.2.12.8: #i81767# getAllScriptDocuments: sort documents by title, if requested
2007/08/01 08:29:31 fs 1.2.12.7: #i73331# last LEGACY_* methods removed
2007/07/31 12:31:25 fs 1.2.12.6: #i73331# signature functionality outsourced to DocumentSignature class
2007/07/31 08:51:11 fs 1.2.12.5: #i73331# LEGACY_startDocumentListening removed
2007/07/31 07:53:40 fs 1.2.12.4: #i73331# removed ctor-with-SfxObjectShell
2007/07/30 13:38:29 fs 1.2.12.3: #i73331# distinguish between being valid and being alive
2007/07/27 20:44:11 fs 1.2.12.2: #i73331# disallowMacros -> allowMacros
2007/07/26 08:56:34 fs 1.2.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007-10-09 14:25:38 +00:00
Kurt Zenker
300f59e70d INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED
2007/08/01 11:25:09 fs 1.1.2.2: #i10000#
2007/07/31 12:32:17 fs 1.1.2.1: wrapping signature functionality of a ScriptDocument
2007-10-09 14:25:25 +00:00
Kurt Zenker
a848ae1755 INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED
2007/07/31 08:49:45 fs 1.1.2.3: #i73331# +onDocumentModeChanged
2007/07/30 19:53:24 fs 1.1.2.2: #i10000#
2007/07/30 13:38:03 fs 1.1.2.1: #i73331# wrapper for notifying document-related events, obtained from a UNO instead of an SFX source
2007-10-09 14:25:16 +00:00
Kurt Zenker
05659f4809 INTEGRATION: CWS basmgr03 (1.5.2); FILE MERGED
2007/08/24 19:50:49 fs 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED
2007/07/31 08:49:45 fs 1.5.2.2: #i73331# +onDocumentModeChanged
2007/07/30 13:37:15 fs 1.5.2.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007-10-09 14:25:06 +00:00
Kurt Zenker
a71e7401e2 INTEGRATION: CWS basmgr03 (1.3.26); FILE MERGED
2007/09/25 13:07:49 fs 1.3.26.12: fix FilterDocuments::includeDocument so that invisible documents are really excluded
2007/09/24 11:05:01 fs 1.3.26.11: #i81767# getAllScriptDocuments: sort documents by title, if requested
2007/08/23 20:09:06 fs 1.3.26.10: #i73331# documentenumeration moved from module unotools to module basctl (no other clients so far)
2007/08/01 08:29:54 fs 1.3.26.9: #i73331# last LEGACY_* methods removed
2007/07/31 12:32:36 fs 1.3.26.8: #i73331# signature functionality outsourced to DocumentSignature class
2007/07/31 08:51:28 fs 1.3.26.7: #i73331# LEGACY_startDocumentListening removed
2007/07/31 07:54:56 fs 1.3.26.6: #i73331# SfxObjectShell obtained when needed only, not kept as member
2007/07/30 13:38:57 fs 1.3.26.5: #i73331# distinguish between being valid and being alive / be an DocumentEventListener at the document we represent
2007/07/27 20:44:57 fs 1.3.26.4: #i73331# use the newly introduced XEmbeddedScripts to access the scripts/dialogs in a document, and to determine whether macro execution for a document is allowed
2007/07/26 10:51:01 fs 1.3.26.3: #i10000#
2007/07/26 09:03:18 fs 1.3.26.2: add forgotten dtor
2007/07/26 08:56:47 fs 1.3.26.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007-10-09 14:24:54 +00:00
Kurt Zenker
2d97eba985 INTEGRATION: CWS basmgr03 (1.19.12); FILE MERGED
2007/07/26 09:10:50 fs 1.19.12.1: remove unused calls to SfxViewFrame::Current
2007-10-09 14:24:41 +00:00
Kurt Zenker
05b0415946 INTEGRATION: CWS basmgr03 (1.31.12); FILE MERGED
2007/08/24 19:50:03 fs 1.31.12.3: RESYNC: (1.31-1.32); FILE MERGED
2007/07/30 13:41:09 fs 1.31.12.2: #i73331# distinguish between a ScriptDocument being valid and being alive
2007/07/26 09:10:50 fs 1.31.12.1: remove unused calls to SfxViewFrame::Current
2007-10-09 14:24:29 +00:00
Kurt Zenker
520563557a INTEGRATION: CWS basmgr03 (1.62.16); FILE MERGED
2007/09/24 11:06:51 fs 1.62.16.3: #i81767# getAllScriptDocuments parameter changed
2007/07/30 13:41:09 fs 1.62.16.2: #i73331# distinguish between a ScriptDocument being valid and being alive
2007/07/26 09:10:50 fs 1.62.16.1: remove unused calls to SfxViewFrame::Current
2007-10-09 14:24:16 +00:00
Kurt Zenker
d57125226f INTEGRATION: CWS basmgr03 (1.25.12); FILE MERGED
2007/08/23 20:09:06 fs 1.25.12.3: #i73331# documentenumeration moved from module unotools to module basctl (no other clients so far)
2007/07/31 12:33:07 fs 1.25.12.2: #i73331# +docsignature
2007/07/30 13:40:18 fs 1.25.12.1: #i73331# +doceventlistener
2007-10-09 14:24:04 +00:00
Kurt Zenker
ef0a779856 INTEGRATION: CWS basmgr03 (1.36.12); FILE MERGED
2007/07/30 13:39:32 fs 1.36.12.4: #i73331# distinguish between a ScriptDocument being valid and being alive
2007/07/27 20:46:02 fs 1.36.12.3: #i73331# disallowMacros -> allowMacros
2007/07/26 09:10:50 fs 1.36.12.2: remove unused calls to SfxViewFrame::Current
2007/07/26 08:56:47 fs 1.36.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007-10-09 14:23:52 +00:00
Kurt Zenker
bec7491a73 INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED
2007/08/24 18:41:46 fs 1.1.2.2: removed wrong include
2007/08/23 20:08:38 fs 1.1.2.1: moved herein from module unotools: enumerate all documents in the running application
2007-10-09 14:23:41 +00:00
Kurt Zenker
91966d75da INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED
2007/08/23 20:08:38 fs 1.1.2.1: moved herein from module unotools: enumerate all documents in the running application
2007-10-09 14:23:31 +00:00
Kurt Zenker
723af7ef64 INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED
2007/08/01 11:25:08 fs 1.1.2.2: #i10000#
2007/07/31 12:32:21 fs 1.1.2.1: wrapping signature functionality of a ScriptDocument
2007-10-09 14:23:14 +00:00
Kurt Zenker
08b69c44f2 INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED
2007/07/31 08:52:40 fs 1.1.2.2: #i73331# +onDocumentModeChanged
2007/07/30 13:38:10 fs 1.1.2.1: #i73331# wrapper for notifying document-related events, obtained from a UNO instead of an SFX source
2007-10-09 14:23:05 +00:00
Kurt Zenker
34fd7965cd INTEGRATION: CWS basmgr03 (1.22.12); FILE MERGED
2007/09/24 11:06:31 fs 1.22.12.3: #i81767# getAllScriptDocuments parameter changed
2007/07/30 13:40:00 fs 1.22.12.2: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007/07/26 08:56:47 fs 1.22.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007-10-09 14:22:55 +00:00
Kurt Zenker
5696ec0b08 INTEGRATION: CWS basmgr03 (1.12.12); FILE MERGED
2007/09/24 11:07:20 fs 1.12.12.3: during #i81767# +GetLibraryType
2007/07/31 08:52:40 fs 1.12.12.2: #i73331# +onDocumentModeChanged
2007/07/30 13:40:00 fs 1.12.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007-10-09 14:22:43 +00:00
Kurt Zenker
f6d2887c7c INTEGRATION: CWS basmgr03 (1.24.12); FILE MERGED
2007/09/24 11:07:20 fs 1.24.12.3: during #i81767# +GetLibraryType
2007/07/31 08:52:40 fs 1.24.12.2: #i73331# +onDocumentModeChanged
2007/07/30 13:40:00 fs 1.24.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007-10-09 14:22:30 +00:00
Kurt Zenker
5db2f0f986 INTEGRATION: CWS basmgr03 (1.40.12); FILE MERGED
2007/09/24 11:06:16 fs 1.40.12.3: #i81767# getAllScriptDocuments parameter changed
2007/08/24 19:49:30 fs 1.40.12.2: RESYNC: (1.40-1.41); FILE MERGED
2007/07/30 13:40:49 fs 1.40.12.1: #i73331# distinguish between a ScriptDocument being valid and being alive
2007-10-09 14:22:16 +00:00
Kurt Zenker
7eedc061bc INTEGRATION: CWS basmgr03 (1.43.6); FILE MERGED
2007/09/24 11:06:06 fs 1.43.6.6: #i81767# getAllScriptDocuments parameter changed
2007/08/24 19:49:11 fs 1.43.6.5: RESYNC: (1.43-1.44); FILE MERGED
2007/08/01 08:29:48 fs 1.43.6.4: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell
2007/07/31 08:53:12 fs 1.43.6.3: #i73331# last event (ModeChanged) now notified via UNO instead of SFX
2007/07/31 07:54:20 fs 1.43.6.2: #i73331# ScriptDocument ctor with SfxObjectShell removed
2007/07/30 13:37:21 fs 1.43.6.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007-10-09 14:22:02 +00:00
Kurt Zenker
0dfdaf1d62 INTEGRATION: CWS basmgr03 (1.20.2); FILE MERGED
2007/07/31 12:32:55 fs 1.20.2.1: #i73331# signature functionality outsourced to DocumentSignature class
2007-10-09 14:21:50 +00:00
Kurt Zenker
aacb329376 INTEGRATION: CWS basmgr03 (1.52.6); FILE MERGED
2007/08/01 08:29:48 fs 1.52.6.4: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell
2007/07/31 12:32:55 fs 1.52.6.3: #i73331# signature functionality outsourced to DocumentSignature class
2007/07/30 13:40:41 fs 1.52.6.2: #i73331# don't ask for modified state of dead documents
2007/07/26 08:56:47 fs 1.52.6.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007-10-09 14:21:36 +00:00
Kurt Zenker
fe29477dfa INTEGRATION: CWS basmgr03 (1.41.12); FILE MERGED
2007/08/24 19:48:52 fs 1.41.12.3: RESYNC: (1.41-1.42); FILE MERGED
2007/07/27 20:45:50 fs 1.41.12.2: #i73331# disallowMacros -> allowMacros
2007/07/26 08:56:47 fs 1.41.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007-10-09 14:21:22 +00:00
Kurt Zenker
c632299c91 INTEGRATION: CWS basmgr03 (1.8.12); FILE MERGED
2007/07/31 08:52:40 fs 1.8.12.2: #i73331# +onDocumentModeChanged
2007/07/30 13:36:56 fs 1.8.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007-10-09 14:21:09 +00:00
Kurt Zenker
ce2c858ec8 INTEGRATION: CWS basmgr03 (1.13.12); FILE MERGED
2007/09/24 11:05:34 fs 1.13.12.3: #i81767# BasicLibBox sort script documents by title
2007/07/31 08:52:40 fs 1.13.12.2: #i73331# +onDocumentModeChanged
2007/07/30 13:36:56 fs 1.13.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007-10-09 14:20:55 +00:00
Kurt Zenker
5d0e7346b4 INTEGRATION: CWS basmgr03 (1.19.26); FILE MERGED
2007/07/27 20:45:42 fs 1.19.26.1: #i73331# SetHasNoBasic needs to happen before creation of the UNO model
2007-10-09 14:20:43 +00:00
Vladimir Glazounov
571816da4a INTEGRATION: CWS impress128_SRC680 (1.18.22); FILE MERGED
2007/08/17 14:40:53 cl 1.18.22.1: #i80752# put controls on control layer and added a repaint guard
2007-08-28 08:51:31 +00:00
Vladimir Glazounov
0cc6bd4dc4 INTEGRATION: CWS impress128_SRC680 (1.51.16); FILE MERGED
2007/08/17 14:41:16 cl 1.51.16.1: #i80752# put controls on control layer and added a repaint guard
2007-08-28 08:51:15 +00:00
Vladimir Glazounov
06a143744e INTEGRATION: CWS impress128_SRC680 (1.51.4); FILE MERGED
2007/08/17 14:41:16 cl 1.51.4.1: #i80752# put controls on control layer and added a repaint guard
2007-08-28 08:51:02 +00:00
Jens-Heiner Rechtien
2634b5627c INTEGRATION: CWS ab34 (1.6.20); FILE MERGED
2007/07/24 14:02:47 ab 1.6.20.3: RESYNC: (1.6-1.7); FILE MERGED
Solved conflict
2007/07/24 13:04:58 ab 1.6.20.2: #i77072# Removed conflicts with m222
2007/07/24 10:17:26 ab 1.6.20.1: #i77072# Drag & Drop support in Dialog Organizer
2007-08-03 09:00:15 +00:00
Jens-Heiner Rechtien
945f0fe81a INTEGRATION: CWS ab34 (1.3.16); FILE MERGED
2007/07/24 14:02:19 ab 1.3.16.2: RESYNC: (1.3-1.5); FILE MERGED
2007/07/24 10:17:26 ab 1.3.16.1: #i77072# Drag & Drop support in Dialog Organizer
2007-08-03 09:00:00 +00:00
Jens-Heiner Rechtien
c865d3a930 INTEGRATION: CWS ab34 (1.14.20); FILE MERGED
2007/07/09 15:10:39 ab 1.14.20.1: #i78457# Cleanup - remove dead code: Mac OS System 9 and earlier
2007-08-03 08:59:31 +00:00
Jens-Heiner Rechtien
519df0a9da INTEGRATION: CWS ab34 (1.46.16); FILE MERGED
2007/07/24 14:01:12 ab 1.46.16.5: RESYNC: (1.48-1.49); FILE MERGED
2007/07/24 10:21:25 ab 1.46.16.4: #i77072# Drag & Drop support in Dialog Organizer
2007/06/27 12:59:11 ab 1.46.16.3: RESYNC: (1.47-1.48); FILE MERGED
2007/04/24 10:17:27 ab 1.46.16.2: RESYNC: (1.46-1.47); FILE MERGED
2007/03/13 10:51:47 ab 1.46.16.1: #i74083# Modified patch code
2007-08-03 08:59:18 +00:00
Jens-Heiner Rechtien
2a6d8f1968 INTEGRATION: CWS ab34 (1.31.20); FILE MERGED
2007/07/24 13:04:58 ab 1.31.20.2: #i77072# Removed conflicts with m222
2007/07/24 11:03:17 ab 1.31.20.1: #i77072# Drag & Drop support in Dialog Organizer
2007-08-03 08:59:04 +00:00
Jens-Heiner Rechtien
f708f395d1 INTEGRATION: CWS ab34 (1.5.16); FILE MERGED
2007/07/24 14:00:23 ab 1.5.16.5: RESYNC: (1.6-1.7); FILE MERGED
Solved conflict
2007/07/24 13:04:58 ab 1.5.16.4: #i77072# Removed conflicts with m222
2007/07/24 11:03:17 ab 1.5.16.3: #i77072# Drag & Drop support in Dialog Organizer
2007/04/24 10:13:44 ab 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED
2007/03/13 10:51:47 ab 1.5.16.1: #i74083# Modified patch code
2007-08-03 08:58:50 +00:00
Jens-Heiner Rechtien
8f00bc64da INTEGRATION: CWS ab34 (1.40.20); FILE MERGED
2007/06/27 12:37:22 ab 1.40.20.1: #i74440# Check modules and dialogs for empty names
2007-08-03 08:58:33 +00:00
Jens-Heiner Rechtien
96eafd9d1c INTEGRATION: CWS ab34 (1.33.20); FILE MERGED
2007/06/27 12:37:22 ab 1.33.20.1: #i74440# Check modules and dialogs for empty names
2007-08-03 08:58:20 +00:00
Jens-Heiner Rechtien
c653bcdef2 INTEGRATION: CWS ab34 (1.40.18); FILE MERGED
2007/07/24 14:00:04 ab 1.40.18.4: RESYNC: (1.42-1.43); FILE MERGED
2007/06/27 12:58:22 ab 1.40.18.3: RESYNC: (1.41-1.42); FILE MERGED
2007/04/24 10:11:51 ab 1.40.18.2: RESYNC: (1.40-1.41); FILE MERGED
2007/03/12 15:57:17 ab 1.40.18.1: #i74004# BasicIDEShell::SetCurLibForLocalization(): Catch NoSuchElement exception
2007-08-03 08:58:04 +00:00
Jens-Heiner Rechtien
fce38551d9 INTEGRATION: CWS ab34 (1.36.20); FILE MERGED
2007/07/24 13:59:38 ab 1.36.20.2: RESYNC: (1.36-1.39); FILE MERGED
2007/07/09 15:10:39 ab 1.36.20.1: #i78457# Cleanup - remove dead code: Mac OS System 9 and earlier
2007-08-03 08:57:52 +00:00
Jens-Heiner Rechtien
f897b21d8f INTEGRATION: CWS ab34 (1.41.20); FILE MERGED
2007/07/09 15:10:39 ab 1.41.20.1: #i78457# Cleanup - remove dead code: Mac OS System 9 and earlier
2007-08-03 08:57:30 +00:00
Jens-Heiner Rechtien
20aa3592ca INTEGRATION: CWS aw052 (1.49.2); FILE MERGED
2007/07/12 12:09:14 aw 1.49.2.1: #i79128# use the correct OutDev for wallpaper paint
2007-08-02 16:31:03 +00:00
Oliver Bolte
ee4eb67e27 INTEGRATION: CWS basemodelrefactoring (1.2.6); FILE MERGED
2007/05/29 20:42:30 mba 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED
2007/03/25 09:42:42 mba 1.2.6.1: #i75677#: make SetPrinter callable from API
2007-07-17 12:22:25 +00:00
Oliver Bolte
58b63f5451 INTEGRATION: CWS basemodelrefactoring (1.18.10); FILE MERGED
2007/03/25 00:58:36 mba 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED
2007/03/23 13:59:26 mba 1.18.10.1: #i75677#: SetPrinter must be callable from API
2007-07-17 12:22:10 +00:00
Rüdiger Timm
4258381bc8 INTEGRATION: CWS tkr01 (1.8.60); FILE MERGED
2007/06/26 10:01:53 tkr 1.8.60.1: #i78846# Enable TreeControl support
2007-07-03 12:04:58 +00:00
Rüdiger Timm
84b27280af INTEGRATION: CWS tkr01 (1.5.190); FILE MERGED
2007/06/26 11:23:05 tkr 1.5.190.2: RESYNC: (1.5-1.6); FILE MERGED
2007/06/26 10:01:53 tkr 1.5.190.1: #i78846# Enable TreeControl support
2007-07-03 12:04:43 +00:00
Rüdiger Timm
e8cba04146 INTEGRATION: CWS tkr01 (1.26.12); FILE MERGED
2007/06/26 10:01:52 tkr 1.26.12.1: #i78846# Enable TreeControl support
2007-07-03 12:04:24 +00:00
Rüdiger Timm
5fe9a3ce12 INTEGRATION: CWS tkr01 (1.32.26); FILE MERGED
2007/06/26 10:01:52 tkr 1.32.26.1: #i78846# Enable TreeControl support
2007-07-03 12:03:55 +00:00
Rüdiger Timm
74ea3b226c INTEGRATION: CWS tkr01 (1.49.34); FILE MERGED
2007/06/26 11:22:44 tkr 1.49.34.2: RESYNC: (1.49-1.50); FILE MERGED
2007/06/26 10:01:52 tkr 1.49.34.1: #i78846# Enable TreeControl support
2007-07-03 12:03:35 +00:00
Rüdiger Timm
fd9714cc3a INTEGRATION: CWS tkr01 (1.19.94); FILE MERGED
2007/06/26 10:01:52 tkr 1.19.94.1: #i78846# Enable TreeControl support
2007-07-03 12:03:19 +00:00
Rüdiger Timm
3a68ac5547 INTEGRATION: CWS tkr01 (1.49.26); FILE MERGED
2007/06/26 10:01:52 tkr 1.49.26.1: #i78846# Enable TreeControl support
2007-07-03 12:03:02 +00:00