xref: /AOO41X/main/ooo_custom_images/industrial/TODO (revision 54628ca40d27d15cc98fe861da7fff7e60c2f7d6)
1To Do:
2    An incomplete list of missing and/or not-yet-mapped icons:
3    Most of these icons live in res/commandimagelist/
4
5* Mapping/hacking errors
6    + 'New' button with 'database' icon (most odd)
7
8    ** Optimize toolbar
9        + 4x icons
10    ** View menu
11        + field names
12        + field shadings
13        + print layout
14
15* Others:
16
17* Writer:
18
19    From toolbar->Customize ...
20        + sorted by least work to 100% first
21
22    ** XML Form controls
23        + Data navigator: lc_showdatanavigator.png
24    ** Page preview
25        + Book preview: lc_showbookview.png
26    ** Picture
27        + Graphics mode: lc_grafmode.png
28    ** Table
29        + table properties: lc_tabledialog.png
30    ** Fontwork
31        + lc_fontworksameletterheights.png
32        + lc_fontworkcharacterspacingfloater.png
33        + lc_fontworkalignmentfloater.png
34    ** Drawing
35        + lc_symbolshapes.smiley
36        + lc_arrowshapes.left-right-arrow
37        + lc_flowchartshapes.flowchart-internal-storage.png
38        + lc_calloutshapes.round-rectangular-callout.png
39        + lc_starshapes.star5.png
40    ** 3D settings
41        lc_extrusiontiltdown.png
42        lc_extrusiontiltleft.png
43        lc_extrusiontiltright.png
44        lc_extrusiontiltup.png
45        lc_extrusiondepthfloater.png
46        lc_extrusiondirectionfloater.png
47        lc_extrusionlightingfloater.png
48        lc_extrusionsurfacefloater.png
49        lc_extrusion3dcolor.png
50
51
52** Impress
53    ** Presentation
54        + Slide layout: <?>
55    ** Master View
56        lc_insertmasterpage.png
57        lc_deletemasterpage.png
58        lc_renamemasterpage.png
59    ** Drawing
60        + Arrange (?)
61        + Insert: lc_inserttoolbox.png
62        + Extrusion on/off: lc_extrusiontoggle.png
63        + Custom animation: lc_customanimation.png
64        + Interaction: lc_animationeffects.png
65        + Animated image: lc_animationobject.png
66
67To find obsolete files:
68
69    for file in `cat ../../missing`; do foo=`md5sum default_images/$file | cut -f 1 -d ' '`; if test "z$foo" = "z36d1d1d46cdd975db0539b82ffe5ac42"; then echo "$file"; fi; done > ../../obsolete
70
71