Commit Graph

23 Commits

Author SHA1 Message Date
Vladimir Glazounov
dd0542ea43 INTEGRATION: CWS dr33 (1.22.252); FILE MERGED
2005/02/14 18:50:59 dr 1.22.252.2: #i42367# remove non-ASCII characters from C++ sources
2005/02/07 15:50:45 dr 1.22.252.1: #i36782# scape non-ASCII characters
2005-02-16 16:55:24 +00:00
Pascal Junck
5db4e2e6f5 INTEGRATION: CWS aw019 (1.21.250); FILE MERGED
2004/09/28 15:53:04 aw 1.21.250.1: #i11190#
2004-11-03 09:42:11 +00:00
Jens-Heiner Rechtien
8a3cdfe70f INTEGRATION: CWS aw009 (1.20.78); FILE MERGED
2004/04/21 08:52:44 aw 1.20.78.1: #115662#
For new chart, calculate the number of hit contained 3D objects at given point,
 give back the count and a depth-sorted list of SdrObjects (a Vector). The vector will be
 changed, at least cleared.
2004-05-10 13:29:12 +00:00
Kurt Zenker
99292c2c53 INTEGRATION: CWS aw008 (1.19.26); FILE MERGED
2004/02/16 16:50:05 aw 1.19.26.1: #110988#
2004-02-26 16:46:08 +00:00
Rüdiger Timm
635bca5f5b INTEGRATION: CWS ooo20031110 (1.16.438); FILE MERGED
2003/12/01 14:31:26 mh 1.16.438.3: RESYNC: (1.16-1.18); FILE MERGED
2003/11/11 12:47:06 waratah 1.16.438.2: #i22301# Correct for scoping rules
2003/11/06 22:33:23 waratah 1.16.438.1: #i21906# add const to reference cast, required by C++ standard
2003-12-01 17:12:41 +00:00
Rüdiger Timm
dc7a30057e INTEGRATION: CWS aw003 (1.16.200); FILE MERGED
2003/11/04 16:56:15 aw 1.16.200.6: RESYNC: (1.16-1.17); FILE MERGED
2003/10/07 12:17:46 aw 1.16.200.5: #111097#
2003/06/30 13:29:20 aw 1.16.200.4: #110094#
2003/06/06 12:59:11 aw 1.16.200.3: #109820#
2nd run of changes for ItemSet isolation
2003/05/26 12:51:27 aw 1.16.200.2: #109820#
Removed all itemset handling stuff, migrated to new properties implementations completely. I had to change from base class Properties to BaseProperties due to a solaris compiler bug.
2003/05/21 11:49:20 aw 1.16.200.1: #109820#
2003-11-24 15:37:52 +00:00
Rüdiger Timm
e61f0e62c8 INTEGRATION: CWS aw005 (1.16.442); FILE MERGED
2003/10/08 16:58:22 aw 1.16.442.1: #112587#
2003-10-27 12:26:26 +00:00
Christian Lippka
fb37801199 #99734# enable naming of all shapes 2002-06-07 11:08:48 +00:00
Christian Lippka
94fb52cb50 #98532# check for unique item names onSdrObject::MigrateItemPool 2002-04-08 09:27:24 +00:00
Armin Weiss
328040c57d #91047# use SetViewportValues() to set VRP, VPN and VUV as vectors, too.
Else these values would not be exported/imported correctly.
2001-08-15 14:44:02 +00:00
Thorsten Behrens
ae327ba65f #87913# removed undo functionality for SVX_LIGHT 2001-07-17 06:04:31 +00:00
Armin Weiss
b9ac931637 #75059# implementation of transparence gradients for 3D 2001-06-26 13:04:27 +00:00
Dieter Loeschky
6e1da89510 * virtual void ItemSetChanged(const SfxItemSet& rSet) 2001-03-28 07:08:15 +00:00
Armin Weiss
bc7b737f2a Added support for ItemSetChanged() which is called at every object
after SetItem(), SetItemSet() or ClearItem() have finished. It is
propagated through groups and Scenes. Used to make non-WhichID-
specific changes AFTER all items are changed and only ONCE.
2001-02-09 16:54:43 +00:00
Armin Weiss
17a2434f4e #83387#, #83391# Setting Camera related items leaded to SetCamera() which
in turn was setting these items at the scene thus loosing the changes of
two of that items. Changed to take all changes into account at once.
2001-02-02 11:23:52 +00:00
Armin Weiss
35fce8566d ITEMSET: Further ItemSet changes to allow blocking of setting items and
to allow editing or replacing the item before it is set.
2001-01-26 13:01:08 +00:00
Armin Weiss
2335295134 corrected E3dScene::GetItemSet() 2001-01-12 15:58:46 +00:00
Armin Weiss
7b7f96fea6 #81466# call parent in PreSave() 2000-12-11 10:53:15 +00:00
Armin Weiss
6c2311df01 #81191# SfxItemSet::SetRanges(...) does not do what is expected :-( 2000-12-04 15:43:42 +00:00
Björn Milcke
1b9cd6314e #80537# AreThereTransparentParts: look for XATTR_FILLTRANSPARENCE in object's item sets (rather than in scene's) 2000-12-02 15:34:45 +00:00
Armin Weiss
e5792a5438 3D values which were members of the 3D objects before are
implemented als items now. Some corrections and fixes for
the prior change from SetItems to ItemSets.
2000-11-07 11:58:28 +00:00
Armin Weiss
00b3648bc2 change SdrObjects to use SfxItemSet instead of SfxSetItems.
Removed TakeAttributes() and SetAttributes(), new ItemSet
modification methods (GetItem[Set], SetItem[Set], ClearItem,...)
2000-10-30 10:00:01 +00:00
Jens-Heiner Rechtien
fd069bee7e initial import 2000-09-18 16:07:07 +00:00