Lines Matching refs:aStoreProperties_odt
79 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphSpacingSetting() local
80 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphSpacingSetting()
81 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphSpacingSetting()
82 aStoreProperties_odt[0].Name = "Override"; in testParagraphSpacingSetting()
83 aStoreProperties_odt[0].Value = true; in testParagraphSpacingSetting()
84 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphSpacingSetting()
85 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphSpacingSetting()
86 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphSpacingSetting()
136 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in testParagraphIndent() local
137 aStoreProperties_odt[0] = new PropertyValue(); in testParagraphIndent()
138 aStoreProperties_odt[1] = new PropertyValue(); in testParagraphIndent()
139 aStoreProperties_odt[0].Name = "Override"; in testParagraphIndent()
140 aStoreProperties_odt[0].Value = true; in testParagraphIndent()
141 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphIndent()
142 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphIndent()
143 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in testParagraphIndent()