Home
last modified time | relevance | path

Searched refs:nResultLen (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Ddigestcontext.cxx81 unsigned int nResultLen = 0; in finalizeDigestAndDispose() local
82 …m_pContext, reinterpret_cast< unsigned char* >( aResult.getArray() ), &nResultLen, aResult.getLeng… in finalizeDigestAndDispose()
94 aResult.realloc( nResultLen ); in finalizeDigestAndDispose()
H A Dciphercontext.cxx162 int nResultLen = 0; in convertWithCipherContext() local
164 …m_pContext, reinterpret_cast< unsigned char* >( aResult.getArray() ), &nResultLen, aResult.getLeng… in convertWithCipherContext()
172 aResult.realloc( nResultLen ); in convertWithCipherContext()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1996 sal_uInt16 nResultLen = aResult.Len(); in EditedEntry() local
1998 sal_Unicode cLast = aResult.GetChar( nResultLen - 1 ); in EditedEntry()
2000 aResult = aResult.Copy( 1, nResultLen - 2 ); in EditedEntry()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1475 sal_uInt16 nResultLen = (sal_uInt16)lResultLen; in RTLFUNC() local
1477 if ( nResultLen > nStrLen ) in RTLFUNC()
1478 nResultLen = nStrLen; in RTLFUNC()
1479 String aResultStr = rStr.Copy( nStrLen-nResultLen ); in RTLFUNC()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1291 size_t nResultLen = size_t(i_rMergeList.getLength()) + mpImplData->maUIProperties.size() + 3; in getJobProperties() local
1295 Sequence< PropertyValue > aResult( nResultLen ); in getJobProperties()

Completed in 64 milliseconds