Home
last modified time | relevance | path

Searched refs:validity (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/form/validation/
H A DXValidator.idl45 <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 DValidatableControlModel.idl47 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 DXValidatableFormComponent.idl53 <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 DXValidityConstraintListener.idl37 /** 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 DXFormComponentValidityListener.idl45 /** 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 Dsecurityenvironment_mscryptimpl.cxx990 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 Dcertmngr.cxx156 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 Dcertmngr.cxx166 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 DXWizardPage.idl66 …<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 DXCertificate.idl61 * the validity NotBefore date attribute of the certificate.
66 * the validity NotAfter date attribute of the certificate.
H A DDocumentSignatureInformation.idl50 /* reflects the validity of the certificate.
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx786 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 Dx509certificate_nssimpl.cxx121 rv = DER_DecodeTimeChoice( &notBefore, &m_pCert->validity.notBefore ) ; in getNotValidBefore()
150 rv = DER_DecodeTimeChoice( &notAfter, &m_pCert->validity.notAfter ) ; in getNotValidAfter()
/trunk/test/testgui/source/fvt/gui/sc/validity/
H A DValidityDialogDefaultValue.java22 package fvt.gui.sc.validity;
H A DValiditySampleFile.java22 package fvt.gui.sc.validity;
H A DValidityDateSupport1024Columns.java22 package fvt.gui.sc.validity;
H A DValidityDialogSetting.java22 package fvt.gui.sc.validity;
/trunk/main/offapi/com/sun/star/embed/
H A DStorage.idl312 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 DCertificateValidationRequest.idl44 /** This value describes the validity of the certificate.
/trunk/main/helpcontent2/source/text/scalc/guide/
H A Dmakefile.mk125 validity.xhp \
/trunk/main/offapi/com/sun/star/chart/
H A DXChartData.idl102 the number that you want to check for validity.
/trunk/main/udkapi/com/sun/star/lang/
H A DLocale.idl46 region, no validity check is performed. If you want to see whether
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl86 /** re-evaluate all validity attributes */
/trunk/main/sc/inc/
H A Dsc.hrc215 // additional IDs for list/range validity
/trunk/main/helpcontent2/util/scalc/
H A Dmakefile.mk345 text$/scalc$/guide$/validity.xhp \

Completed in 103 milliseconds

12345