Searched refs:xCPS (Results 1 – 2 of 2) sorted by relevance
107 com.sun.star.beans.XPropertySet xCPS = (com.sun.star.beans.XPropertySet) in createExampleData() local111 xCPS.setPropertyValue( "CharColor", new Integer( 255 ) ); in createExampleData()114 xCPS.setPropertyValue( "CharColor", new Integer( 0 ) ); in createExampleData()119 xCPS = (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in createExampleData()122 xCPS.setPropertyValue( "CharColor", new Integer( 255 ) ); in createExampleData()125 xCPS.setPropertyValue( "CharColor", new Integer( 0 ) ); in createExampleData()
390 XPropertySet xCPS = (XPropertySet)UnoRuntime.queryInterface( in chgbColor() local394 xCPS.setPropertyValue("CellStyle", template); in chgbColor()
Completed in 14 milliseconds