Commit Graph

208 Commits

Author SHA1 Message Date
Björn Milcke
50eaa871d3 #90861# + symbol-image (as replacement for symbol-image-name, ToDo: check if the latter is used and drop if not) 2001-08-13 14:25:56 +00:00
Daniel Vogelheim
0357d983c9 #90514# changed StarBasic macros: now use location instead of library 2001-08-03 17:14:08 +00:00
Daniel Vogelheim
89e10bdb7e #86004# improved timelog messages 2001-08-03 15:24:00 +00:00
Thorsten Behrens
5543f68ef2 #90131# removed ENABLEUNICODE 2001-08-01 12:39:43 +00:00
Martin Gallwey
0e26cb10ce #86004# Fix what boundschecker claimed was a huge (240k+) by sanifying the ResetTokens method 2001-07-31 08:57:08 +00:00
Daniel Vogelheim
c3f0454490 #86004# reduced amount of inline code 2001-07-27 12:44:08 +00:00
Daniel Vogelheim
c772a4686c #86004# performance improvement (for small files mainly):
create data style import on demand
        (careful: change not compatible; need to recompile sc and sw)
2001-07-27 11:08:10 +00:00
Martin Gallwey
f611b52892 #89906# Added 'byte' for SettingsExportHelper 2001-07-27 08:59:35 +00:00
Martin Gallwey
9bc037ab7c #89906# need to be able to export single bytes and PropertyAttribute::MAYBEVOID values 2001-07-27 08:54:08 +00:00
Martin Gallwey
c7ef3d16f4 #89006# need to be able to import single bytes 2001-07-27 08:53:22 +00:00
Daniel Vogelheim
4755ca29af #86004# added profiling time stamps to XML export and import 2001-07-26 13:55:49 +00:00
Daniel Vogelheim
c2c6ecd085 #90214# abort filter() call if xHandler is missing 2001-07-26 10:32:47 +00:00
Sascha Ballach
14a7e42417 #90255#; add macro token 2001-07-26 05:48:34 +00:00
Thorsten Behrens
9055140515 #87913# Removed some more stuff for xmloff light 2001-07-25 10:45:09 +00:00
Michael Brauer
e7cbe899b8 #88107#: Convert StarMath/StarBats to StarSymbol 2001-07-25 05:46:27 +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
Sascha Ballach
51926ae53d #80365#; add new attribute to remember the conected ranges of a chart 2001-07-23 13:10:25 +00:00
Martin Gallwey
482081cb79 updated namespace handling 2001-07-10 16:12:09 +00:00
Martin Gallwey
bf9f9b3e34 Updated namespace handling 2001-07-10 16:04:42 +00:00
Martin Gallwey
45925e8241 Updated namespace handling 2001-07-10 15:50:23 +00:00
Martin Gallwey
98c6b58215 merged from src633 and also marked some functions as deprecated 2001-07-10 11:00:37 +00:00
Christian Lippka
e2257f640b #89208# added missing fade effects 2001-07-10 09:52:53 +00:00
Michael Brauer
3539b10f1d Move SvXMLAttrContainerItem to SVX, moved writer only code to sw 2001-07-04 12:36:04 +00:00
Daniel Vogelheim
f4983559bd #86004# changes sXML_* strings to XML_* tokens 2001-06-29 20:07:26 +00:00
Michael Brauer
61d4bf5021 #88759#: Store table name for charts 2001-06-28 12:21:55 +00:00
Sascha Ballach
cc186493d9 #79771#; copy the strings in a constructor 2001-06-26 06:26:50 +00:00
Sascha Ballach
90fb0c8d8f #88691#; new method to convert relative references to absolute 2001-06-25 11:39:27 +00:00
Sascha Ballach
130d434718 #88691#; new methods to convert relative references to absolute and absolute to relative added 2001-06-25 10:44:38 +00:00
Michael Brauer
9a90e2ecbb #87313#: embedded images as base64 2001-06-19 14:30:45 +00:00
Michael Brauer
10763f3a93 #87313#: embedded images as base64 2001-06-19 14:08:23 +00:00
Daniel Vogelheim
ef723443aa #86004# changed document class from sXML_* to ::xmloff::token::* 2001-06-18 14:08:14 +00:00
Daniel Vogelheim
6e1b447caf #86004# changed SvXMLTokenMap to use XML tokens 2001-06-15 16:16:59 +00:00
Christian Lippka
974279dc42 #88124# fixed missing slide effect 2001-06-15 12:47:13 +00:00
Daniel Vogelheim
89a0387a4e #86004# #88312#
- changed convertEnum and appropriate maps to use token constants (rahter than sal_Char*)
- user index marks in the process
2001-06-15 09:37:08 +00:00
Sascha Ballach
c37c524b4a #88112#; catch exception id numberstyle is not insertable 2001-06-13 16:19:29 +00:00
Martin Gallwey
38ed624b4a #88140# make sure to return the local name when there is no namespace 2001-06-13 13:16:16 +00:00
Daniel Vogelheim
a98f6b275f #87851# sort algorithm for indices imported and exported 2001-06-12 16:46:20 +00:00
Daniel Vogelheim
d0cb1d97c2 #88072# document class only for streams containing content 2001-06-12 15:29:46 +00:00
Kai Ahrens
9c877d5349 #87313#: added Base64 methods for graphic objects 2001-06-12 13:27:58 +00:00
Björn Milcke
f714cab98f #70954# chart: +link-data-style-to-source 2001-06-05 15:05:43 +00:00
Frank Schönheit
5cde8b90e2 #86712# SetAutoStyles: set the auto styles on the form importer, too 2001-05-28 14:16:59 +00:00
Frank Schönheit
7de436e545 #86712# exportAutoDataStyles: export the automatic control data styles, too 2001-05-28 14:16:04 +00:00
Björn Milcke
02b03dca9e #86215# +data-source-has-labels (chart) 2001-05-25 15:12:51 +00:00
Sascha Ballach
1791d4cf3d #87431#; ignore spaces and other control characters in the Base64 encoded string 2001-05-23 11:38:52 +00:00
Christian Lippka
0f93f03fef #87074# removed rect settings entry 2001-05-22 14:07:31 +00:00
Sascha Ballach
1c571df1a9 #78323#; use-regular-expression added 2001-05-21 15:39:59 +00:00
Björn Milcke
1ae17e90a4 #85945# conversion for pt -> twip added, default case (from pt) changed to inches 2001-05-21 11:37:19 +00:00
Björn Milcke
9ae03c31cd #85945# conversion for pt -> twip added, default case (from pt) changed to inches 2001-05-21 11:35:01 +00:00
Björn Milcke
28930a87e1 #85945# some conversion from pt added 2001-05-21 10:21:28 +00:00
Sascha Ballach
ce782e60a8 #87030#; the method ChangeReference with code filled 2001-05-21 09:10:31 +00:00