Home
last modified time | relevance | path

Searched refs:nBuf (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sal/osl/os2/
H A Ddiagnose.c66 int nBuf; in osl_trace__yd_os2() local
82 nBuf = vsprintf(szBuffer, lpszFormat, args); in osl_trace__yd_os2()
83 OSL_ASSERT(nBuf < sizeof(szBuffer)); in osl_trace__yd_os2()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx470 for( xub_StrLen nBuf=0; nBuf+1 < rStr.Len(); nBuf++ ) in FindParaStart() local
472 if( rStr.GetChar( nBuf ) == '"' ) in FindParaStart()
476 && rStr.GetChar( nBuf ) == '\\' in FindParaStart()
477 && ( rStr.GetChar( nBuf + 1 ) == cToken in FindParaStart()
478 || rStr.GetChar( nBuf + 1 ) == cToken2 ) ) in FindParaStart()
480 nBuf += 2; in FindParaStart()
482 while( nBuf < rStr.Len() in FindParaStart()
483 && rStr.GetChar( nBuf ) == ' ' ) in FindParaStart()
484 nBuf++; in FindParaStart()
486 return nBuf < rStr.Len() ? nBuf : STRING_NOTFOUND; in FindParaStart()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2258 xub_StrLen nBuf = Max( (xub_StrLen) fChars, (xub_StrLen) (nMinLen+1) ); in ScBase() local
2259 sal_Unicode* pBuf = (nBuf <= nConstBuf ? aBuf : new sal_Unicode[nBuf]); in ScBase()
2260 for ( xub_StrLen j = 0; j < nBuf; ++j ) in ScBase()
2264 sal_Unicode* p = pBuf + nBuf - 1; in ScBase()
2335 if ( nBuf - (p - pBuf) <= nMinLen ) in ScBase()
2336 p = pBuf + nBuf - 1 - nMinLen; in ScBase()
/trunk/main/sal/rtl/source/
H A Dmath.cxx426 sal_Int32 nBuf = static_cast< sal_Int32 > in doubleToString() local
429 if ( nBuf > nBufMax ) in doubleToString()
432 rtl_allocateMemory(nBuf * sizeof (typename T::Char))); in doubleToString()
/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx350 int nBuf = sizeof( pBuf ); in PrintInputStyle() local
358 GetMethodName(pStyle->supported_styles[nStyle], pBuf, nBuf) ); in PrintInputStyle()
/trunk/main/tools/source/stream/
H A Dstream.cxx2427 sal_uInt16 nBuf = nBufSize; in SetStreamSize() local
2430 SetBufferSize( nBuf ); in SetStreamSize()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4288 const sal_uInt32 nBuf = 0x40000; // 256KB buffer in WriteBlibStoreContainer() local
4289 sal_uInt8* pBuf = new sal_uInt8[ nBuf ]; in WriteBlibStoreContainer()
4318 sal_uInt32 nBytes = ( nBlipSize > nBuf ? nBuf : nBlipSize ); in WriteBlibStoreContainer()

Completed in 93 milliseconds