Lines Matching refs:aStoreProperties_odt

68         PropertyValue[] aStoreProperties_odt = new PropertyValue[2];  in testCharacterSuperscriptSetting()  local
69 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterSuperscriptSetting()
70 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterSuperscriptSetting()
71 aStoreProperties_odt[0].Name = "Override"; in testCharacterSuperscriptSetting()
72 aStoreProperties_odt[0].Value = true; in testCharacterSuperscriptSetting()
73 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterSuperscriptSetting()
74 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSuperscriptSetting()
75 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterSuperscriptSetting()
117 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterSubscriptSetting() local
118 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterSubscriptSetting()
119 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterSubscriptSetting()
120 aStoreProperties_odt[0].Name = "Override"; in testCharacterSubscriptSetting()
121 aStoreProperties_odt[0].Value = true; in testCharacterSubscriptSetting()
122 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterSubscriptSetting()
123 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSubscriptSetting()
124 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterSubscriptSetting()
166 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterDefaultPositionSetting() local
167 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterDefaultPositionSetting()
168 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterDefaultPositionSetting()
169 aStoreProperties_odt[0].Name = "Override"; in testCharacterDefaultPositionSetting()
170 aStoreProperties_odt[0].Value = true; in testCharacterDefaultPositionSetting()
171 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterDefaultPositionSetting()
172 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterDefaultPositionSetting()
173 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterDefaultPositionSetting()