Lines Matching refs:aStoreProperties_odt

78         PropertyValue[] aStoreProperties_odt = new PropertyValue[2];  in testParagraphAlignmentJustified()  local
79 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphAlignmentJustified()
80 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphAlignmentJustified()
81 aStoreProperties_odt[0].Name = "Override"; in testParagraphAlignmentJustified()
82 aStoreProperties_odt[0].Value = true; in testParagraphAlignmentJustified()
83 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphAlignmentJustified()
84 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphAlignmentJustified()
85 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphAlignmentJustified()
140 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphAlignmentLeft() local
141 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphAlignmentLeft()
142 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphAlignmentLeft()
143 aStoreProperties_odt[0].Name = "Override"; in testParagraphAlignmentLeft()
144 aStoreProperties_odt[0].Value = true; in testParagraphAlignmentLeft()
145 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphAlignmentLeft()
146 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphAlignmentLeft()
147 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphAlignmentLeft()
200 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphAlignmentRight() local
201 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphAlignmentRight()
202 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphAlignmentRight()
203 aStoreProperties_odt[0].Name = "Override"; in testParagraphAlignmentRight()
204 aStoreProperties_odt[0].Value = true; in testParagraphAlignmentRight()
205 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphAlignmentRight()
206 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphAlignmentRight()
207 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphAlignmentRight()
257 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphAlignmentCenter() local
258 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphAlignmentCenter()
259 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphAlignmentCenter()
260 aStoreProperties_odt[0].Name = "Override"; in testParagraphAlignmentCenter()
261 aStoreProperties_odt[0].Value = true; in testParagraphAlignmentCenter()
262 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphAlignmentCenter()
263 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphAlignmentCenter()
264 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphAlignmentCenter()