Lines Matching refs:xPropertySet
71 com.sun.star.beans.XPropertySet xPropertySet = null; in main() local
76 xPropertySet = (com.sun.star.beans.XPropertySet) in main()
96 xPropertySet = (com.sun.star.beans.XPropertySet) in main()
101 +xPropertySet.getPropertyValue("ParaStyleName").toString() in main()
103 + xPropertySet.getPropertyValue("CharFontName").toString() in main()
105 + xPropertySet.getPropertyValue("CharWeight").toString() ); in main()
111 xPropertySet = (com.sun.star.beans.XPropertySet) in main()
114 xPropertySet.setPropertyValue("CharWeight", in main()
116 xPropertySet.setPropertyValue("CharColor", new Integer( 255 ) ); in main()
120 + xPropertySet.getPropertyValue("ParaStyleName").toString() in main()
122 + xPropertySet.getPropertyValue("CharFontName").toString() in main()
124 + xPropertySet.getPropertyValue("CharWeight").toString() ); in main()