Searched refs:xCellPropSet (Results 1 – 3 of 3) sorted by relevance
167 XPropertySet xCellPropSet = (XPropertySet) UnoRuntime.queryInterface( in test() local173 xCellPropSet.getPropertyValue("Validation")); in test()197 xCellPropSet.setPropertyValue("Validation", xValidPropSet); in test()208 xCellPropSet = (XPropertySet) UnoRuntime.queryInterface( in test()213 xCellPropSet.getPropertyValue("Validation")); in test()
875 com.sun.star.beans.XPropertySet xCellPropSet = (com.sun.star.beans.XPropertySet) in doDocumentSamples() local880 xCellPropSet.getPropertyValue( "Validation" )); in doDocumentSamples()892 xCellPropSet.setPropertyValue( "Validation", xValidPropSet ); in doDocumentSamples()
866 unoidl.com.sun.star.beans.XPropertySet xCellPropSet = in doDocumentSamples()871 xCellPropSet.getPropertyValue( "Validation" ).Value; in doDocumentSamples()894 xCellPropSet.setPropertyValue( in doDocumentSamples()
Completed in 24 milliseconds