Lines Matching refs:beans
126 com.sun.star.beans.XPropertySet xTTRowPS = null; in main()
133 xTTRowPS = (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in main()
134 com.sun.star.beans.XPropertySet.class, xTTRows.getByIndex(0)); in main()
144 com.sun.star.beans.XPropertySet xTTPS = (com.sun.star.beans.XPropertySet) in main()
145 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xTT); in main()
194 com.sun.star.beans.XPropertySet xTCPS = (com.sun.star.beans.XPropertySet) in main()
195 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, in main()
265 com.sun.star.beans.XPropertySet xTFPS = (com.sun.star.beans.XPropertySet) in main()
266 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xTF); in main()
347 com.sun.star.beans.PropertyValue [] szEmptyArgs = in openWriter()
348 new com.sun.star.beans.PropertyValue [0]; in openWriter()
372 com.sun.star.beans.XPropertySet xTPS = (com.sun.star.beans.XPropertySet) in insertIntoCell()
373 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xTC); in insertIntoCell()