Home
last modified time | relevance | path

Searched refs:xCellPropSet (Results 1 – 3 of 3) sorted by relevance

/aoo4110/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java167 XPropertySet xCellPropSet = (XPropertySet) UnoRuntime.queryInterface( in test() local
173 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()
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs866 unoidl.com.sun.star.beans.XPropertySet xCellPropSet = in doDocumentSamples()
871 xCellPropSet.getPropertyValue( "Validation" ).Value; in doDocumentSamples()
894 xCellPropSet.setPropertyValue( in doDocumentSamples()
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java875 com.sun.star.beans.XPropertySet xCellPropSet = (com.sun.star.beans.XPropertySet) in doDocumentSamples() local
880 xCellPropSet.getPropertyValue( "Validation" )); in doDocumentSamples()
892 xCellPropSet.setPropertyValue( "Validation", xValidPropSet ); in doDocumentSamples()

Completed in 221 milliseconds