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