Lines Matching refs:aStoreProperties_doc

82 		PropertyValue[] aStoreProperties_doc = new PropertyValue[2];  in testTexttoTextAlignment_Baseline()  local
83 aStoreProperties_doc[0] = new PropertyValue(); in testTexttoTextAlignment_Baseline()
84 aStoreProperties_doc[1] = new PropertyValue(); in testTexttoTextAlignment_Baseline()
85 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Baseline()
86 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Baseline()
87 aStoreProperties_doc[1].Name = "FilterName"; in testTexttoTextAlignment_Baseline()
88 aStoreProperties_doc[1].Value = "MS Word 97"; in testTexttoTextAlignment_Baseline()
89 …rable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testTexttoTextAlignment_Baseline()
127 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testTexttoTextAlignment_Bottom() local
128 aStoreProperties_doc[0] = new PropertyValue(); in testTexttoTextAlignment_Bottom()
129 aStoreProperties_doc[1] = new PropertyValue(); in testTexttoTextAlignment_Bottom()
130 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Bottom()
131 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Bottom()
132 aStoreProperties_doc[1].Name = "FilterName"; in testTexttoTextAlignment_Bottom()
133 aStoreProperties_doc[1].Value = "MS Word 97"; in testTexttoTextAlignment_Bottom()
134 …rable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testTexttoTextAlignment_Bottom()
172 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testTexttoTextAlignment_Center() local
173 aStoreProperties_doc[0] = new PropertyValue(); in testTexttoTextAlignment_Center()
174 aStoreProperties_doc[1] = new PropertyValue(); in testTexttoTextAlignment_Center()
175 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Center()
176 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Center()
177 aStoreProperties_doc[1].Name = "FilterName"; in testTexttoTextAlignment_Center()
178 aStoreProperties_doc[1].Value = "MS Word 97"; in testTexttoTextAlignment_Center()
179 …rable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testTexttoTextAlignment_Center()
217 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testTexttoTextAlignment_Top() local
218 aStoreProperties_doc[0] = new PropertyValue(); in testTexttoTextAlignment_Top()
219 aStoreProperties_doc[1] = new PropertyValue(); in testTexttoTextAlignment_Top()
220 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Top()
221 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Top()
222 aStoreProperties_doc[1].Name = "FilterName"; in testTexttoTextAlignment_Top()
223 aStoreProperties_doc[1].Value = "MS Word 97"; in testTexttoTextAlignment_Top()
224 …rable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testTexttoTextAlignment_Top()
262 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testTexttoTextAlignment_Automatic() local
263 aStoreProperties_doc[0] = new PropertyValue(); in testTexttoTextAlignment_Automatic()
264 aStoreProperties_doc[1] = new PropertyValue(); in testTexttoTextAlignment_Automatic()
265 aStoreProperties_doc[0].Name = "Override"; in testTexttoTextAlignment_Automatic()
266 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Automatic()
267 aStoreProperties_doc[1].Name = "FilterName"; in testTexttoTextAlignment_Automatic()
268 aStoreProperties_doc[1].Value = "MS Word 97"; in testTexttoTextAlignment_Automatic()
269 …rable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testTexttoTextAlignment_Automatic()