Lines Matching refs:aStoreProperties_odt
77 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterLowerCaseSetting() local
78 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterLowerCaseSetting()
79 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterLowerCaseSetting()
80 aStoreProperties_odt[0].Name = "Override"; in testCharacterLowerCaseSetting()
81 aStoreProperties_odt[0].Value = true; in testCharacterLowerCaseSetting()
82 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterLowerCaseSetting()
83 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterLowerCaseSetting()
84 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterLowerCaseSetting()
116 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterUpperCaseSetting() local
117 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterUpperCaseSetting()
118 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterUpperCaseSetting()
119 aStoreProperties_odt[0].Name = "Override"; in testCharacterUpperCaseSetting()
120 aStoreProperties_odt[0].Value = true; in testCharacterUpperCaseSetting()
121 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterUpperCaseSetting()
122 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterUpperCaseSetting()
123 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterUpperCaseSetting()
163 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterSmallCapsSetting() local
164 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterSmallCapsSetting()
165 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterSmallCapsSetting()
166 aStoreProperties_odt[0].Name = "Override"; in testCharacterSmallCapsSetting()
167 aStoreProperties_odt[0].Value = true; in testCharacterSmallCapsSetting()
168 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterSmallCapsSetting()
169 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSmallCapsSetting()
170 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterSmallCapsSetting()
210 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterCapitalEveryWordSetting() local
211 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterCapitalEveryWordSetting()
212 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterCapitalEveryWordSetting()
213 aStoreProperties_odt[0].Name = "Override"; in testCharacterCapitalEveryWordSetting()
214 aStoreProperties_odt[0].Value = true; in testCharacterCapitalEveryWordSetting()
215 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterCapitalEveryWordSetting()
216 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterCapitalEveryWordSetting()
217 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterCapitalEveryWordSetting()
257 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterNoCaseSetting() local
258 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterNoCaseSetting()
259 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterNoCaseSetting()
260 aStoreProperties_odt[0].Name = "Override"; in testCharacterNoCaseSetting()
261 aStoreProperties_odt[0].Value = true; in testCharacterNoCaseSetting()
262 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterNoCaseSetting()
263 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterNoCaseSetting()
264 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterNoCaseSetting()