Lines Matching refs:aStoreProperties_odt

72 		PropertyValue[] aStoreProperties_odt = new PropertyValue[2];  in testTexttoTextAlignment_Baseline()  local
73 aStoreProperties_odt[0] = new PropertyValue(); in testTexttoTextAlignment_Baseline()
74 aStoreProperties_odt[1] = new PropertyValue(); in testTexttoTextAlignment_Baseline()
75 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Baseline()
76 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Baseline()
77 aStoreProperties_odt[1].Name = "FilterName"; in testTexttoTextAlignment_Baseline()
78 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testTexttoTextAlignment_Baseline()
79 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testTexttoTextAlignment_Baseline()
117 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testTexttoTextAlignment_Bottom() local
118 aStoreProperties_odt[0] = new PropertyValue(); in testTexttoTextAlignment_Bottom()
119 aStoreProperties_odt[1] = new PropertyValue(); in testTexttoTextAlignment_Bottom()
120 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Bottom()
121 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Bottom()
122 aStoreProperties_odt[1].Name = "FilterName"; in testTexttoTextAlignment_Bottom()
123 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testTexttoTextAlignment_Bottom()
124 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testTexttoTextAlignment_Bottom()
162 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testTexttoTextAlignment_Center() local
163 aStoreProperties_odt[0] = new PropertyValue(); in testTexttoTextAlignment_Center()
164 aStoreProperties_odt[1] = new PropertyValue(); in testTexttoTextAlignment_Center()
165 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Center()
166 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Center()
167 aStoreProperties_odt[1].Name = "FilterName"; in testTexttoTextAlignment_Center()
168 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testTexttoTextAlignment_Center()
169 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testTexttoTextAlignment_Center()
207 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testTexttoTextAlignment_Top() local
208 aStoreProperties_odt[0] = new PropertyValue(); in testTexttoTextAlignment_Top()
209 aStoreProperties_odt[1] = new PropertyValue(); in testTexttoTextAlignment_Top()
210 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Top()
211 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Top()
212 aStoreProperties_odt[1].Name = "FilterName"; in testTexttoTextAlignment_Top()
213 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testTexttoTextAlignment_Top()
214 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testTexttoTextAlignment_Top()
252 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testTexttoTextAlignment_Automatic() local
253 aStoreProperties_odt[0] = new PropertyValue(); in testTexttoTextAlignment_Automatic()
254 aStoreProperties_odt[1] = new PropertyValue(); in testTexttoTextAlignment_Automatic()
255 aStoreProperties_odt[0].Name = "Override"; in testTexttoTextAlignment_Automatic()
256 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Automatic()
257 aStoreProperties_odt[1].Name = "FilterName"; in testTexttoTextAlignment_Automatic()
258 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testTexttoTextAlignment_Automatic()
259 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testTexttoTextAlignment_Automatic()