Lines Matching refs:aStoreProperties_doc

89         PropertyValue[] aStoreProperties_doc = new PropertyValue[2];  in testParagraphLineSpacingFix()  local
90 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphLineSpacingFix()
91 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphLineSpacingFix()
92 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingFix()
93 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingFix()
94 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphLineSpacingFix()
95 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphLineSpacingFix()
96 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphLineSpacingFix()
148 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphLineSpacingLeading() local
149 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphLineSpacingLeading()
150 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphLineSpacingLeading()
151 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingLeading()
152 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingLeading()
153 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphLineSpacingLeading()
154 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphLineSpacingLeading()
155 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphLineSpacingLeading()
209 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphLineSpacingMinimum() local
210 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphLineSpacingMinimum()
211 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphLineSpacingMinimum()
212 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingMinimum()
213 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingMinimum()
214 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphLineSpacingMinimum()
215 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphLineSpacingMinimum()
216 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphLineSpacingMinimum()
270 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphLineSpacingProp() local
271 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphLineSpacingProp()
272 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphLineSpacingProp()
273 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingProp()
274 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingProp()
275 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphLineSpacingProp()
276 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphLineSpacingProp()
277 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphLineSpacingProp()
330 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphLineSpacingSingle() local
331 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphLineSpacingSingle()
332 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphLineSpacingSingle()
333 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingSingle()
334 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingSingle()
335 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphLineSpacingSingle()
336 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphLineSpacingSingle()
337 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphLineSpacingSingle()
388 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphLineSpacingDouble() local
389 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphLineSpacingDouble()
390 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphLineSpacingDouble()
391 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingDouble()
392 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingDouble()
393 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphLineSpacingDouble()
394 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphLineSpacingDouble()
395 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphLineSpacingDouble()
446 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphLineSpacingUserDefine() local
447 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphLineSpacingUserDefine()
448 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphLineSpacingUserDefine()
449 aStoreProperties_doc[0].Name = "Override"; in testParagraphLineSpacingUserDefine()
450 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingUserDefine()
451 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphLineSpacingUserDefine()
452 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphLineSpacingUserDefine()
453 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphLineSpacingUserDefine()