Lines Matching refs:aStoreProperties_odt

85         PropertyValue[] aStoreProperties_odt = new PropertyValue[2];  in testtableVerticalAlignment_Bottom()  local
86 aStoreProperties_odt[0] = new PropertyValue(); in testtableVerticalAlignment_Bottom()
87 aStoreProperties_odt[1] = new PropertyValue(); in testtableVerticalAlignment_Bottom()
88 aStoreProperties_odt[0].Name = "Override"; in testtableVerticalAlignment_Bottom()
89 aStoreProperties_odt[0].Value = true; in testtableVerticalAlignment_Bottom()
90 aStoreProperties_odt[1].Name = "FilterName"; in testtableVerticalAlignment_Bottom()
91 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testtableVerticalAlignment_Bottom()
92 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testtableVerticalAlignment_Bottom()
158 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testtableVerticalAlignment_Center() local
159 aStoreProperties_odt[0] = new PropertyValue(); in testtableVerticalAlignment_Center()
160 aStoreProperties_odt[1] = new PropertyValue(); in testtableVerticalAlignment_Center()
161 aStoreProperties_odt[0].Name = "Override"; in testtableVerticalAlignment_Center()
162 aStoreProperties_odt[0].Value = true; in testtableVerticalAlignment_Center()
163 aStoreProperties_odt[1].Name = "FilterName"; in testtableVerticalAlignment_Center()
164 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testtableVerticalAlignment_Center()
165 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testtableVerticalAlignment_Center()
231 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testtableVerticalAlignment_Top() local
232 aStoreProperties_odt[0] = new PropertyValue(); in testtableVerticalAlignment_Top()
233 aStoreProperties_odt[1] = new PropertyValue(); in testtableVerticalAlignment_Top()
234 aStoreProperties_odt[0].Name = "Override"; in testtableVerticalAlignment_Top()
235 aStoreProperties_odt[0].Value = true; in testtableVerticalAlignment_Top()
236 aStoreProperties_odt[1].Name = "FilterName"; in testtableVerticalAlignment_Top()
237 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testtableVerticalAlignment_Top()
238 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testtableVerticalAlignment_Top()