/trunk/main/offapi/com/sun/star/form/validation/ |
H A D | XValidator.idl | 45 <p>Validators support simple validity checks and retrieving justifications for 48 <p>Validators may additionally support dynamic validity constraints. In such a case, 49 the validity of a given value may change, without the value changing itself.<br/> 59 the value to check for validity 74 /** registers the given validity listener. 76 <p>Usually, an <type>XValidatable</type> instance will also add itself as validity listener, 79 <p>Implementations which do not support dynamic validity contraints should simply ignore this 89 /** revokes the given validity listener
|
H A D | ValidatableControlModel.idl | 47 validity constraints, and broadcasting changes in their value as well as the 48 validity of their value.</p> 69 <p>Easy access to the current value of the control, as well as it's validity 78 /** enables support for validators with dynamic validity constraints. 81 control model registers itself as listener. If the validity constraint of the validator
|
H A D | XValidatableFormComponent.idl | 53 <li>The pure validity flag: Whatever the user enters in the component, this is 55 <li>The current value: Even if the validity flag does not change with the user 72 /** determines whether the current value of the component passed the validity test 101 of the validatable form component (the validity flag, or the value) changed.</p>
|
H A D | XValidityConstraintListener.idl | 37 /** specifies an interface for listening for changes in the validity constraints 42 /** called when the validity constraint represented by an <type>XValidator</type>, 47 represents the validator component whose validity constraint changed.
|
H A D | XFormComponentValidityListener.idl | 45 /** called when the validity and/or the value of the form component at which the listener 50 … represents the <type>XValidatableFormComponent</type> whose validity, value, or text changed.
|
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | securityenvironment_mscryptimpl.cxx | 990 sal_Int32 validity = ::com::sun::star::security::CertificateValidity::INVALID; in verifyCertificate() local 1117 validity = ::com::sun::star::security::CertificateValidity::VALID; in verifyCertificate() 1128 validity = ::com::sun::star::security::CertificateValidity::VALID; in verifyCertificate() 1135 validity = ::com::sun::star::security::CertificateValidity::INVALID ; in verifyCertificate() 1156 return validity ; in verifyCertificate()
|
/trunk/main/xmlsecurity/tools/standalone/mscsfit/ |
H A D | certmngr.cxx | 156 sal_Int32 validity = pSecEnv->verifyCertificate( xPersonalCerts[i] ) ; in main() local 157 fprintf( stdout, "The certificate validities are %d\n", validity ) ; in main()
|
/trunk/main/xmlsecurity/tools/standalone/csfit/ |
H A D | certmngr.cxx | 166 sal_Int32 validity = pSecEnv->verifyCertificate( xPersonalCerts[i] ) ; in main() local 167 fprintf( stdout, "The certificate validities are %d\n", validity ) ; in main()
|
/trunk/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XWizardPage.idl | 66 …<p>If checked for validity is expensive, or if you prefer giving your user more detailed feedback …
|
/trunk/main/offapi/com/sun/star/security/ |
H A D | XCertificate.idl | 61 * the validity NotBefore date attribute of the certificate. 66 * the validity NotAfter date attribute of the certificate.
|
H A D | DocumentSignatureInformation.idl | 50 /* reflects the validity of the certificate.
|
/trunk/main/xmlsecurity/source/xmlsec/nss/ |
H A D | securityenvironment_nssimpl.cxx | 786 sal_Int32 validity = csss::CertificateValidity::INVALID; in verifyCertificate() local 957 validity = csss::CertificateValidity::VALID; in verifyCertificate() 993 validity = ::com::sun::star::security::CertificateValidity::INVALID ; in verifyCertificate() 1003 return validity ; in verifyCertificate()
|
H A D | x509certificate_nssimpl.cxx | 121 rv = DER_DecodeTimeChoice( ¬Before, &m_pCert->validity.notBefore ) ; in getNotValidBefore() 150 rv = DER_DecodeTimeChoice( ¬After, &m_pCert->validity.notAfter ) ; in getNotValidAfter()
|
/trunk/test/testgui/source/fvt/gui/sc/validity/ |
H A D | ValidityDialogDefaultValue.java | 22 package fvt.gui.sc.validity;
|
H A D | ValiditySampleFile.java | 22 package fvt.gui.sc.validity;
|
H A D | ValidityDateSupport1024Columns.java | 22 package fvt.gui.sc.validity;
|
H A D | ValidityDialogSetting.java | 22 package fvt.gui.sc.validity;
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | Storage.idl | 312 Usually means that the document validity is questionable, although 314 validity in this case is in application hands. It is up to user of
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | CertificateValidationRequest.idl | 44 /** This value describes the validity of the certificate.
|
/trunk/main/helpcontent2/source/text/scalc/guide/ |
H A D | makefile.mk | 125 validity.xhp \
|
/trunk/main/offapi/com/sun/star/chart/ |
H A D | XChartData.idl | 102 the number that you want to check for validity.
|
/trunk/main/udkapi/com/sun/star/lang/ |
H A D | Locale.idl | 46 region, no validity check is performed. If you want to see whether
|
/trunk/main/offapi/com/sun/star/xforms/ |
H A D | XModel.idl | 86 /** re-evaluate all validity attributes */
|
/trunk/main/sc/inc/ |
H A D | sc.hrc | 215 // additional IDs for list/range validity
|
/trunk/main/helpcontent2/util/scalc/ |
H A D | makefile.mk | 345 text$/scalc$/guide$/validity.xhp \
|