Lines Matching refs:aStoreProperties_odt

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