Lines Matching refs:aStoreProperties_odt

74         PropertyValue[] aStoreProperties_odt = new PropertyValue[2];  in ParagraphTabs_Center()  local
75 aStoreProperties_odt[0] = new PropertyValue(); in ParagraphTabs_Center()
76 aStoreProperties_odt[1] = new PropertyValue(); in ParagraphTabs_Center()
77 aStoreProperties_odt[0].Name = "Override"; in ParagraphTabs_Center()
78 aStoreProperties_odt[0].Value = true; in ParagraphTabs_Center()
79 aStoreProperties_odt[1].Name = "FilterName"; in ParagraphTabs_Center()
80 aStoreProperties_odt[1].Value = "writer8"; in ParagraphTabs_Center()
81 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in ParagraphTabs_Center()
132 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in ParagraphTabs_Left() local
133 aStoreProperties_odt[0] = new PropertyValue(); in ParagraphTabs_Left()
134 aStoreProperties_odt[1] = new PropertyValue(); in ParagraphTabs_Left()
135 aStoreProperties_odt[0].Name = "Override"; in ParagraphTabs_Left()
136 aStoreProperties_odt[0].Value = true; in ParagraphTabs_Left()
137 aStoreProperties_odt[1].Name = "FilterName"; in ParagraphTabs_Left()
138 aStoreProperties_odt[1].Value = "writer8"; in ParagraphTabs_Left()
139 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in ParagraphTabs_Left()
190 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in ParagraphTabs_Right() local
191 aStoreProperties_odt[0] = new PropertyValue(); in ParagraphTabs_Right()
192 aStoreProperties_odt[1] = new PropertyValue(); in ParagraphTabs_Right()
193 aStoreProperties_odt[0].Name = "Override"; in ParagraphTabs_Right()
194 aStoreProperties_odt[0].Value = true; in ParagraphTabs_Right()
195 aStoreProperties_odt[1].Name = "FilterName"; in ParagraphTabs_Right()
196 aStoreProperties_odt[1].Value = "writer8"; in ParagraphTabs_Right()
197 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in ParagraphTabs_Right()
249 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in ParagraphTabs_Decimal() local
250 aStoreProperties_odt[0] = new PropertyValue(); in ParagraphTabs_Decimal()
251 aStoreProperties_odt[1] = new PropertyValue(); in ParagraphTabs_Decimal()
252 aStoreProperties_odt[0].Name = "Override"; in ParagraphTabs_Decimal()
253 aStoreProperties_odt[0].Value = true; in ParagraphTabs_Decimal()
254 aStoreProperties_odt[1].Name = "FilterName"; in ParagraphTabs_Decimal()
255 aStoreProperties_odt[1].Value = "writer8"; in ParagraphTabs_Decimal()
256 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in ParagraphTabs_Decimal()
310 PropertyValue[] aStoreProperties_odt = new PropertyValue[2]; in ParagraphTabs_Decimal_UserDefineCharacter() local
311 aStoreProperties_odt[0] = new PropertyValue(); in ParagraphTabs_Decimal_UserDefineCharacter()
312 aStoreProperties_odt[1] = new PropertyValue(); in ParagraphTabs_Decimal_UserDefineCharacter()
313 aStoreProperties_odt[0].Name = "Override"; in ParagraphTabs_Decimal_UserDefineCharacter()
314 aStoreProperties_odt[0].Value = true; in ParagraphTabs_Decimal_UserDefineCharacter()
315 aStoreProperties_odt[1].Name = "FilterName"; in ParagraphTabs_Decimal_UserDefineCharacter()
316 aStoreProperties_odt[1].Value = "writer8"; in ParagraphTabs_Decimal_UserDefineCharacter()
317 …orable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_odt); in ParagraphTabs_Decimal_UserDefineCharacter()