Home
last modified time | relevance | path

Searched refs:aBytes (Results 1 – 14 of 14) sorted by relevance

/trunk/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx130 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 Dtdprovider.cxx361 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 Dsaxwriter.cxx442 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 Dxestream.cxx215 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 Dxmldlg_addfunc.cxx90 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 Dglyphset.cxx584 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 DChartDropTargetHelper.cxx114 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 Dwrtww8.cxx1706 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 Dvclunohelper.cxx97 ::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 Dpropertyvalueset.cxx103 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 DFormControlTest.java886 byte[] aBytes = new byte[] { in getSamplePicture()
896 return aBytes; in getSamplePicture()
902 byte[] aBytes = new byte[] { in getSamplePictureBytes()
911 return aBytes; in getSamplePictureBytes()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx79 ByteSequence aBytes( _seq.getConstArray() + _nPos, nBytesToRead ); in readBytes() local
80 rData = toUnoSequence( aBytes ); in readBytes()
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx238 void EncryptBytes( SvStream& rStrm, ::std::vector<sal_uInt8>& aBytes );
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1980 Sequence< sal_Int8> aBytes; in setObjectWithInfo() local
1981 if(x >>= aBytes) in setObjectWithInfo()
1982 _xParams->setBytes(parameterIndex,aBytes); in setObjectWithInfo()

Completed in 107 milliseconds