Home
last modified time | relevance | path

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

/AOO41X/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java171 XPropertySet xValidPropSet = (XPropertySet) UnoRuntime in test() local
179 xValidPropSet.setPropertyValue("IgnoreBlankCells", ignoreBlankCells); in test()
180 xValidPropSet.setPropertyValue("Type", validationtype); in test()
181 xValidPropSet.setPropertyValue("ErrorTitle", errorTitle); in test()
182 xValidPropSet.setPropertyValue("ShowErrorMessage", showErrorMessage); in test()
183 xValidPropSet.setPropertyValue("ErrorMessage", errorMessage); in test()
184 xValidPropSet.setPropertyValue("ErrorAlertStyle", validationAlertStyle); in test()
185 xValidPropSet.setPropertyValue("ShowInputMessage", showInputMessage); in test()
186 xValidPropSet.setPropertyValue("InputMessage", inputHelp); in test()
187 xValidPropSet.setPropertyValue("InputTitle", inputTitle); in test()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java878 com.sun.star.beans.XPropertySet xValidPropSet = (com.sun.star.beans.XPropertySet) in doDocumentSamples() local
881 xValidPropSet.setPropertyValue( "Type", com.sun.star.sheet.ValidationType.DECIMAL ); in doDocumentSamples()
882 xValidPropSet.setPropertyValue( "ShowErrorMessage", new Boolean( true ) ); in doDocumentSamples()
883 xValidPropSet.setPropertyValue( "ErrorMessage", "This is an invalid value!" ); in doDocumentSamples()
884xValidPropSet.setPropertyValue( "ErrorAlertStyle", com.sun.star.sheet.ValidationAlertStyle.STOP ); in doDocumentSamples()
887 UnoRuntime.queryInterface( com.sun.star.sheet.XSheetCondition.class, xValidPropSet ); in doDocumentSamples()
892 xCellPropSet.setPropertyValue( "Validation", xValidPropSet ); in doDocumentSamples()
/AOO41X/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs869 unoidl.com.sun.star.beans.XPropertySet xValidPropSet = in doDocumentSamples()
872 xValidPropSet.setPropertyValue( in doDocumentSamples()
877 xValidPropSet.setPropertyValue( in doDocumentSamples()
879 xValidPropSet.setPropertyValue( in doDocumentSamples()
881 xValidPropSet.setPropertyValue( in doDocumentSamples()
888 (unoidl.com.sun.star.sheet.XSheetCondition) xValidPropSet; in doDocumentSamples()
898 xValidPropSet ) ); in doDocumentSamples()