Home
last modified time | relevance | path

Searched refs:xCPS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/java/Text/
H A DTextReplace.java107 com.sun.star.beans.XPropertySet xCPS = (com.sun.star.beans.XPropertySet) in createExampleData() local
111 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()
/trunk/main/odk/examples/java/Spreadsheet/
H A DSCalc.java390 XPropertySet xCPS = (XPropertySet)UnoRuntime.queryInterface( in chgbColor() local
394 xCPS.setPropertyValue("CellStyle", template); in chgbColor()

Completed in 16 milliseconds