Lines Matching refs:stor
77 XStorage stor = doc.getDocumentSubStorage("database",4); in test() local
79 if ( stor.isStreamElement("db.log") ) in test()
80 stor.removeElement("db.log"); in test()
83 if ( stor.isStreamElement("db.properties") ) in test()
84 stor.removeElement("db.properties"); in test()
87 if ( stor.isStreamElement("db.script") ) in test()
88 stor.removeElement("db.script"); in test()
91 if ( stor.isStreamElement("db.script.new") ) in test()
92 stor.removeElement("db.script.new"); in test()
96 XComponent xComp = (XComponent)UnoRuntime.queryInterface(XComponent.class,stor); in test()
106 XStorage stor = doc.getDocumentSubStorage("database",4); in test() local
108 new com.sun.star.beans.PropertyValue("Storage",0,stor,PropertyState.DIRECT_VALUE) in test()