/trunk/main/io/source/stm/ |
H A D | odata.cxx | 255 return ((sal_Unicode)pBytes[0] << 8) + pBytes[1]; in readChar() 267 return ((sal_Int16)pBytes[0] << 8) + pBytes[1]; in readShort() 280 …return ((sal_Int32)pBytes[0] << 24) + ((sal_Int32)pBytes[1] << 16) + ((sal_Int32)pBytes[2] << 8) +… in readLong() 294 (((sal_Int64)pBytes[0]) << 56) + in readHyper() 295 (((sal_Int64)pBytes[1]) << 48) + in readHyper() 300 (((sal_Int64)pBytes[6]) << 8) + in readHyper() 301 pBytes[7]; in readHyper() 679 pBytes[1] = sal_Int8(Value); in writeChar() 691 pBytes[1] = sal_Int8(Value); in writeShort() 704 pBytes[3] = sal_Int8(Value); in writeLong() [all …]
|
/trunk/main/package/qa/storages/ |
H A D | TestHelper.java | 51 byte[] pBytes ) in WriteBytesToStream() argument 218 byte[] pBytes ) in WriteBytesToSubstream() argument 252 byte[] pBytes, in WriteBytesToEncrSubstream() argument 341 byte[] pBytes, in WriteBytesToStreamH() argument 403 byte[] pBytes, in WriteBytesToEncrStreamH() argument 468 byte[] pBytes, in WBToSubstrOfEncrH() argument 772 byte[] pBytes, in InternalCheckStream() argument 871 byte[] pBytes ) in checkStream() argument 903 byte[] pBytes, in checkEncrStream() argument 972 byte[] pBytes ) in checkStreamH() argument [all …]
|
H A D | RegressionTest_i49755.java | 82 byte pBytes[] = new byte[36000]; in test() 84 pBytes[nInd] = (byte)( nInd % 128 ); in test() 121 …aTestHelper.WriteBytesToSubstream( xTempSubSubStorage, "SubStream1", "MediaType4", true, pBytes ) ) in test() 142 …_aTestHelper.WriteBytesToSubstream( xTempSubStorage1, "SubStream2", "MediaType4", false, pBytes ) ) in test() 187 …tHelper.WriteBytesToSubstream( xStep2TempSubStorage1, "SubStream2", "MediaType4", false, pBytes ) ) in test() 258 …if ( !m_aTestHelper.checkStream( xResultSubSubStorage, "SubStream1", "MediaType4", true, pBytes ) ) in test() 275 … if ( !m_aTestHelper.checkStream( xResultSubStorage1, "SubStream2", "MediaType4", false, pBytes ) ) in test()
|
H A D | RegressionTest_i59886.java | 74 byte pBytes[] = new byte[36000]; in test() 76 pBytes[nInd] = (byte)( nInd % 128 ); in test() 81 …Helper.WriteBytesToEncrSubstream( xTempStorage, "SubStream1", "MediaType1", true, pBytes, sPass ) ) in test() 95 …er.WriteBytesToEncrSubstream( xTempSubStorage, "SubStream2", "MediaType2", false, pBytes, sPass ) ) in test() 245 if ( !m_aTestHelper.checkStream( xTargetStorage, "SubStream1", "MediaType1", true, pBytes ) ) in test() 247 if ( !m_aTestHelper.checkStream( xTargetSubStorage, "SubStream2", "MediaType2", true, pBytes ) ) in test()
|
H A D | RegressionTest_i55821.java | 79 …byte pBytes[] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,… in test() 83 …elper.WriteBytesToEncrSubstream( xTempStorage, "SubStream1", "MediaType1", false, pBytes, sPass ) ) in test() 89 …elper.WriteBytesToEncrSubstream( xTempStorage, "SubStream2", "MediaType2", false, pBytes, sPass ) ) in test() 113 … if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream1", "MediaType1", pBytes, sPass ) ) in test() 116 … if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream2", "MediaType2", pBytes, sPass ) ) in test()
|
H A D | RegressionTest_i61909.java | 83 byte pBytes[] = new byte[36000]; in test() 85 pBytes[nInd] = (byte)( nInd % 128 ); in test() 88 … ( !m_aTestHelper.WriteBytesToSubstream( xTempStorage, "SubStream1", "MediaType1", true, pBytes ) ) in test() 102 …!m_aTestHelper.WriteBytesToSubstream( xTempSubStorage, "SubStream2", "MediaType2", true, pBytes ) ) in test() 144 …_aTestHelper.WriteBytesToSubstream( xStep2TempStorage, "SubStream3", "MediaType5", true, pBytes ) ) in test()
|
H A D | RegressionTest_i35095.java | 74 byte pBytes[] = new byte[36000]; in test() 76 pBytes[nInd] = (byte)( nInd % 128 ); in test() 81 …Helper.WriteBytesToEncrSubstream( xTempStorage, "SubStream1", "MediaType1", true, pBytes, sPass ) ) in test() 95 …er.WriteBytesToEncrSubstream( xTempSubStorage, "SubStream2", "MediaType2", false, pBytes, sPass ) ) in test()
|
H A D | Test09.java | 68 byte pBytes[] = { 1, 1, 1, 1, 1 }; in test() 75 …lper.WriteBytesToEncrSubstream( xTempStorage, "SubStream1", "MediaType1", false, pBytes, sPass1 ) ) in test() 141 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream1", "MediaType1", pBytes, sPass2 ) ) in test()
|
/trunk/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 47 byte[] pBytes ) in WriteBytesToStream() argument 69 xOutput.writeBytes( pBytes ); in WriteBytesToStream() 101 if ( nSize != pBytes.length ) in WriteBytesToStream() 130 byte[] pBytes ) in WriteBytesToSubstream() argument 157 byte[] pBytes, in WriteBytesToEncrSubstream() argument 185 byte[] pBytes, in WBToSubstrOfEncr() argument 379 byte[] pBytes ) in InternalCheckStream() argument 418 if ( pBytes[ind] != pContents[0][ind] ) in InternalCheckStream() 447 if ( nPropSize != pBytes.length ) in InternalCheckStream() 469 byte[] pBytes ) in checkStream() argument [all …]
|
H A D | Test09.java | 67 byte pBytes[] = { 1, 1, 1, 1, 1 }; in test() 71 …lper.WriteBytesToEncrSubstream( xTempStorage, "SubStream1", "MediaType1", false, pBytes, pPass1 ) ) in test() 128 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "SubStream1", "MediaType1", pBytes, pPass2 ) ) in test()
|
/trunk/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 51 byte[] pBytes, in WriteBytesToStream() argument 74 xOutput.writeBytes( pBytes ); in WriteBytesToStream() 106 if ( nSize != pBytes.length ) in WriteBytesToStream() 148 byte[] pBytes, in WriteBytesToSubstream() argument 413 byte[] pBytes, in InternalCheckStream() argument 429 xInput.readBytes( pContents, pBytes.length + 1 ); in InternalCheckStream() 444 if ( pBytes.length != pContents[0].length ) in InternalCheckStream() 451 for ( int ind = 0; ind < pBytes.length; ind++ ) in InternalCheckStream() 453 if ( pBytes[ind] != pContents[0][ind] ) in InternalCheckStream() 482 if ( nPropSize != pBytes.length ) in InternalCheckStream() [all …]
|
/trunk/main/unotools/qa/complex/tempfile/ |
H A D | TestHelper.java | 98 public void WriteBytesWithStream( byte [] pBytes, XTempFile xTempFile ) { in WriteBytesWithStream() argument 104 xOutTemp.writeBytes( pBytes ); in WriteBytesWithStream() 112 public void ReadBytesWithStream( byte [][] pBytes, int nBytes, XTempFile xTempFile ) { in ReadBytesWithStream() argument 118 xInTemp.readBytes( pBytes, nBytes ); in ReadBytesWithStream() 125 …public void ReadDirectlyFromTempFile( byte [][] pBytes, int nBytes, XSimpleFileAccess xSFA, Strin… in ReadDirectlyFromTempFile() argument 133 xInTemp.readBytes( pBytes, nBytes ); in ReadDirectlyFromTempFile()
|
/trunk/main/desktop/source/deployment/registry/configuration/ |
H A D | dp_configuration.cxx | 611 sal_Char const * pBytes = reinterpret_cast<sal_Char const *>( in replaceOrigin() local 617 sal_Int32 index = rtl_str_indexOfChar_WithLength( pBytes, nBytes, '%' ); in replaceOrigin() 626 rtl_copyMemory( filtered.getArray() + write_pos, pBytes, index ); in replaceOrigin() 628 pBytes += index; in replaceOrigin() 634 ++pBytes; in replaceOrigin() 638 if (nBytes > 1 && pBytes[ 0 ] == '%') in replaceOrigin() 641 ++pBytes; in replaceOrigin() 646 pBytes, nBytes, in replaceOrigin() 659 pBytes += (sizeof ("origin%") - 1); in replaceOrigin()
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 1300 XFree( pBytes ); in getPasteDataTypes() 1301 pBytes = NULL; in getPasteDataTypes() 1308 XFree( pBytes ); in getPasteDataTypes() 1315 XFree( pBytes ); in getPasteDataTypes() 3008 if( pBytes ) in getXdndVersion() 3012 XFree( pBytes ); in getXdndVersion() 3013 pBytes = NULL; in getXdndVersion() 3019 if( pBytes ) in getXdndVersion() 3024 pBytes = NULL; in getXdndVersion() 3037 if( pBytes ) in getXdndVersion() [all …]
|
/trunk/main/sax/source/expatwrap/ |
H A D | saxwriter.cxx | 142 const sal_Int8* pBytes, sal_uInt32 nBytesCount) throw( SAXException ); 252 const sal_Int8* pBytes, sal_uInt32 nBytesCount) throw( SAXException ) in AddBytes() argument 256 memcpy( &(pTarget[rPos]) , pBytes, nCount); in AddBytes() 264 memcpy( &(pTarget[rPos]), &pBytes[nCount], nRestCount); in AddBytes() 268 AddBytes(pTarget, rPos, &pBytes[nCount], nRestCount); in AddBytes() 537 sal_Int8* pBytes = new sal_Int8[nCount]; in insertIndentation() local 538 pBytes[0] = LINEFEED; in insertIndentation() 539 memset( &(pBytes[1]), 32, m_nLevel ); in insertIndentation() 540 AddBytes(mp_Sequence, nCurrentPos, pBytes, nCount); in insertIndentation() 541 delete[] pBytes; in insertIndentation()
|
/trunk/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 403 const sal_Int8* pBytes = aBuf.getConstArray(); in detect() local 406 if( pBytes[i] == '%' && in detect() 407 pBytes[i+1] == 'P' && in detect() 408 pBytes[i+2] == 'D' && in detect() 409 pBytes[i+3] == 'F' && in detect() 410 pBytes[i+4] == '-' ) in detect()
|
/trunk/main/vcl/source/helper/ |
H A D | xconnection.cxx | 69 void* pBytes = ImplGetSVData()->mpDefInst->GetConnectionIdentifier( eType, nBytes ); in DisplayConnection() local 73 m_aAny <<= OUString::createFromAscii( (sal_Char*)pBytes ); in DisplayConnection() 76 m_aAny <<= Sequence< sal_Int8 >( (sal_Int8*)pBytes, nBytes ); in DisplayConnection()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartDropTargetHelper.cxx | 52 const sal_Char * pBytes( reinterpret_cast< const sal_Char* >( aByteSequence.getConstArray())); in lcl_getStringsFromByteSequence() 56 if( pBytes[nPos] == '\0' ) in lcl_getStringsFromByteSequence() 58 … aResult.push_back( OUString( pBytes + nStartPos, (nPos - nStartPos), RTL_TEXTENCODING_ASCII_US )); in lcl_getStringsFromByteSequence()
|
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 670 bool PDFObject::getDeflatedStream( char** ppStream, unsigned int* pBytes, const PDFContainer* pObje… in getDeflatedStream() argument 681 *pBytes = 0; in getDeflatedStream() 689 *pBytes = 0; in getDeflatedStream() 721 *pBytes = m_pStream->getDictLength( pObjectContainer ); in getDeflatedStream() 723 rtl_moveMemory( *ppStream, pStream, *pBytes ); in getDeflatedStream() 728 *pBytes, in getDeflatedStream() 736 *ppStream = NULL, *pBytes = 0; in getDeflatedStream()
|
/trunk/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 281 SvLockBytes* pBytes = ((SfxLockBytesItem&) pSet->Get(SID_OUTLINE_TO_IMPRESS)).GetValue(); in OutlineToImpress() local 283 if (pBytes) in OutlineToImpress() 328 OutlineToImpressFinalizer(*pBase, *pDoc, *pBytes)); in OutlineToImpress()
|
/trunk/main/filter/source/placeware/ |
H A D | exporter.cxx | 170 sal_Int8* pBytes = aOutBuffer.getArray(); in encodeFile() local 176 *pBytes++ = static_cast<sal_Int8>(*pUnicode++); in encodeFile()
|
/trunk/main/svtools/source/filter/igif/ |
H A D | gifread.cxx | 441 void GIFReader::FillImages( HPBYTE pBytes, sal_uLong nCount ) in FillImages() argument 521 const sal_uInt8 cTmp = pBytes[ i ]; in FillImages()
|
/trunk/main/extensions/source/activex/main/ |
H A D | SOActiveX.cpp | 711 …CallbackCreateXInputStream( CBindStatusCallback<CSOActiveX>* /*pbsc*/, BYTE* pBytes, DWORD dwSize ) in CallbackCreateXInputStream() argument 718 if ( !pBytes ) in CallbackCreateXInputStream() 749 ((BYTE*)(pDataArray->pvData))[ix] = pBytes[ix]; in CallbackCreateXInputStream()
|
/trunk/main/sal/inc/rtl/ |
H A D | alloc.h | 156 sal_Size * pBytes
|
/trunk/main/svtools/source/inc/ |
H A D | gifread.hxx | 119 void FillImages( HPBYTE pBytes, sal_uLong nCount );
|