Lines Matching refs:aStoreProperties_doc
79 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterRotationZeroSetting() local
80 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterRotationZeroSetting()
81 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterRotationZeroSetting()
82 aStoreProperties_doc[0].Name = "Override"; in testCharacterRotationZeroSetting()
83 aStoreProperties_doc[0].Value = true; in testCharacterRotationZeroSetting()
84 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterRotationZeroSetting()
85 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterRotationZeroSetting()
86 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterRotationZeroSetting()
129 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterRotationNinetySetting() local
130 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterRotationNinetySetting()
131 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterRotationNinetySetting()
132 aStoreProperties_doc[0].Name = "Override"; in testCharacterRotationNinetySetting()
133 aStoreProperties_doc[0].Value = true; in testCharacterRotationNinetySetting()
134 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterRotationNinetySetting()
135 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterRotationNinetySetting()
136 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterRotationNinetySetting()
182 PropertyValue[] aStoreProperties_doc = new PropertyValue[2]; in testCharacterRotationDefineSetting() local
183 aStoreProperties_doc[0] = new PropertyValue(); in testCharacterRotationDefineSetting()
184 aStoreProperties_doc[1] = new PropertyValue(); in testCharacterRotationDefineSetting()
185 aStoreProperties_doc[0].Name = "Override"; in testCharacterRotationDefineSetting()
186 aStoreProperties_doc[0].Value = true; in testCharacterRotationDefineSetting()
187 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterRotationDefineSetting()
188 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterRotationDefineSetting()
189 …able_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_doc); in testCharacterRotationDefineSetting()