Commit Graph

60 Commits

Author SHA1 Message Date
Carsten Driesner
a27e4b8ca5 removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
Carsten Driesner
7f33ed417b removetooltypes01: #i112600# Remove tools types from sw 2011-01-17 15:06:54 +01:00
Michael Stahl
ea92df6f21 undoapi: UndoCore.hxx: split out UndoDraw.hxx 2010-12-15 09:14:15 +01:00
Michael Stahl
5ba8f48555 undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxx 2010-12-15 09:14:14 +01:00
Michael Stahl
c8c50a05e2 unodapi: #i115383#: clean up ClearRedo() usage:
ClearRedo() is already called by AppendUndo():
     remove superfluous calls of ClearRedo.
 implementation of ClearRedo() should not check DoesUndo();
     that seems kinda pointless, and creates difficulties for refactoring.
2010-11-25 14:31:09 +01:00
Michael Stahl
3145216b7e unodapi: #i115383#: SwDoc:
remove the forwarding implementation of IDocumentUndoRedo from SwDoc.
 instead call the UndoManager directly, via SwDoc::GetIDocumentUndoRedo().
2010-11-25 14:31:08 +01:00
Vladimir Glazunov
7e12418df5 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01:00
Jens-Heiner Rechtien
1a359bd2a8 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
Mathias Bauer
b08e1a88df CWS svxsplit: merge with m71 2010-02-04 17:59:58 +01:00
Michael Stahl
dd19343634 merge DEV300_m70 2010-01-26 14:45:09 +01:00
Mathias Bauer
55f1f483cf #i107450#: build all other modules with new editeng lib 2010-01-08 18:32:51 +01:00
Michael Stahl
733b831970 swunolocking1: swtypes.hxx: rename frame anchor types
enum RndStdIds: rename frame anchor types (FLY_*) to be more intuitive.
 [note the completely ridiculous number of files that care about anchor types]
2010-01-05 16:37:41 +01:00
Mathias Bauer
b2bebad784 #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible 2009-07-10 14:03:42 +02:00
Kurt Zenker
b58f2aaf94 CWS-TOOLING: integrate CWS clnoundo
2009-05-18 09:40:22 +0200 wg  r271998 : i102011
2009-04-28 12:20:24 +0200 cl  r271318 : CWS-TOOLING: rebase CWS clnoundo to trunk@270723 (milestone: DEV300:m46)
2009-04-02 11:37:14 +0200 cl  r270388 : #i100371# check valid positions all the time to avoid crashes during model lock
2009-03-30 13:02:27 +0200 cl  r270219 : #i100371# do not create undo actions in drawing layer during load
2009-03-30 12:59:41 +0200 cl  r270218 : #i100371# do not create undo actions in drawing layer during load
2009-03-30 12:55:06 +0200 cl  r270217 : #i100371# do not create undo actions in drawing layer during load
2009-03-30 12:53:27 +0200 cl  r270216 : #i100371# do not create undo actions in drawing layer during load
2009-03-30 12:49:28 +0200 cl  r270215 : #i100371# added EnableUndo() and IsUndoEnabled()
2009-06-04 16:21:29 +00:00
Oliver Bolte
0be4e2fbc0 CWS-TOOLING: integrate CWS aw063
2009-02-12 13:10:24 +0100 aw  r267649 : #i99123# when a primitive is invisible, it is not sufficient to produce no output when decomposing, but to add invisible data using HitTestPrimitive2D. This is needed for the slideshow which relies on geometry data in MetaFiles when painting invisible objects
2009-02-12 13:08:39 +0100 aw  r267648 : #i99123# do not ignore HitTestPrimitive2D, but draw empty rectangles instead. This is needed since Slideshow is based on getting MetaFile content when painting invisible objects
2009-02-11 16:04:28 +0100 aw  r267620 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:04:10 +0100 aw  r267619 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:56 +0100 aw  r267618 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:39 +0100 aw  r267617 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:21 +0100 aw  r267615 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:48 +0100 aw  r267614 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:24 +0100 aw  r267613 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:01 +0100 aw  r267612 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:01:32 +0100 aw  r267611 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:01:05 +0100 aw  r267610 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:00:15 +0100 aw  r267608 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 11:27:33 +0100 aw  r267585 : #i98788# added missing include for STL
2009-02-10 17:46:50 +0100 aw  r267570 : #i98788# added reaction on pool destruction
2009-02-10 17:11:58 +0100 aw  r267562 : #i98788# added messaging mechanism to register for pool destruction
2009-02-10 13:35:35 +0100 aw  r267549 : #i98788# removing changes, too complicated and risky for 3.1
2009-02-10 12:13:48 +0100 aw  r267546 : #i98788# 4th round
2009-02-10 12:13:37 +0100 aw  r267545 : #i98788# 4th round
2009-02-10 12:13:26 +0100 aw  r267544 : #i98788# 4th round
2009-02-10 12:13:14 +0100 aw  r267543 : #i98788# 4th round
2009-02-10 12:13:03 +0100 aw  r267542 : #i98788# 4th round
2009-02-10 12:12:50 +0100 aw  r267541 : #i98788# 4th round
2009-02-10 12:12:37 +0100 aw  r267540 : #i98788# 4th round
2009-02-08 14:38:22 +0100 aw  r267495 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:38:06 +0100 aw  r267494 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:37:48 +0100 aw  r267493 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:37:17 +0100 aw  r267492 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:56 +0100 aw  r267491 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:44 +0100 aw  r267490 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:29 +0100 aw  r267489 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:16 +0100 aw  r267488 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:02 +0100 aw  r267487 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:35:46 +0100 aw  r267486 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-05 12:20:39 +0100 aw  r267415 : #i98788# 2nd batch of adaptions for SfxItemPoolHolder addition
2009-02-04 15:12:54 +0100 aw  r267385 : #i98788# added newline at EOF
2009-02-04 13:26:04 +0100 aw  r267379 : #i98788# make SfxItemPool holdable
2009-02-04 13:25:40 +0100 aw  r267378 : #i98788# make SfxItemPool holdable
2009-02-04 13:25:08 +0100 aw  r267377 : #i98788# make SfxItemPool holdable
2009-02-04 13:24:42 +0100 aw  r267376 : #i98788# make SfxItemPool holdable
2009-02-04 13:23:14 +0100 aw  r267375 : #i98788# make SfxItemPool holdable
2009-02-04 13:23:02 +0100 aw  r267374 : #i98788# make SfxItemPool holdable
2009-01-29 17:08:31 +0100 aw  r267159 : #i97628# completed the fix
2009-01-29 17:08:15 +0100 aw  r267158 : #i97628# completed the fix
2009-01-29 14:09:07 +0100 aw  r267132 : #i97628# Corrected usage of ParagraphData in headers
2009-01-29 14:06:58 +0100 iha  r267131 : #i98344# incorrect font size in charts
2009-01-29 12:13:46 +0100 aw  r267115 : #i97628# back to old state; triggers too many errors in other modules
2009-01-29 12:03:51 +0100 aw  r267114 : #i97628# enabled exceptions due to STL vector include
2009-01-29 11:21:37 +0100 aw  r267107 : #i97628# added needed include
2009-01-28 17:58:29 +0100 aw  r267077 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:58:12 +0100 aw  r267076 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:57:51 +0100 aw  r267074 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:57:21 +0100 aw  r267073 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-27 17:07:33 +0100 aw  r267011 : #i98402# added support for ViewRange when exporting MetaFiles in ObjectContactOfPageView::DoProcessDisplay to avoid to paint too much
2009-01-27 11:45:48 +0100 aw  r266973 : #i98404# Added a warning to a place where a conversion to rectangle should not be copied from
2009-01-26 21:44:36 +0100 iha  r266949 : #i98497# 3D charts are rendered with wrong size
2009-01-26 20:47:07 +0100 aw  r266947 : #i98404# handle BackgroundColorPrimitive2D directly in PixelRenderers and avoid AA under all circumstances
2009-01-26 14:50:36 +0100 aw  r266926 : #i98386# secured cloning of SdrObject in IMapUserData by boost::shared_prt usage
2009-01-26 12:51:30 +0100 aw  r266916 : #i96581# added separated FontStretching and fallback for small X!=Y scale differences
2009-01-23 16:14:55 +0100 aw  r266834 : #i96475# added missing implementation of TextDecoratedPortionPrimitive2D::getB2DRange
2009-01-23 15:24:34 +0100 aw  r266826 : #i98405# fixed fallback to DrawAlphaRect to use the correctly sized rectangle
2009-01-23 13:34:43 +0100 aw  r266813 : #i96474# fixed impSplitSingleWords for an unexpected case
2009-01-23 10:47:31 +0100 aw  r266786 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:47:20 +0100 aw  r266785 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:47:09 +0100 aw  r266783 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:46:58 +0100 aw  r266782 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:46:48 +0100 aw  r266781 : #i98289#,#i96474# tooling and new flags for tasks
2009-03-04 14:16:02 +00:00
Rüdiger Timm
f5b7de18f1 INTEGRATION: CWS swlists01 (1.42.190); FILE MERGED
2008/05/08 16:28:02 od 1.42.190.2: RESYNC: (1.42-1.44); FILE MERGED
2008/03/06 10:44:25 od 1.42.190.1: #i86732# refactoring due to revised <SwFmt> interface
2008-06-13 08:33:03 +00:00
Jens-Heiner Rechtien
b9a931a4c2 INTEGRATION: CWS hr50 (1.42.256); FILE MERGED
2008/04/11 15:53:59 hr 1.42.256.1: #i86574#: fix warning (gcc-4.2.3)
2008-04-22 13:56:45 +00:00
Rüdiger Timm
8de9948fab INTEGRATION: CWS changefileheader (1.42.240); FILE MERGED
2008/04/01 15:56:55 thb 1.42.240.3: #i85898# Stripping all external header guards
2008/04/01 12:53:55 thb 1.42.240.2: #i85898# Stripping all external header guards
2008/03/31 16:53:46 rt 1.42.240.1: #i87441# Change license header to LPGL v3.
2008-04-10 12:10:20 +00:00
Jens-Heiner Rechtien
96a1cb3e45 INTEGRATION: CWS swwarnings (1.40.130); FILE MERGED
2007/05/29 11:15:26 os 1.40.130.6: RESYNC: (1.40-1.41); FILE MERGED
2007/04/11 07:02:44 tl 1.40.130.5: #i69287# warning-free code
2007/04/03 12:59:30 tl 1.40.130.4: #i69287# warning-free code
2007/03/09 11:52:43 ama 1.40.130.3: #i69287#: warning free code
2007/03/08 17:29:43 ama 1.40.130.2: #i69287#: warning free code
2007/02/22 15:06:25 tl 1.40.130.1: #i69287# warning-free code
2007-09-27 07:34:21 +00:00
Kurt Zenker
9e474f2a8a INTEGRATION: CWS pchfix04 (1.40.4); FILE MERGED
2007/02/05 08:27:18 os 1.40.4.1: #i73604# usage of ITEMID_* removed
2007-05-10 14:55:33 +00:00
Rüdiger Timm
5cb604d79e INTEGRATION: CWS swqbf89 (1.38.50); FILE MERGED
2006/11/07 09:39:50 od 1.38.50.1: #130889# method <SwDoc::UnGroupSelection(..)>
	 - change sub action order in order to avoid wrong behaviour
	   in Drawing layer with drawing objects in repeated areas (e.g.
	   page header, page footer, repeated table rows). This change
	   causes also adjustments for the undo actions.
2006-12-01 13:23:59 +00:00
Ivo Hinkelmann
7f52c8e073 INTEGRATION: CWS aw024 (1.29.98); FILE MERGED
2006/09/22 00:37:59 aw 1.29.98.10: RESYNC: (1.37-1.38); FILE MERGED
2006/09/08 19:22:19 aw 1.29.98.9: RESYNC: (1.36-1.37); FILE MERGED
2006/08/03 16:51:59 aw 1.29.98.8: RESYNC: (1.35-1.36); FILE MERGED
2006/05/12 21:19:18 aw 1.29.98.7: RESYNC: (1.34-1.35); FILE MERGED
2006/01/26 20:37:26 aw 1.29.98.6: RESYNC: (1.33-1.34); FILE MERGED
2005/09/17 18:13:51 aw 1.29.98.5: RESYNC: (1.32-1.33); FILE MERGED
2005/07/22 10:18:12 aw 1.29.98.4: RESYNC: (1.31-1.32); FILE MERGED
2005/05/13 14:53:13 aw 1.29.98.3: RESYNC: (1.30-1.31); FILE MERGED
2005/03/23 20:57:14 aw 1.29.98.2: RESYNC: (1.29-1.30); FILE MERGED
2004/12/27 10:06:23 aw 1.29.98.1: #i39525
2006-11-14 14:08:09 +00:00
Oliver Bolte
f16372d127 INTEGRATION: CWS pchfix02 (1.37.2); FILE MERGED
2006/09/01 17:51:23 kaib 1.37.2.1: #i68856# Added header markers and pch files
2006-09-16 19:51:40 +00:00
Jens-Heiner Rechtien
d3f36cb9a9 INTEGRATION: CWS writercorehandoff (1.31.94); FILE MERGED
2006/07/27 14:37:34 fme 1.31.94.11: RESYNC: (1.35-1.36); FILE MERGED
2006/04/05 13:05:24 tra 1.31.94.10: RESYNC: (1.34-1.35); FILE MERGED
2006/03/17 08:01:54 tra 1.31.94.9: RESYNC: (1.33-1.34); FILE MERGED
2005/11/18 14:53:19 fme 1.31.94.8: #i50348# Make SwDoc accessible via interfaces
2005/09/28 13:59:51 tra 1.31.94.7: #i50348#
2005/09/13 13:17:12 tra 1.31.94.6: RESYNC: (1.32-1.33); FILE MERGED
2005/07/13 13:24:17 fme 1.31.94.5: #i50348# Make SwDoc accessible via interfaces
2005/07/12 11:21:26 tra 1.31.94.4: #i50348#make SwDoc interface based
2005/07/11 06:10:35 tra 1.31.94.3: RESYNC: (1.31-1.32); FILE MERGED
2005/06/07 14:13:22 fme 1.31.94.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2005/06/06 09:27:03 tra 1.31.94.1: Unnecessary includes removed #i50348#
2006-08-14 14:56:41 +00:00
Rüdiger Timm
d9cc66897b INTEGRATION: CWS aw035 (1.35.174); FILE MERGED
2006/07/14 11:02:04 aw 1.35.174.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling
2006-07-25 11:29:31 +00:00
Oliver Bolte
face2a7f3c INTEGRATION: CWS swdrawobjpos203 (1.34.122); FILE MERGED
2006/03/20 08:23:27 od 1.34.122.1: #i62875# - implementation of functions <docfunc::ExistsDrawObjs()> and
	   <docfunc::AllDrawObjsOnPage()>
2006-03-22 11:22:53 +00:00
Jens-Heiner Rechtien
d2b6fe3786 INTEGRATION: CWS dbwizardpp1 (1.32.64); FILE MERGED
2005/12/05 15:25:57 bc 1.32.64.2: RESYNC: (1.32-1.33); FILE MERGED
2005/08/16 12:34:01 od 1.32.64.1: #i53320# <SwDoc::GroupSelection(..)>
	 - no adjustment of positioning attributes of new group object,
	   if group members aren't yet positioned.
2005-12-28 16:11:55 +00:00
Rüdiger Timm
082e46050e INTEGRATION: CWS ooo19126 (1.32.92); FILE MERGED
2005/09/05 13:39:03 rt 1.32.92.1: #i54170# Change license header: remove SISSL
2005-09-09 02:11:24 +00:00
Oliver Bolte
8a4dd162aa INTEGRATION: CWS swqbf34 (1.31.142); FILE MERGED
2005/06/28 08:57:16 od 1.31.142.1: #i45952# <SwDoc::GroupSelection(..)> - assure correct position of
         objects, which become members of the group object.
2005-07-08 10:01:22 +00:00
Vladimir Glazounov
e4981db1d7 INTEGRATION: CWS swqbugfixes17 (1.30.154); FILE MERGED
2005/03/11 11:46:32 od 1.30.154.1: #i44334#, #i44681# - indicate at <SwDrawFrmFmt>, that positioning attributes
		     are already set.
