Lines Matching refs:aStoreProperties_odt

81         PropertyValue[] aStoreProperties_odt = new PropertyValue[2];  in testParagraphShadow_BottomRight()  local
82 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphShadow_BottomRight()
83 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphShadow_BottomRight()
84 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_BottomRight()
85 aStoreProperties_odt[0].Value = true; in testParagraphShadow_BottomRight()
86 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphShadow_BottomRight()
87 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphShadow_BottomRight()
88 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphShadow_BottomRight()
137 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphShadow_BottomLeft() local
138 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphShadow_BottomLeft()
139 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphShadow_BottomLeft()
140 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_BottomLeft()
141 aStoreProperties_odt[0].Value = true; in testParagraphShadow_BottomLeft()
142 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphShadow_BottomLeft()
143 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphShadow_BottomLeft()
144 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphShadow_BottomLeft()
193 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphShadow_TopLeft() local
194 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphShadow_TopLeft()
195 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphShadow_TopLeft()
196 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_TopLeft()
197 aStoreProperties_odt[0].Value = true; in testParagraphShadow_TopLeft()
198 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphShadow_TopLeft()
199 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphShadow_TopLeft()
200 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphShadow_TopLeft()
249 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphShadow_TopRight() local
250 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphShadow_TopRight()
251 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphShadow_TopRight()
252 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_TopRight()
253 aStoreProperties_odt[0].Value = true; in testParagraphShadow_TopRight()
254 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphShadow_TopRight()
255 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphShadow_TopRight()
256 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphShadow_TopRight()
305 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphShadow_None() local
306 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphShadow_None()
307 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphShadow_None()
308 aStoreProperties_odt[0].Name = "Override"; in testParagraphShadow_None()
309 aStoreProperties_odt[0].Value = true; in testParagraphShadow_None()
310 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphShadow_None()
311 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphShadow_None()
312 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphShadow_None()