Lines Matching refs:aStoreProperties_doc

90         PropertyValue[] aStoreProperties_doc = new PropertyValue[2];  in testParagraphDropcapSetting()  local
91 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphDropcapSetting()
92 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphDropcapSetting()
93 aStoreProperties_doc[0].Name = "Override"; in testParagraphDropcapSetting()
94 aStoreProperties_doc[0].Value = true; in testParagraphDropcapSetting()
95 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphDropcapSetting()
96 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphDropcapSetting()
97 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphDropcapSetting()
146 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testParagraphDropcapWholewordSetting() local
147 aStoreProperties_doc[0] = new PropertyValue(); in testParagraphDropcapWholewordSetting()
148 aStoreProperties_doc[1] = new PropertyValue(); in testParagraphDropcapWholewordSetting()
149 aStoreProperties_doc[0].Name = "Override"; in testParagraphDropcapWholewordSetting()
150 aStoreProperties_doc[0].Value = true; in testParagraphDropcapWholewordSetting()
151 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphDropcapWholewordSetting()
152 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphDropcapWholewordSetting()
153 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testParagraphDropcapWholewordSetting()