Lines Matching refs:aStoreProperties
78 PropertyValue[] aStoreProperties = new PropertyValue[2]; in testCreateTable() local
79 aStoreProperties[0] = new PropertyValue(); in testCreateTable()
80 aStoreProperties[1] = new PropertyValue(); in testCreateTable()
81 aStoreProperties[0].Name = "Override"; in testCreateTable()
82 aStoreProperties[0].Value = true; in testCreateTable()
83 aStoreProperties[1].Name = "FilterName"; in testCreateTable()
84 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testCreateTable()
85 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testCreateTable()
154 PropertyValue[] aStoreProperties = new PropertyValue[2]; in testSetRowHeight() local
155 aStoreProperties[0] = new PropertyValue(); in testSetRowHeight()
156 aStoreProperties[1] = new PropertyValue(); in testSetRowHeight()
157 aStoreProperties[0].Name = "Override"; in testSetRowHeight()
158 aStoreProperties[0].Value = true; in testSetRowHeight()
159 aStoreProperties[1].Name = "FilterName"; in testSetRowHeight()
160 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetRowHeight()
161 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetRowHeight()
235 PropertyValue[] aStoreProperties = new PropertyValue[2]; in testSetTableBorder() local
236 aStoreProperties[0] = new PropertyValue(); in testSetTableBorder()
237 aStoreProperties[1] = new PropertyValue(); in testSetTableBorder()
238 aStoreProperties[0].Name = "Override"; in testSetTableBorder()
239 aStoreProperties[0].Value = true; in testSetTableBorder()
240 aStoreProperties[1].Name = "FilterName"; in testSetTableBorder()
241 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetTableBorder()
242 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableBorder()
341 PropertyValue[] aStoreProperties = new PropertyValue[2]; in testSetTable_AlignmentAndMarginToPage() local
342 aStoreProperties[0] = new PropertyValue(); in testSetTable_AlignmentAndMarginToPage()
343 aStoreProperties[1] = new PropertyValue(); in testSetTable_AlignmentAndMarginToPage()
344 aStoreProperties[0].Name = "Override"; in testSetTable_AlignmentAndMarginToPage()
345 aStoreProperties[0].Value = true; in testSetTable_AlignmentAndMarginToPage()
346 aStoreProperties[1].Name = "FilterName"; in testSetTable_AlignmentAndMarginToPage()
347 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetTable_AlignmentAndMarginToPage()
348 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTable_AlignmentAndMarginToPage()
418 PropertyValue[] aStoreProperties = new PropertyValue[2]; in testSetTableBackColor() local
419 aStoreProperties[0] = new PropertyValue(); in testSetTableBackColor()
420 aStoreProperties[1] = new PropertyValue(); in testSetTableBackColor()
421 aStoreProperties[0].Name = "Override"; in testSetTableBackColor()
422 aStoreProperties[0].Value = true; in testSetTableBackColor()
423 aStoreProperties[1].Name = "FilterName"; in testSetTableBackColor()
424 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetTableBackColor()
425 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableBackColor()
461 PropertyValue[] aStoreProperties = new PropertyValue[2]; in testSetTableRepeatHeading() local
462 aStoreProperties[0] = new PropertyValue(); in testSetTableRepeatHeading()
463 aStoreProperties[1] = new PropertyValue(); in testSetTableRepeatHeading()
464 aStoreProperties[0].Name = "Override"; in testSetTableRepeatHeading()
465 aStoreProperties[0].Value = true; in testSetTableRepeatHeading()
466 aStoreProperties[1].Name = "FilterName"; in testSetTableRepeatHeading()
467 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetTableRepeatHeading()
468 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableRepeatHeading()
535 PropertyValue[] aStoreProperties = new PropertyValue[2]; in testSetTableShadow() local
536 aStoreProperties[0] = new PropertyValue(); in testSetTableShadow()
537 aStoreProperties[1] = new PropertyValue(); in testSetTableShadow()
538 aStoreProperties[0].Name = "Override"; in testSetTableShadow()
539 aStoreProperties[0].Value = true; in testSetTableShadow()
540 aStoreProperties[1].Name = "FilterName"; in testSetTableShadow()
541 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetTableShadow()
542 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableShadow()
680 PropertyValue[] aStoreProperties = new PropertyValue[2]; in testSetTableBackGraphic() local
681 aStoreProperties[0] = new PropertyValue(); in testSetTableBackGraphic()
682 aStoreProperties[1] = new PropertyValue(); in testSetTableBackGraphic()
683 aStoreProperties[0].Name = "Override"; in testSetTableBackGraphic()
684 aStoreProperties[0].Value = true; in testSetTableBackGraphic()
685 aStoreProperties[1].Name = "FilterName"; in testSetTableBackGraphic()
686 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetTableBackGraphic()
687 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableBackGraphic()