/trunk/main/stoc/source/registry_tdprovider/ |
H A D | rdbtdp_tdenumeration.cxx | 130 uno::Sequence< sal_Int8 > aBytes( in createInstance() local 134 aBytes.getConstArray(), aBytes.getLength(), false, in createInstance() 383 uno::Sequence< sal_Int8 > aBytes( in queryMore() local 387 aBytes.getConstArray(), aBytes.getLength(), in queryMore() 496 uno::Sequence< sal_Int8 > aBytes( in queryMore() local 500 aBytes.getConstArray(), aBytes.getLength(), false, in queryMore() 599 uno::Sequence< sal_Int8 > aBytes( in queryNext() local 602 xTD = createTypeDescription( aBytes, in queryNext()
|
H A D | tdprovider.cxx | 361 Sequence< sal_Int8 > aBytes( xKey->getBinaryValue() ); in getByHierarchicalNameImpl() local 363 createTypeDescription( aBytes, in getByHierarchicalNameImpl() 388 Sequence< sal_Int8 > aBytes( xKey2->getBinaryValue() ); in getByHierarchicalNameImpl() local 390 aBytes.getConstArray(), aBytes.getLength(), in getByHierarchicalNameImpl()
|
/trunk/main/sax/source/expatwrap/ |
H A D | saxwriter.cxx | 442 pTarget[rPos] = aBytes[0]; in convertToXML() 444 pTarget[rPos] = aBytes[1]; in convertToXML() 446 pTarget[rPos] = aBytes[2]; in convertToXML() 448 pTarget[rPos] = aBytes[3]; in convertToXML() 467 AddBytes(pTarget, rPos, aBytes, 3); in convertToXML() 470 pTarget[rPos] = aBytes[0]; in convertToXML() 472 pTarget[rPos] = aBytes[1]; in convertToXML() 474 pTarget[rPos] = aBytes[2]; in convertToXML() 483 AddBytes(pTarget, rPos, aBytes, 2); in convertToXML() 486 pTarget[rPos] = aBytes[0]; in convertToXML() [all …]
|
/trunk/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 215 vector<sal_uInt8> aBytes(nWriteLen); in Write() local 216 memcpy(&aBytes[0], pBuffer, nWriteLen); in Write() 217 mxEncrypter->EncryptBytes(mrStrm, aBytes); in Write() 614 void XclExpBiff8Encrypter::EncryptBytes( SvStream& rStrm, vector<sal_uInt8>& aBytes ) in EncryptBytes() argument 625 sal_uInt16 nSize = static_cast< sal_uInt16 >( aBytes.size() ); in EncryptBytes() 632 fprintf(stdout, "%2.2X ", aBytes[i]); in EncryptBytes() 658 bool bRet = maCodec.Encode(&aBytes[nPos], nEncBytes, &aBytes[nPos], nEncBytes); in EncryptBytes() 662 sal_Size nRet = rStrm.Write(&aBytes[nPos], nEncBytes); in EncryptBytes()
|
/trunk/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_addfunc.cxx | 90 ByteSequence aBytes; in exportDialogModel() local 93 xSource->setOutputStream( createOutputStream( &aBytes ) ); in exportDialogModel() 96 return new InputStreamProvider( aBytes ); in exportDialogModel()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 584 OString aBytes( OUStringToOString( OUString( pStr, nLen ), mnBaseEncoding ) ); in ImplDrawText() local 586 rGfx.PSShowText( (const unsigned char*)aBytes.getStr(), nLen, aBytes.getLength() ); in ImplDrawText() 628 OString aBytes( OUStringToOString( OUString( pStr, nLen ), mnBaseEncoding ) ); in ImplDrawText() local 631 … rGfx.PSShowText( (const unsigned char*)aBytes.getStr(), nLen, aBytes.getLength(), pDeltaArray ); in ImplDrawText()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartDropTargetHelper.cxx | 114 Sequence< sal_Int8 > aBytes; in ExecuteDrop() local 115 if( aDataHelper.GetSequence( SOT_FORMATSTR_ID_LINK, aBytes )) in ExecuteDrop() 117 ::std::vector< OUString > aStrings( lcl_getStringsFromByteSequence( aBytes )); in ExecuteDrop()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 1706 ww::bytes aBytes; in WriteString16() local 1709 SwWW8Writer::InsUInt16(aBytes, 0); in WriteString16() 1712 if (!aBytes.empty()) in WriteString16() 1713 rStrm.Write(&aBytes[0], aBytes.size()); in WriteString16() 1718 ww::bytes aBytes; in WriteString_xstz() local 1722 SwWW8Writer::InsUInt16(aBytes, 0); in WriteString_xstz() 1723 rStrm.Write(&aBytes[0], aBytes.size()); in WriteString_xstz() 1730 ww::bytes aBytes; in WriteString8() local 1733 aBytes.push_back(0); in WriteString8() 1736 if (!aBytes.empty()) in WriteString8() [all …]
|
/trunk/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 97 ::com::sun::star::uno::Sequence<sal_Int8> aBytes = rxBitmap->getDIB(); in GetBitmap() 98 SvMemoryStream aMem( (char*) aBytes.getArray(), aBytes.getLength(), STREAM_READ ); in GetBitmap() 102 ::com::sun::star::uno::Sequence<sal_Int8> aBytes = rxBitmap->getMaskDIB(); in GetBitmap() 103 SvMemoryStream aMem( (char*) aBytes.getArray(), aBytes.getLength(), STREAM_READ ); in GetBitmap()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 103 Sequence< sal_Int8 > aBytes; // getBytes member 415 GETVALUE_IMPL( Sequence< sal_Int8 >, BYTES_VALUE_SET, aBytes ); in getBytes() 533 aValue <<= rValue.aBytes; in getObject() 741 SETVALUE_IMPL( rPropName, BYTES_VALUE_SET, aBytes, rValue ); in appendBytes()
|
/trunk/main/forms/qa/integration/forms/ |
H A D | FormControlTest.java | 898 byte[] aBytes = new byte[] { in getSamplePicture() 908 return aBytes; in getSamplePicture() 914 byte[] aBytes = new byte[] { in getSamplePictureBytes() 923 return aBytes; in getSamplePictureBytes()
|
/trunk/main/xmlscript/source/xml_helper/ |
H A D | xml_byteseq.cxx | 79 ByteSequence aBytes( _seq.getConstArray() + _nPos, nBytesToRead ); in readBytes() local 80 rData = toUnoSequence( aBytes ); in readBytes()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xestream.hxx | 238 void EncryptBytes( SvStream& rStrm, ::std::vector<sal_uInt8>& aBytes );
|
/trunk/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 1980 Sequence< sal_Int8> aBytes; in setObjectWithInfo() local 1981 if(x >>= aBytes) in setObjectWithInfo() 1982 _xParams->setBytes(parameterIndex,aBytes); in setObjectWithInfo()
|