Lines Matching refs:aStoreProperties_doc

91         PropertyValue[] aStoreProperties_doc = new PropertyValue[2];  in testParagraphShadow_BottomRight()  local
92 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphShadow_BottomRight()
93 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphShadow_BottomRight()
94 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_BottomRight()
95 aStoreProperties_doc[0].Value = true; in testParagraphShadow_BottomRight()
96 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphShadow_BottomRight()
97 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphShadow_BottomRight()
98 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphShadow_BottomRight()
147 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphShadow_BottomLeft() local
148 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphShadow_BottomLeft()
149 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphShadow_BottomLeft()
150 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_BottomLeft()
151 aStoreProperties_doc[0].Value = true; in testParagraphShadow_BottomLeft()
152 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphShadow_BottomLeft()
153 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphShadow_BottomLeft()
154 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphShadow_BottomLeft()
203 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphShadow_TopLeft() local
204 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphShadow_TopLeft()
205 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphShadow_TopLeft()
206 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_TopLeft()
207 aStoreProperties_doc[0].Value = true; in testParagraphShadow_TopLeft()
208 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphShadow_TopLeft()
209 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphShadow_TopLeft()
210 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphShadow_TopLeft()
259 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphShadow_TopRight() local
260 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphShadow_TopRight()
261 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphShadow_TopRight()
262 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_TopRight()
263 aStoreProperties_doc[0].Value = true; in testParagraphShadow_TopRight()
264 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphShadow_TopRight()
265 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphShadow_TopRight()
266 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphShadow_TopRight()
315 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphShadow_None() local
316 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphShadow_None()
317 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphShadow_None()
318 aStoreProperties_doc[0].Name = "Override"; in testParagraphShadow_None()
319 aStoreProperties_doc[0].Value = true; in testParagraphShadow_None()
320 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphShadow_None()
321 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphShadow_None()
322 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphShadow_None()