Commit Graph

14 Commits

Author SHA1 Message Date
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