2005-03-23 11:56:38 +00:00
Vladimir Glazounov
30681cad56 INTEGRATION: CWS swqbugfixes10 (1.29.44); FILE MERGED
2004/11/30 11:33:41 od 1.29.44.1: #i35635# - adjustments to bring drawing objects into visible layer
	   as late as possible.
2004-12-23 09:03:59 +00:00
Pascal Junck
550b3e0c1e INTEGRATION: CWS aw019 (1.26.132); FILE MERGED
2004/10/18 18:06:44 aw 1.26.132.2: RESYNC: (1.26-1.27); FILE MERGED
2004/09/30 12:34:59 aw 1.26.132.1: #i11190#
2004-11-03 08:51:16 +00:00
Pascal Junck
bf89ed836a INTEGRATION: CWS dbwizard1 (1.26.88); FILE MERGED
2004/10/25 07:19:10 od 1.26.88.2: #i36010# - set correct position layout direction
2004/10/01 12:42:35 od 1.26.88.1: #i34750# <lcl_AdjustPositioningAttr(..)> - keep object rectangle as
         last object rectangle.
2004-10-27 11:30:23 +00:00
Jens-Heiner Rechtien
0eae4a8663 INTEGRATION: CWS aw018 (1.26.118); FILE MERGED
2004/09/16 10:48:33 aw 1.26.118.1: #i33700#
2004-10-12 08:59:00 +00:00
Rüdiger Timm
aa9017527c INTEGRATION: CWS aw013 (1.23.160); FILE MERGED
2004/06/29 13:48:57 aw 1.23.160.2: RESYNC: (1.23-1.24); FILE MERGED
2004/06/24 09:35:38 aw 1.23.160.1: #i29181#
2004-07-12 14:46:37 +00:00
Hans-Joachim Lankenau
95e0a2f25f INTEGRATION: CWS swdrawpositioning (1.23.38); FILE MERGED
2004/06/01 11:53:23 od 1.23.38.4: #i26791# - use object geometry instead of its bounding rectangle
2004/04/23 07:35:16 od 1.23.38.3: #i26791# - adjustments for the unification of the positioning of Writer
	   fly frames and drawing objects
2004/04/08 04:59:41 od 1.23.38.2: #i26791# - further adjustements for the unification of the positioning
	   of Writer fly frames and drawing objects
2004/04/07 09:26:40 od 1.23.38.1: #i26791# - adjustments for the unification of the positioning of
	   Writer fly frames and drawing objects
