Commit graph

300 commits

Author SHA1 Message Date
Fridrich Štrba
af1dc525e0 adding the <namespace-alias> elements into modelcleanup.xsl 2007-05-14 19:14:16 +00:00
Fridrich Štrba
a3a72d5d96 Another step towards proper handling of styles in ooxml 2007-05-14 18:45:16 +00:00
Henning Brinkmann
78cd895620 identifier cosmetics (namespace aliases) 2007-05-14 14:54:28 +00:00
Fridrich Štrba
06babca344 my today's work towards the correct parsing of styles and document-wide defaults 2007-05-11 13:52:46 +00:00
Fridrich Štrba
d02bdcce76 simplifying the handling of BooleanValue and Boolean 2007-05-10 13:37:40 +00:00
Fridrich Štrba
922d9d58f3 remove a reference to a non-existing sprm and also try to call functions only if needed :-) 2007-05-10 12:10:32 +00:00
Fridrich Štrba
0dc8dfcce1 unbreak character properties, because the api implementation does not like unknown properties 2007-05-10 11:47:15 +00:00
Fridrich Štrba
e3f2f1d257 I think that this is what was actually wanted (?) 2007-05-10 11:16:43 +00:00
Fridrich Štrba
0a65558e08 parse ListValue resources correctly again. Thanks, Henning, for the hints 2007-05-09 20:01:08 +00:00
Oliver Specht
cf75fe5a0c additional properties added 2007-05-09 12:57:29 +00:00
Oliver Specht
ed8592ab77 some defaults added 2007-05-09 12:54:44 +00:00
Oliver Specht
99a1817f3c +TableColumnSeparators 2007-05-09 12:53:49 +00:00
Oliver Specht
7c6a9eaacb ..LeftIndentHandler replaced by MeasureHandler 2007-05-09 12:51:06 +00:00
Oliver Specht
341da5ec17 handler of sprm TDefTable 2007-05-09 12:50:21 +00:00
Oliver Specht
e24fccf9f5 hander of measures, value + measurement type 2007-05-09 12:49:23 +00:00
Oliver Specht
3a1f578352 sample document 2007-05-09 12:44:33 +00:00
Henning Brinkmann
51616d243e create stream by relation id 2007-05-08 13:54:08 +00:00
Henning Brinkmann
2351b12046 do not repeat paragraph properties when opening character group for text without CHP 2007-05-08 13:53:32 +00:00
Oliver Specht
4f31c9de6c table with preferred width 2007-05-08 13:02:00 +00:00
Henning Brinkmann
a2b7ce765d new endOfCellAction/endOfRowAction. made private: endRow, endCell 2007-05-07 11:30:42 +00:00
Oliver Specht
c234141af7 set defaults of HeaderRowCount and IsSplitAllowed 2007-05-07 11:06:09 +00:00
Oliver Specht
5a0203e2ad table row height 2007-05-07 11:05:13 +00:00
Oliver Specht
e5afee6bca duplicate settings of page dimensions removed 2007-05-07 05:48:16 +00:00
Oliver Specht
7dd9166b75 don't access SectionContext in style sheet import 2007-05-07 05:22:40 +00:00
Oliver Specht
e8ba7116e7 HeaderRowCount 2007-05-07 05:21:37 +00:00
Oliver Specht
585c5c89e3 LeftIndent, HeaderRowCount 2007-05-07 05:20:52 +00:00
Oliver Specht
b8cee3b1ba check iterators before call of erase() 2007-05-07 05:19:52 +00:00
Oliver Specht
4a259fb9b4 +IsStyleSheetImport 2007-05-07 05:18:56 +00:00
Oliver Specht
dd3ddc5e7f HeaderRowCount added 2007-05-07 05:18:12 +00:00
Oliver Specht
5925ec9e29 +TableLeftIndentHandler 2007-05-07 05:17:40 +00:00
Fridrich Štrba
58b9faa69a parse page size and margins correctly 2007-05-04 13:54:11 +00:00
Fridrich Štrba
208975bbb7 remove an OSL_ENSURE because absence of value is valid in classes derived Sprm 2007-05-04 13:21:31 +00:00
Fridrich Štrba
1a7b81940d rewriting the startSectionGroup and endSectionGroup to use the new OOXMLParserState class (thanks Henning); initializing the page properties with default values; some fixes and checking for null pointers 2007-05-04 12:29:21 +00:00
Henning Brinkmann
92e35848da Generate table events in OOXML 2007-05-03 12:44:10 +00:00
Fridrich Štrba
e5793d78d0 using namespace ::writerfilter 2007-05-03 09:07:16 +00:00
Oliver Specht
d6ff104938 _PageSz.orient: now bool, separately initialized 2007-05-03 06:14:08 +00:00
Oliver Specht
e15b7ba76e table attributes 2007-05-03 05:25:38 +00:00
Oliver Specht
8c612cc146 handler of table cell color 2007-05-03 05:24:01 +00:00
Oliver Specht
897f4ede21 new: CellColorHandler 2007-05-03 05:23:04 +00:00
Fridrich Štrba
e7aadb548b Improved conversion of section properties in multisection documents, fix bug with ST_OnOff conversion, conversion of text columns 2007-05-02 17:06:23 +00:00
Fridrich Štrba
f8b3d64f1e parsing section properties in multisection documents 2007-04-30 15:32:25 +00:00
Fridrich Štrba
c8e0afcab0 section properties converted in a single section document correctly. next week we go for multiple section ones 2007-04-27 14:43:22 +00:00
Fridrich Štrba
f1c1500526 more section properties parsing code 2007-04-27 11:51:36 +00:00
Fridrich Štrba
c1ff80fde7 some more attributes parsed 2007-04-25 13:10:22 +00:00
Fridrich Štrba
d71c7efcee using namespace writerfilter 2007-04-25 13:04:47 +00:00
Fridrich Štrba
d74f67b0cf more code for parsing of section attributes 2007-04-25 12:28:13 +00:00
Oliver Specht
f75aed7490 table attributes started WW8ResourceModelImpl.cxx 2007-04-25 10:40:45 +00:00
Oliver Specht
9fe38e48fb check character properties 2007-04-25 10:37:59 +00:00
Oliver Specht
e822690be3 table attributes started 2007-04-25 10:35:48 +00:00
Oliver Specht
636b05815f more 'const' 2007-04-25 10:31:49 +00:00