Lines Matching refs:xStorable

77 		XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument);  in testCreateTable()  local
85 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testCreateTable()
153 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetRowHeight() local
161 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetRowHeight()
234 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableBorder() local
242 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableBorder()
340 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTable_AlignmentAndMarginToPage() local
348 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTable_AlignmentAndMarginToPage()
417 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableBackColor() local
425 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableBackColor()
460 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableRepeatHeading() local
468 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableRepeatHeading()
534 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableShadow() local
542 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableShadow()
679 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableBackGraphic() local
687 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableBackGraphic()