Lines Matching refs:aStoreProperties_doc

67         PropertyValue[] aStoreProperties_doc = new PropertyValue[2];  in testCharacterLowerCaseSetting()  local
68 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterLowerCaseSetting()
69 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterLowerCaseSetting()
70 aStoreProperties_doc[0].Name = "Override"; in testCharacterLowerCaseSetting()
71 aStoreProperties_doc[0].Value = true; in testCharacterLowerCaseSetting()
72 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterLowerCaseSetting()
73 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterLowerCaseSetting()
74 …orable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterLowerCaseSetting()
126 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterUpperCaseSetting() local
127 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterUpperCaseSetting()
128 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterUpperCaseSetting()
129 aStoreProperties_doc[0].Name = "Override"; in testCharacterUpperCaseSetting()
130 aStoreProperties_doc[0].Value = true; in testCharacterUpperCaseSetting()
131 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterUpperCaseSetting()
132 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterUpperCaseSetting()
133 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterUpperCaseSetting()
173 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterSmallCapsSetting() local
174 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterSmallCapsSetting()
175 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterSmallCapsSetting()
176 aStoreProperties_doc[0].Name = "Override"; in testCharacterSmallCapsSetting()
177 aStoreProperties_doc[0].Value = true; in testCharacterSmallCapsSetting()
178 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterSmallCapsSetting()
179 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSmallCapsSetting()
180 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterSmallCapsSetting()
220 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterCapitalEveryWordSetting() local
221 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterCapitalEveryWordSetting()
222 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterCapitalEveryWordSetting()
223 aStoreProperties_doc[0].Name = "Override"; in testCharacterCapitalEveryWordSetting()
224 aStoreProperties_doc[0].Value = true; in testCharacterCapitalEveryWordSetting()
225 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterCapitalEveryWordSetting()
226 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterCapitalEveryWordSetting()
227 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterCapitalEveryWordSetting()
267 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterNoCaseSetting() local
268 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterNoCaseSetting()
269 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterNoCaseSetting()
270 aStoreProperties_doc[0].Name = "Override"; in testCharacterNoCaseSetting()
271 aStoreProperties_doc[0].Value = true; in testCharacterNoCaseSetting()
272 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterNoCaseSetting()
273 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterNoCaseSetting()
274 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterNoCaseSetting()