Lines Matching refs:aStoreProperties_doc
78 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterSuperscriptSetting() local
79 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterSuperscriptSetting()
80 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterSuperscriptSetting()
81 aStoreProperties_doc[0].Name = "Override"; in testCharacterSuperscriptSetting()
82 aStoreProperties_doc[0].Value = true; in testCharacterSuperscriptSetting()
83 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterSuperscriptSetting()
84 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSuperscriptSetting()
85 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterSuperscriptSetting()
127 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterSubscriptSetting() local
128 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterSubscriptSetting()
129 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterSubscriptSetting()
130 aStoreProperties_doc[0].Name = "Override"; in testCharacterSubscriptSetting()
131 aStoreProperties_doc[0].Value = true; in testCharacterSubscriptSetting()
132 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterSubscriptSetting()
133 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSubscriptSetting()
134 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterSubscriptSetting()
176 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterDefaultPositionSetting() local
177 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterDefaultPositionSetting()
178 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterDefaultPositionSetting()
179 aStoreProperties_doc[0].Name = "Override"; in testCharacterDefaultPositionSetting()
180 aStoreProperties_doc[0].Value = true; in testCharacterDefaultPositionSetting()
181 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterDefaultPositionSetting()
182 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterDefaultPositionSetting()
183 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterDefaultPositionSetting()