/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | completeinstallpath.cxx | 58 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 59 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 60 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
H A D | postuninstall.cxx | 56 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 57 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 58 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
H A D | dotnetcheck.cxx | 60 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 61 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 62 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
H A D | vistaspecial.cxx | 80 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 82 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
H A D | upgrade.cxx | 126 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 127 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 128 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
H A D | layerlinks.cxx | 60 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 61 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 62 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
H A D | registerextensions.cxx | 174 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 175 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 176 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
H A D | checkrunningoffice.cxx | 80 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 82 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
/aoo41x/main/framework/source/services/ |
H A D | license.cxx | 473 sal_uInt32 nBytes = (sal_uInt32)fs.getFileSize(); in LicenseDialog() local 474 sal_Char *pBuffer = new sal_Char[nBytes]; in LicenseDialog() 476 … while (aLicenseFile.read(pBuffer+nPosition, nBytes-nPosition, nBytesRead) == FileBase::E_None in LicenseDialog() 477 && nPosition + nBytesRead < nBytes) in LicenseDialog() 481 ::rtl::OUString aLicenseString(pBuffer, nBytes, RTL_TEXTENCODING_UTF8, in LicenseDialog()
|
/aoo41x/main/tools/source/stream/ |
H A D | strmos2.cxx | 351 sal_Bool SvFileStream::LockRange( sal_uIntPtr nByteOffset, sal_uIntPtr nBytes ) in LockRange() argument 361 aLockArea.lRange = (long)nBytes; in LockRange() 387 sal_Bool SvFileStream::UnlockRange( sal_uIntPtr nByteOffset, sal_uIntPtr nBytes ) in UnlockRange() argument 397 aUnlockArea.lRange = (long)nBytes; in UnlockRange()
|
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | respintest.cxx | 60 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 61 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 62 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
H A D | checkrunningofficelanguagepack.cxx | 80 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 82 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 921 sal_Bool StgDirStrm::SetSize( sal_Int32 nBytes ) in SetSize() argument 924 if ( nBytes < 0 ) in SetSize() 925 nBytes = 0; in SetSize() 927 nBytes = ( ( nBytes + nPageSize - 1 ) / nPageSize ) * nPageSize; in SetSize() 928 return StgStrm::SetSize( nBytes ); in SetSize()
|
H A D | ucbstorage.cxx | 3345 sal_uInt32 nBytes; local 3346 *pFile >> nBytes; 3353 bRet = ( nBytes == 0x08074b50 ); 3356 *pFile >> nBytes; 3376 sal_uInt32 nBytes; local 3377 *pFile >> nBytes; 3383 *pFile >> nBytes; 3384 bRet = ( nBytes == 0x04034b50 ); 3400 sal_uInt32 nBytes; local 3401 rStream >> nBytes; [all …]
|
/aoo41x/main/starmath/source/ |
H A D | mathtype.cxx | 2241 nBytes++; in HandleSmMatrix() 2242 for (sal_uInt16 j = 0; j < nBytes; j++) in HandleSmMatrix() 2244 nBytes=(pMatrix->GetNumCols()+1)*2/8; in HandleSmMatrix() 2246 nBytes++; in HandleSmMatrix() 2247 for (sal_uInt16 k = 0; k < nBytes; k++) in HandleSmMatrix() 2847 int nBytes = ((nRows+1)*2)/8; in HandleMatrix() local 2849 nBytes++; in HandleMatrix() 2850 pS->SeekRel(nBytes); in HandleMatrix() 2851 nBytes = ((nCols+1)*2)/8; in HandleMatrix() 2853 nBytes++; in HandleMatrix() [all …]
|
/aoo41x/main/oox/inc/oox/ole/ |
H A D | axbinaryreader.hxx | 63 …virtual sal_Int32 readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize = 1 ); 66 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 ); 68 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 154 int nBytes; in copyJobDataToJobSetup() local 156 if( rData.getStreamBuffer( pBuffer, nBytes ) ) in copyJobDataToJobSetup() 158 pJobSetup->mnDriverDataLen = nBytes; in copyJobDataToJobSetup() 213 int nBytes = fread( aBuffer, 1, sizeof( aBuffer ), fp ); in passFileToCommandLine() local 214 if( nBytes ) in passFileToCommandLine() 215 write( fd[ 1 ], aBuffer, nBytes ); in passFileToCommandLine()
|
/aoo41x/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 78 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local 79 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 80 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
|
/aoo41x/main/basic/source/comp/ |
H A D | codegen.cxx | 370 short nBytes = sizeof( T ); in readParam() local 372 for ( int i=0; i<nBytes; ++i ) in readParam() 377 PCodeBufferWalker( sal_uInt8* pCode, T nBytes ): m_nBytes( nBytes ), m_pCode( pCode ) in PCodeBufferWalker() argument
|
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 588 size_t nBytes; in fcopy() local 593 while ( 0 != (nBytes = fread( buffer, 1, sizeof(buffer), fpin )) ) in fcopy() 595 nBytesWritten += fwrite( buffer, 1, nBytes, fpout ); in fcopy() 2470 size_t nBytes; in SendHTTPRequest() local 2474 nBytes = fread( buffer, 1, sizeof(buffer), fp ); in SendHTTPRequest() 2476 if ( nBytes ) in SendHTTPRequest() 2477 success = SOCKET_ERROR != send( s, buffer, nBytes, 0 ); in SendHTTPRequest() 2478 } while( nBytes && success ); in SendHTTPRequest() 2843 int nBytes = WideCharToMultiByte( CP_ACP, 0, __targv[argn], -1, NULL, 0, NULL, NULL ); in WinMain() local 2844 argv[argn] = new char[nBytes]; in WinMain() [all …]
|
/aoo41x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 1118 sal_uInt64 nBytes = 0; in xpdf_ImportFromStream() local 1125 nBytes = xInput->readBytes( aBuf, nBufSize ); in xpdf_ImportFromStream() 1132 if( nBytes > 0 ) in xpdf_ImportFromStream() 1134 osl_writeFile( aFile, aBuf.getConstArray(), nBytes, &nWritten ); in xpdf_ImportFromStream() 1135 if( nWritten != nBytes ) in xpdf_ImportFromStream() 1142 while( nBytes == nBufSize ); in xpdf_ImportFromStream()
|
/aoo41x/main/store/source/ |
H A D | store.cxx | 462 sal_uInt32 nBytes, in store_readStream() argument 474 return xLockBytes->readAt (nOffset, pBuffer, nBytes, *pnDone); in store_readStream() 484 sal_uInt32 nBytes, in store_writeStream() argument 496 return xLockBytes->writeAt (nOffset, pBuffer, nBytes, *pnDone); in store_writeStream()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | displayconnectiondispatch.hxx | 38 virtual bool dispatchEvent(void * pData, int nBytes) = 0; 40 virtual bool dispatchErrorEvent(void * pData, int nBytes) = 0;
|
/aoo41x/main/extensions/source/scanner/ |
H A D | scanunx.cxx | 92 int nBytes = m_aStream.Tell(); in SEQ() local 95 SEQ( sal_Int8 ) aValue( nBytes ); in SEQ() 96 m_aStream.Read( aValue.getArray(), nBytes ); in SEQ()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pngwrite.cxx | 480 sal_uInt32 nBytes, nBytesToWrite = nIDATSize; in ImplWriteIDAT() local 483 nBytes = nBytesToWrite <= mnMaxChunkSize ? nBytesToWrite : mnMaxChunkSize; in ImplWriteIDAT() 485 ImplWriteChunk( (unsigned char*)aOStm.GetData() + ( nIDATSize - nBytesToWrite ), nBytes ); in ImplWriteIDAT() 487 nBytesToWrite -= nBytes; in ImplWriteIDAT()
|