Home
last modified time | relevance | path

Searched refs:pBytes (Results 1 – 25 of 30) sorted by path

12

/trunk/main/chart2/source/controller/main/
H A DChartDropTargetHelper.cxx52 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/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx611 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/extensions/source/activex/main/
H A DSOActiveX.cpp711 …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()
H A DSOActiveX.h190 …void CallbackCreateXInputStream( CBindStatusCallback<CSOActiveX>* pbsc, BYTE* pBytes, DWORD dwSize…
/trunk/main/filter/source/placeware/
H A Dexporter.cxx170 sal_Int8* pBytes = aOutBuffer.getArray(); in encodeFile() local
176 *pBytes++ = static_cast<sal_Int8>(*pUnicode++); in encodeFile()
/trunk/main/io/source/stm/
H A Dodata.cxx255 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/odk/examples/java/Storage/
H A DTest09.java67 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()
H A DTestHelper.java47 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 …]
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java51 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/package/qa/storages/
H A DRegressionTest_i35095.java74 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 DRegressionTest_i49755.java82 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 DRegressionTest_i55821.java79 …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 DRegressionTest_i59886.java74 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 DRegressionTest_i61909.java83 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 DTest09.java68 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()
H A DTestHelper.java51 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 …]
/trunk/main/sal/inc/rtl/
H A Dalloc.h156 sal_Size * pBytes
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx142 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/sd/source/ui/app/
H A Dsdmod1.cxx281 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/sdext/source/pdfimport/
H A Dfilterdet.cxx403 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/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx284 …bool getDeflatedStream( char** ppStream, unsigned int* pBytes, const PDFContainer* pObjectContaine…
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx670 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/sfx2/source/doc/
H A Ddocfile.cxx3460 SvLockBytes* pBytes = pInStream->GetLockBytes(); in ForceSynchronStream_Impl() local
3461 if( pBytes ) in ForceSynchronStream_Impl()
3462 pBytes->SetSynchronMode( bForce ); in ForceSynchronStream_Impl()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1644 const sal_Int8* pBytes = (const sal_Int8*)pBytesAsInt32Array; in operator ()() local
1647 *(pInt8_Id32++) ^= *(pBytes++); in operator ()()
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx441 void GIFReader::FillImages( HPBYTE pBytes, sal_uLong nCount ) in FillImages() argument
521 const sal_uInt8 cTmp = pBytes[ i ]; in FillImages()

Completed in 149 milliseconds

12