Lines Matching refs:aStoreProperties_odt

66 		PropertyValue[] aStoreProperties_odt = new PropertyValue[2];  in testCharacterSpacing_Default()  local
67 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterSpacing_Default()
68 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterSpacing_Default()
69 aStoreProperties_odt[0].Name = "Override"; in testCharacterSpacing_Default()
70 aStoreProperties_odt[0].Value = true; in testCharacterSpacing_Default()
71 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterSpacing_Default()
72 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSpacing_Default()
73 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterSpacing_Default()
112 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterSpacing_Expand() local
113 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterSpacing_Expand()
114 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterSpacing_Expand()
115 aStoreProperties_odt[0].Name = "Override"; in testCharacterSpacing_Expand()
116 aStoreProperties_odt[0].Value = true; in testCharacterSpacing_Expand()
117 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterSpacing_Expand()
118 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSpacing_Expand()
119 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterSpacing_Expand()
158 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterSpacing_Condens() local
159 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterSpacing_Condens()
160 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterSpacing_Condens()
161 aStoreProperties_odt[0].Name = "Override"; in testCharacterSpacing_Condens()
162 aStoreProperties_odt[0].Value = true; in testCharacterSpacing_Condens()
163 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterSpacing_Condens()
164 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSpacing_Condens()
165 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterSpacing_Condens()