Issue 27706

Summary: Missed font tranformation
Product: Writer Reporter: nameme2 <info>
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description nameme2 2004-04-12 21:59:50 UTC
I edited HTML file with OpenOffice 1.1.0 (win2000)
When i set style propery to capitalise letter there is no appopriate CSS entry 
in style description.
for example style description generated by OpenOffice:
--------------------------------------------------
	<STYLE>
	<!--
		@page { size: 21cm 29.7cm }
		P.kvs-section-western { font-family: "Verdana", sans-serif; font-size: 
11pt; font-weight: bold }
	-->
	</STYLE>
--------------------------------------------------
But i have CAPTALISE LETTERS option for this style so i expecting to see style 
definition like this:
--------------------------------------------------
	<STYLE>
	<!--
		@page { size: 21cm 29.7cm }
		P.kvs-section-western { text-transform: uppercase; font-family: 
"Verdana", sans-serif; font-size: 11pt; font-weight: bold }
	-->
	</STYLE>
--------------------------------------------------
Comment 1 michael.ruess 2004-04-13 11:37:27 UTC
MRU->ES: please have a look.
Comment 2 eric.savary 2004-04-16 13:33:16 UTC
New
Comment 3 eric.savary 2004-04-16 13:34:50 UTC
Missing export feature: CSS attribute text-transform
Comment 4 bettina.haberer 2010-05-21 15:10:00 UTC
To grep the issues easier via "requirements" I put the issues currently lying on
my owner to the owner "requirements".