Lines Matching refs:aStoreProperties_doc

88         PropertyValue[] aStoreProperties_doc = new PropertyValue[2];  in testParagraphAlignmentJustified()  local
89 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphAlignmentJustified()
90 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphAlignmentJustified()
91 aStoreProperties_doc[0].Name = "Override"; in testParagraphAlignmentJustified()
92 aStoreProperties_doc[0].Value = true; in testParagraphAlignmentJustified()
93 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphAlignmentJustified()
94 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphAlignmentJustified()
95 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphAlignmentJustified()
150 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphAlignmentLeft() local
151 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphAlignmentLeft()
152 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphAlignmentLeft()
153 aStoreProperties_doc[0].Name = "Override"; in testParagraphAlignmentLeft()
154 aStoreProperties_doc[0].Value = true; in testParagraphAlignmentLeft()
155 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphAlignmentLeft()
156 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphAlignmentLeft()
157 …_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphAlignmentLeft()
210 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphAlignmentRight() local
211 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphAlignmentRight()
212 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphAlignmentRight()
213 aStoreProperties_doc[0].Name = "Override"; in testParagraphAlignmentRight()
214 aStoreProperties_doc[0].Value = true; in testParagraphAlignmentRight()
215 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphAlignmentRight()
216 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphAlignmentRight()
217 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphAlignmentRight()
267 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphAlignmentCenter() local
268 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphAlignmentCenter()
269 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphAlignmentCenter()
270 aStoreProperties_doc[0].Name = "Override"; in testParagraphAlignmentCenter()
271 aStoreProperties_doc[0].Value = true; in testParagraphAlignmentCenter()
272 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphAlignmentCenter()
273 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphAlignmentCenter()
274 …orable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphAlignmentCenter()