Lines Matching refs:aStoreProperties_odt

69         PropertyValue[] aStoreProperties_odt = new PropertyValue[2];  in testCharacterRotationZeroSetting()  local
70 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterRotationZeroSetting()
71 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterRotationZeroSetting()
72 aStoreProperties_odt[0].Name = "Override"; in testCharacterRotationZeroSetting()
73 aStoreProperties_odt[0].Value = true; in testCharacterRotationZeroSetting()
74 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterRotationZeroSetting()
75 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterRotationZeroSetting()
76 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterRotationZeroSetting()
119 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterRotationNinetySetting() local
120 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterRotationNinetySetting()
121 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterRotationNinetySetting()
122 aStoreProperties_odt[0].Name = "Override"; in testCharacterRotationNinetySetting()
123 aStoreProperties_odt[0].Value = true; in testCharacterRotationNinetySetting()
124 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterRotationNinetySetting()
125 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterRotationNinetySetting()
126 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterRotationNinetySetting()
172 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testCharacterRotationDefineSetting() local
173 aStoreProperties_odt[0] = new PropertyValue(); in testCharacterRotationDefineSetting()
174 aStoreProperties_odt[1] = new PropertyValue(); in testCharacterRotationDefineSetting()
175 aStoreProperties_odt[0].Name = "Override"; in testCharacterRotationDefineSetting()
176 aStoreProperties_odt[0].Value = true; in testCharacterRotationDefineSetting()
177 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterRotationDefineSetting()
178 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterRotationDefineSetting()
179 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testCharacterRotationDefineSetting()