Home
last modified time | relevance | path

Searched refs:nBytes (Results 76 – 100 of 149) sorted by relevance

123456

/aoo41x/main/setup_native/source/win32/customactions/shellextensions/
H A Dcompleteinstallpath.cxx58 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 Dpostuninstall.cxx56 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 Ddotnetcheck.cxx60 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 Dvistaspecial.cxx80 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 Dupgrade.cxx126 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 Dlayerlinks.cxx60 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 Dregisterextensions.cxx174 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 Dcheckrunningoffice.cxx80 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 Dlicense.cxx473 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 Dstrmos2.cxx351 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 Drespintest.cxx60 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 Dcheckrunningofficelanguagepack.cxx80 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 Dstgdir.cxx919 sal_Bool StgDirStrm::SetSize( sal_Int32 nBytes ) in SetSize() argument
922 if ( nBytes < 0 ) in SetSize()
923 nBytes = 0; in SetSize()
925 nBytes = ( ( nBytes + nPageSize - 1 ) / nPageSize ) * nPageSize; in SetSize()
926 return StgStrm::SetSize( nBytes ); in SetSize()
H A Ducbstorage.cxx3344 sal_uInt32 nBytes; local
3345 *pFile >> nBytes;
3352 bRet = ( nBytes == 0x08074b50 );
3355 *pFile >> nBytes;
3375 sal_uInt32 nBytes; local
3376 *pFile >> nBytes;
3382 *pFile >> nBytes;
3383 bRet = ( nBytes == 0x04034b50 );
3399 sal_uInt32 nBytes; local
3400 rStream >> nBytes;
[all …]
/aoo41x/main/starmath/source/
H A Dmathtype.cxx2241 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 Daxbinaryreader.hxx63 …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 Dsvpprn.cxx154 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 Drebase.cxx78 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 Dcodegen.cxx370 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 Dsoreport.cpp588 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()
2842 int nBytes = WideCharToMultiByte( CP_ACP, 0, __targv[argn], -1, NULL, 0, NULL, NULL ); in WinMain() local
2843 argv[argn] = new char[nBytes]; in WinMain()
[all …]
/aoo41x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx1118 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 Dstore.cxx462 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 Ddisplayconnectiondispatch.hxx38 virtual bool dispatchEvent(void * pData, int nBytes) = 0;
40 virtual bool dispatchErrorEvent(void * pData, int nBytes) = 0;
/aoo41x/main/extensions/source/scanner/
H A Dscanunx.cxx92 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 Dpngwrite.cxx480 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()

Completed in 125 milliseconds

123456