Searched refs:xPropertyStateValue (Results 1 – 1 of 1) sorted by relevance
133 com.sun.star.beans.PropertyState xPropertyStateValue = in main() local136 checkPropertyState( xWordCursor, xPropertyStateValue ); in main()139 xPropertyStateValue = xPropertyState.getPropertyState("CharWeight"); in main()142 checkPropertyState(xWordCursor, xPropertyStateValue); in main()147 xPropertyStateValue = xPropertyState.getPropertyState("CharWeight"); in main()148 checkPropertyState(xWordCursor, xPropertyStateValue); in main()167 com.sun.star.beans.PropertyState xPropertyStateValue ) in checkPropertyState() argument169 switch( xPropertyStateValue.getValue() ) { in checkPropertyState()
Completed in 6 milliseconds