Home
last modified time | relevance | path

Searched refs:nLocalLen (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx245 sal_Int32 nLocalLen = 0; in GetTextFromPam() local
248 nLocalLen = STRING_MAXLEN - 1; in GetTextFromPam()
252 nLocalLen = lUniLen; in GetTextFromPam()
255 sBuf.AllocBuffer( xub_StrLen( nLocalLen + 1)); in GetTextFromPam()
256 aStream.Read( pStrBuf, 2 * nLocalLen ); in GetTextFromPam()
257 pStrBuf[ nLocalLen ] = '\0'; in GetTextFromPam()
258 aStrBuffer.append( pStrBuf, nLocalLen ); in GetTextFromPam()
259 lUniLen -= nLocalLen; in GetTextFromPam()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx297 const int nLocalLen = sizeof(pLocal) - 1; in sal_IsLocalDisplay() local
298 if ( strncmp(pDisplayString, pLocal, nLocalLen) == 0 ) in sal_IsLocalDisplay()
299 return sal_IsDisplayNumber( pDisplayString + nLocalLen ); in sal_IsLocalDisplay()

Completed in 30 milliseconds