Nix abwarten und beobachten.

Hab eben mal genauer nachgeschaut.
Hab zwei ODT Datei mit Aufzählung (Bullet) mal entpackt.
Dort findet sich eine content.xml.
Darin sind unter anderem die Style-Angaben der Bullets angegeben.
Code: Alles auswählen
- <text:list-style style:name="L1">
- <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" text:bullet-char="–">
- <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm" />
</style:list-level-properties>
</text:list-level-style-bullet>
- <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" text:bullet-char="–">
- <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.905cm" fo:text-indent="-0.635cm" fo:margin-left="1.905cm" />
</style:list-level-properties>
</text:list-level-style-bullet>
...
Um so mehr Aufzählung benutzt wird, um so mehr Style-Einträge gibt es da wohl. In einer Datei macht das 90% des Inhalts aus (L1 bis L21).
Dort sind auch Bullet-Style-Angaben, die dieses Platzhalter-Rechteck haben.
In der einen Datei ist es nun wohl so, dass diese Style-Zuordnung nicht stimmt, bzw. verloren geht, oder was weiß ich schief geht.
Dort kommen nämlich diese Rechtecke in den Style-Angaben vor.
Code: Alles auswählen
- <text:list-style style:name="L1">
- <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" text:bullet-char="➢">
- <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm" />
</style:list-level-properties>
<style:text-properties style:font-name="StarSymbol" />
</text:list-level-style-bullet>
- <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" text:bullet-char="">
- <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.905cm" fo:text-indent="-0.635cm" fo:margin-left="1.905cm" />
</style:list-level-properties>
<style:text-properties style:font-name="StarSymbol" />
</text:list-level-style-bullet>
...
In einer anderen Datei kommen diese Rechtecke nicht in den Style-Angaben der Aufzählung/Bullets vor.
Was da nun aber genau schief läuft, weiß ich aber auch nicht.
Nix abwarten und beobachten. ;)
Hab eben mal genauer nachgeschaut.
Hab zwei ODT Datei mit Aufzählung (Bullet) mal entpackt.
Dort findet sich eine content.xml.
Darin sind unter anderem die Style-Angaben der Bullets angegeben.
[code]- <text:list-style style:name="L1">
- <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" text:bullet-char="–">
- <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm" />
</style:list-level-properties>
</text:list-level-style-bullet>
- <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" text:bullet-char="–">
- <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.905cm" fo:text-indent="-0.635cm" fo:margin-left="1.905cm" />
</style:list-level-properties>
</text:list-level-style-bullet>
...[/code]
Um so mehr Aufzählung benutzt wird, um so mehr Style-Einträge gibt es da wohl. In einer Datei macht das 90% des Inhalts aus (L1 bis L21).
Dort sind auch Bullet-Style-Angaben, die dieses Platzhalter-Rechteck haben.
In der einen Datei ist es nun wohl so, dass diese Style-Zuordnung nicht stimmt, bzw. verloren geht, oder was weiß ich schief geht.
Dort kommen nämlich diese Rechtecke in den Style-Angaben vor.
[code]- <text:list-style style:name="L1">
- <text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" text:bullet-char="➢">
- <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-0.635cm" fo:margin-left="1.27cm" />
</style:list-level-properties>
<style:text-properties style:font-name="StarSymbol" />
</text:list-level-style-bullet>
- <text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" text:bullet-char="">
- <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.905cm" fo:text-indent="-0.635cm" fo:margin-left="1.905cm" />
</style:list-level-properties>
<style:text-properties style:font-name="StarSymbol" />
</text:list-level-style-bullet>
...[/code]
In einer anderen Datei kommen diese Rechtecke nicht in den Style-Angaben der Aufzählung/Bullets vor.
Was da nun aber genau schief läuft, weiß ich aber auch nicht.