-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTODO
23 lines (19 loc) · 926 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This file contains the next few features I'd like to implement (in no
particular order):
* SPRM related:
- Try to implement some more of the known SPRMs and merge the information about
the non-documented sprms from OOo
- Try to find out what the sprms 0xD632 and 0xD634 mean and how to interpret
them (OOo). Some spacing related thing. Check all other sprms found in
C.U.5.doc. It seems that some previously undocumented sprms like 0xD620
are known in OOo now.
* Image reading:
- Try to write some image reading code, OOo has some nice comments in the
ww8graf* files.
- Find out how drawings are anchored, tell David
* Textboxes:
- Try to import textboxes / header-textboxes
*Bugs:
- The generated testcases have alignment problems on Solaris
- The helpertest fails on Solaris with some backtrace ending in UString. Weird
- Fields don't really work... (e.g. page numbers in the footer)