Searched refs:nInfos (Results 1 – 5 of 5) sorted by relevance
397 int nInfos = maCurrentSignatureInformations.size(); in IMPL_LINK() local398 for( int n = 0 ; n < nInfos ; ++n ) in IMPL_LINK()491 int nInfos = maCurrentSignatureInformations.size(); in IMPL_LINK() local492 for ( int n = 0; n < nInfos; n++ ) in IMPL_LINK()554 for( int n = 0 ; n < nInfos ; ++n ) in IMPL_LINK()593 int nInfos = maCurrentSignatureInformations.size(); in ImplFillSignaturesBox() local597 if( nInfos ) in ImplFillSignaturesBox()599 for( int n = 0; n < nInfos; ++n ) in ImplFillSignaturesBox()704 bool bAllSigsValid = (nValidSigs == nInfos); in ImplFillSignaturesBox()705 bool bAllCertsValid = (nValidCerts == nInfos); in ImplFillSignaturesBox()[all …]
293 int nInfos = aSignInfos.size(); in ImplVerifySignatures() local294 Sequence< css::security::DocumentSignatureInformation > aInfos(nInfos); in ImplVerifySignatures()297 if ( nInfos ) in ImplVerifySignatures()302 for( int n = 0; n < nInfos; ++n ) in ImplVerifySignatures()
390 int nInfos = aInfos.getLength(); in IMPL_LINK() local391 for ( int n = 0; n < nInfos; n++ ) in IMPL_LINK()
1236 int nInfos = aInfos.getLength(); in ImplCheckSignaturesInformation() local1238 if( nInfos ) in ImplCheckSignaturesInformation()1241 for ( int n = 0; n < nInfos; n++ ) in ImplCheckSignaturesInformation()
214 int nInfos; in sal_GetVisualInfo() local220 pInfos = XGetVisualInfo( pDisplay, VisualIDMask, &aTemplate, &nInfos ); in sal_GetVisualInfo()
Completed in 47 milliseconds