2004-06-28 12:32:00 +00:00
Rüdiger Timm
bb2feaff24 INTEGRATION: CWS ooo20040509 (1.23.124); FILE MERGED
2004/05/07 16:34:45 cmc 1.23.124.1: #i9055# trivial -Wall fixes
2004-06-16 08:36:11 +00:00
Kurt Zenker
8f4565a022 INTEGRATION: CWS hiddentext (1.21.16); FILE MERGED
2004/02/16 08:54:46 fme 1.21.16.2: RESYNC: (1.21-1.22); FILE MERGED
2004/01/16 07:27:18 fme 1.21.16.1: #i23660# Feature - hidden character attribute
2004-02-26 14:26:35 +00:00
Jens-Heiner Rechtien
bba5c549f2 INTEGRATION: CWS dialogdiet (1.20.34); FILE MERGED
2003/12/01 18:16:54 mba 1.20.34.2: RESYNC: (1.20-1.21); FILE MERGED
2003/11/28 18:01:22 mba 1.20.34.1: #i22972#: obsolete include
2004-02-03 15:24:14 +00:00
Rüdiger Timm
e71de99a41 INTEGRATION: CWS aw003 (1.17.38); FILE MERGED
2003/11/04 16:24:00 aw 1.17.38.5: RESYNC: (1.19-1.20); FILE MERGED
2003/10/23 14:39:18 aw 1.17.38.4: #111111#
Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()
2003/08/20 11:33:56 aw 1.17.38.3: RESYNC: (1.18-1.19); FILE MERGED
2003/06/30 18:15:36 aw 1.17.38.2: RESYNC: (1.17-1.18); FILE MERGED
2003/06/30 13:38:17 aw 1.17.38.1: #110094#
2003-11-24 15:01:11 +00:00
Kurt Zenker
f32a5c9f4e INTEGRATION: CWS extleading (1.18.52); FILE MERGED
2003/08/08 08:50:58 fme 1.18.52.3: RESYNC: (1.18-1.19); FILE MERGED
2003/07/10 14:51:00 fme 1.18.52.2: #110641# Feature - External Leading
2003/07/08 11:41:38 fme 1.18.52.1: #110641# Feature - External Leading
2003-10-15 08:54:16 +00:00
Vladimir Glazounov
e9116a49b3 INTEGRATION: CWS aig02 (1.17.32); FILE MERGED
2003/06/30 15:30:32 od 1.17.32.5: #108784# - further adjustments for support of drawing objects in header/footer
2003/06/26 18:18:25 od 1.17.32.4: #108784# - further adjustments for support of drawing objects in header/footer
2003/06/24 08:46:44 od 1.17.32.3: RESYNC: (1.17-1.18); FILE MERGED
2003/06/23 15:00:32 od 1.17.32.2: #108784# - further adjustments for supporting drawing objects in header/footer
2003/05/22 10:42:57 od 1.17.32.1: #108784# <SwDoc::DeleteSelection(..)> - adjustments for drawing objects in header/footer
2003-07-04 12:19:16 +00:00
Vladimir Glazounov
00e10393a2 INTEGRATION: CWS aig01 (1.17.20); FILE MERGED
2003/05/15 15:21:49 fme 1.17.20.1: #108778# Fly frame and drawing positioning
2003-05-22 08:42:16 +00:00
Rüdiger Timm
52f10cbf7c INTEGRATION: CWS draw9 (1.14.136); FILE MERGED
2003/04/08 13:01:46 af 1.14.136.2: RESYNC: (1.14-1.15); FILE MERGED
2003/03/27 13:29:52 aw 1.14.136.1: #i11176#
This also needs to work when no layout exists. Thus, for FlyFrames an alternative method is used now in that case.
2003-04-24 13:53:49 +00:00
Vladimir Glazounov
dbd3ca46ca INTEGRATION: CWS os8 (1.14.138); FILE MERGED
2003/04/07 22:19:26 os 1.14.138.2: RESYNC: (1.14-1.15); FILE MERGED
2003/04/03 07:09:54 os 1.14.138.1: #108583# precompiled headers removed
2003-04-17 12:49:18 +00:00
Vladimir Glazounov
271c02e9d9 INTEGRATION: CWS fme02 (1.14.102); FILE MERGED
2003/03/18 11:45:19 fme 1.14.102.4: #105712# Printer independent text formatting
2003/03/18 09:03:29 fme 1.14.102.3: #105712# Printer independent formatting - get virdev in doc constructor
2003/03/15 10:50:18 fme 1.14.102.2: #105712# Feature - Printer independent formatting
2003/03/03 11:05:13 fme 1.14.102.1: #105712# Feature - Printer independent text formatting
2003-04-01 08:52:49 +00:00
Frank Meies
5f8641447c #86547# Handling of SvxExtTimeFields 2002-11-22 09:44:14 +00:00
Frank Meies
0ecc98b556 #101688# Anchor of drawing objects in vertical or RTL environment 2002-09-16 07:47:13 +00:00
Sven Jacobi
03a14f8fa4 #95129# set FontHeight pool default without changing static SdrEngineDefault 2001-11-27 09:12:49 +00:00
jp
5a55b39500 Bug #94630#: SwUndoDrawDelete - store marklist for undo 2001-11-13 12:52:46 +00:00