Commit Graph

275 Commits

Author SHA1 Message Date
Christian Lippka
d615f1b84d #91486# added ShapePropertyMapper for chart without ShapeUserDefinedAttributes 2001-10-16 08:07:08 +00:00
Christian Lippka
864d0c8cdc #91486# added xml alien attributes 2001-10-12 15:19:53 +00:00
Christian Lippka
0b474663a6 #91766# set style on 3d scene 2001-10-08 14:17:31 +00:00
Armin Weiss
5621639e44 #91587# ALWAYS increment since now ALL to be exported shapes are counted. 2001-10-01 10:44:14 +00:00
Armin Weiss
08722b4414 #91587# add handout master count
#91587# take notes pages from master pages into account
#91587# take notes pages from draw pages into account
2001-10-01 10:43:24 +00:00
Christian Lippka
040fcc3e65 #86794# new service for drawing layer clipboard export 2001-09-28 13:31:58 +00:00
Christian Lippka
d67ddded90 #91951# a model does not need to support styles 2001-09-28 13:29:19 +00:00
Christian Lippka
de633c67dd #86794# for clipboard there may be documents without styles 2001-09-28 09:52:49 +00:00
Christian Lippka
6aabd9e9cc #86794# for clipboard there could be documents without masterpages 2001-09-28 07:51:44 +00:00
Christian Lippka
3a7a3bc16e #92216# decode interaction url after import 2001-09-25 10:56:48 +00:00
Daniel Vogelheim
a3f4a35fc3 #92176# include PrinterPaperTray property
SvXMLImportProperty now 'knows' the SvXMLImport in order to
enable error handling for 'wrong' paper trays and properties
2001-09-21 15:27:53 +00:00
Michael Brauer
ef32fb1d80 #92210#: Don't export WS around drawings for text docs 2001-09-20 13:20:24 +00:00
Björn Milcke
5ebf2918ca #91614# implement getImplementationName() in components 2001-09-14 10:24:06 +00:00
Björn Milcke
c5aabfd8fb #91614# implement getImplementationName() in components / missing member init added 2001-09-14 10:22:00 +00:00
Kai Ahrens
989252c113 #90020#: use persist name of OLE objects 2001-09-13 10:41:52 +00:00
Kai Ahrens
e1965a6563 #90020#: use persist name of OLE objects 2001-09-13 10:33:36 +00:00
Hans-Joachim Lankenau
6c9217aa14 #92075# 2001-09-12 09:33:50 +00:00
Michael Brauer
2ec1bf24ba #91964#: Don't inherit bullet lists to shapes 2001-09-07 05:06:55 +00:00
Christian Lippka
c4d998a52e #91655# added import for tabstop elements 2001-08-29 06:51:17 +00:00
Christian Lippka
d80eadf8c4 #89061# added optimization for first page only previews 2001-08-24 12:05:27 +00:00
Christian Lippka
e67180121b #91451# added void state for frame scroll property 2001-08-24 07:24:06 +00:00
Christian Lippka
90050f9399 #90607# don't create autostyles for presentation charts 2001-08-22 09:56:57 +00:00
Armin Weiss
97b591ca58 #91047# call parent function was missing in SdXML3DSceneShapeContext::StartElement(...) 2001-08-16 12:12:24 +00:00
Armin Weiss
0402e321fb #91065# count only if counting for shape import is enabled 2001-08-16 09:39:38 +00:00
Armin Weiss
a7b0f5417b #91047# set drawing::ProjectionMode AFTER camera geometry is set
projection "D3DScenePerspective" drawing::ProjectionMode
2001-08-15 12:04:49 +00:00
Christian Lippka
cbb8e540e0 #91047# also open sort context for 3d scene shapes 2001-08-15 09:32:09 +00:00
Christian Lippka
0c5f29e63b #91047# catch exceptions during sort, just to be save 2001-08-15 09:31:02 +00:00
Christian Lippka
899b65e8eb #88757# added support for encoded images 2001-08-09 13:09:49 +00:00
Christian Lippka
19aa9a7121 #90516# create auto style for controls! 2001-08-08 10:37:46 +00:00
Armin Weiss
1752c723a9 #86116# avoiding spaces between draw objects in certain cases 2001-08-02 10:49:11 +00:00
Armin Weiss
07f3fa8473 #88546# implement flags for progress bar manipulation 2001-08-01 10:44:09 +00:00
Armin Weiss
dc4e283245 #80365# added implementation of progress bar during XML load 2001-07-31 15:31:45 +00:00
Sascha Ballach
e572cf87e6 #90285#; ask for the CLSID instead of the model to find out the OLE type and don't export auto styles if the OLE is a chart or a calc 2001-07-31 09:47:14 +00:00
Christian Lippka
286a75d6c1 #90330# added XActionLockable for shapes to speed up text import 2001-07-30 13:19:26 +00:00
Sascha Ballach
7b80769584 #90139#; first get the information and then use the information 2001-07-27 09:16:23 +00:00
Thorsten Behrens
9055140515 #87913# Removed some more stuff for xmloff light 2001-07-25 10:45:09 +00:00
Thorsten Behrens
2ad5c484c7 #87913# Now building a static xmloff lib, which is linked only against the player. Stuff not needed for player is disabled with SVX_LIGHT define 2001-07-24 16:06:10 +00:00
Armin Weiss
7566d20155 #89764# if export of position is supressed for group shape,
positions of contained objects should be written relative to
the upper left edge of the group.
2001-07-24 14:53:45 +00:00
Christian Lippka
ced1e6986c #90032# don't convert default glue point ids 0-3 2001-07-24 08:49:08 +00:00
Daniel Vogelheim
54342ef65e #86004# PropertMap construction improved: strings have lengths 2001-07-13 15:12:01 +00:00
Armin Weiss
eb18c090dc #89344# test for mxShape.is() and not for mxShapes.is() to support
shape import helper classes WITHOUT XShapes (member mxShapes). This
is used by the writer.
2001-07-12 15:58:15 +00:00
Martin Gallwey
482081cb79 updated namespace handling 2001-07-10 16:12:09 +00:00
Christian Lippka
496058c218 #89241# added graphic transparency 2001-07-10 12:48:04 +00:00
Christian Lippka
e2257f640b #89208# added missing fade effects 2001-07-10 09:52:53 +00:00
Michael Brauer
0aba86aff8 Call GetAbsoluteReference 2001-07-04 13:04:57 +00:00
Björn Milcke
b056e2012c #89079# some changes made for relative URLS before were incorrect (those pointing into the package) 2001-07-02 12:24:00 +00:00
Daniel Vogelheim
f4983559bd #86004# changes sXML_* strings to XML_* tokens 2001-06-29 20:07:26 +00:00
Christian Lippka
0180e103a8 #88670# fixed missing export of list style names in shape autostyles 2001-06-27 15:31:05 +00:00
Christian Lippka
b350f5a820 #85861# do not export styles for empty presentation objects 2001-06-27 14:23:12 +00:00
Christian Lippka
579ea2dde6 #88691# added relative urls 2001-06-27 14:06:41 +00:00