Searched refs:xValidPropSet (Results 1 – 3 of 3) sorted by relevance
171 XPropertySet xValidPropSet = (XPropertySet) UnoRuntime in test() local180 xValidPropSet.setPropertyValue("Type", validationtype); in test()181 xValidPropSet.setPropertyValue("ErrorTitle", errorTitle); in test()191 .queryInterface(XSheetCondition.class, xValidPropSet); in test()211 xValidPropSet = (XPropertySet) UnoRuntime in test()221 xValidPropSet.getPropertyValue("ErrorMessage")); in test()224 xValidPropSet.getPropertyValue("ShowErrorMessage")); in test()226 xValidPropSet.getPropertyValue("ShowInputMessage")); in test()229 xValidPropSet.getPropertyValue("IgnoreBlankCells")); in test()233 xValidPropSet.getPropertyValue("ErrorAlertStyle")); in test()[all …]
878 com.sun.star.beans.XPropertySet xValidPropSet = (com.sun.star.beans.XPropertySet) in doDocumentSamples() local881 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()884 … xValidPropSet.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()
869 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()
Completed in 40 milliseconds