Home
last modified time | relevance | path

Searched refs:sal_Int8 (Results 1 – 25 of 1871) sorted by relevance

12345678910>>...75

/aoo41x/main/sot/source/base/
H A Dexchange.cxx69 … /* 0 SOT_FORMAT_SYSTEM_START*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
76 /* 7 EMPTY*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
77 /* 8 EMPTY*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
78 /* 9 EMPTY*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
79 …/ { "text/richtext", "Rich Text Format", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
120 …ext/html", "HTML (HyperText Markup Language)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
132 …_DOC*/ { "application/msword", "MSWordDoc", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
179 …{ MIMETYPE_VND_SUN_XML_DRAW_ASCII, "Draw 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
181 …{ MIMETYPE_VND_SUN_XML_CALC_ASCII, "Calc 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
191 … { "image/bmp", "Windows Bitmap", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, in operator ()()
[all …]
/aoo41x/main/package/source/zipapi/
H A DZipFile.cxx203 sal_Int8 * & pHeader ) in StaticFillHeader()
310 sal_Int8 *pBuffer = aBuffer.getArray(); in StaticFillData()
473 uno::Sequence< sal_Int8 > aDigestSeq; in StaticHasValidPassword()
522 sal_Int8 nStreamMode, in createUnbufferedStream()
701 Sequence < sal_Int8 > aBuffer; in findEND()
851 Sequence < sal_Int8 > aBuffer; in recover()
878 … MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 26 ) ); in recover()
920 Sequence < sal_Int8 > aFileName; in recover()
949 … MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 12 ) ); in recover()
1037 Sequence < sal_Int8 > aBuffer; in getCRC()
[all …]
H A DByteChucker.cxx51 void ByteChucker::WriteBytes( const Sequence< sal_Int8 >& aData ) in WriteBytes()
63 ByteChucker& ByteChucker::operator << (sal_Int8 nInt8) in operator <<()
72 p2Sequence[0] = static_cast< sal_Int8 >((nInt16 >> 0 ) & 0xFF); in operator <<()
73 p2Sequence[1] = static_cast< sal_Int8 >((nInt16 >> 8 ) & 0xFF); in operator <<()
79 p4Sequence[0] = static_cast< sal_Int8 >((nInt32 >> 0 ) & 0xFF); in operator <<()
80 p4Sequence[1] = static_cast< sal_Int8 >((nInt32 >> 8 ) & 0xFF); in operator <<()
81 p4Sequence[2] = static_cast< sal_Int8 >((nInt32 >> 16 ) & 0xFF); in operator <<()
82 p4Sequence[3] = static_cast< sal_Int8 >((nInt32 >> 24 ) & 0xFF); in operator <<()
95 p2Sequence[0] = static_cast< sal_Int8 >((nuInt16 >> 0 ) & 0xFF); in operator <<()
96 p2Sequence[1] = static_cast< sal_Int8 >((nuInt16 >> 8 ) & 0xFF); in operator <<()
[all …]
/aoo41x/main/io/source/stm/
H A Dodata.cxx238 Sequence<sal_Int8> aTmp(1); in readByte()
248 Sequence<sal_Int8> aTmp(2); in readChar()
260 Sequence<sal_Int8> aTmp(2); in readShort()
273 Sequence<sal_Int8> aTmp(4); in readLong()
286 Sequence<sal_Int8> aTmp(8); in readHyper()
677 sal_Int8 * pBytes = ( sal_Int8 * ) aTmp.getArray(); in writeChar()
679 pBytes[1] = sal_Int8(Value); in writeChar()
691 pBytes[1] = sal_Int8(Value); in writeShort()
704 pBytes[3] = sal_Int8(Value); in writeLong()
742 if( *(sal_Int8 *)&n == 1 ) in writeDouble()
[all …]
/aoo41x/main/sal/qa/ByteSequence/
H A DByteSequence.cxx50 sal_Int8 const * p = s.getConstArray(); in test_size5()
52 CPPUNIT_ASSERT_EQUAL(sal_Int8(0), p[0]); in test_size5()
53 CPPUNIT_ASSERT_EQUAL(sal_Int8(0), p[1]); in test_size5()
54 CPPUNIT_ASSERT_EQUAL(sal_Int8(0), p[2]); in test_size5()
55 CPPUNIT_ASSERT_EQUAL(sal_Int8(0), p[3]); in test_size5()
56 CPPUNIT_ASSERT_EQUAL(sal_Int8(0), p[4]); in test_size5()
75 sal_Int8 const a[5] = { 0, 1, 2, 3, 4 }; in test_elem5()
77 sal_Int8 const * p = s.getConstArray(); in test_elem5()
79 CPPUNIT_ASSERT_EQUAL(sal_Int8(0), p[0]); in test_elem5()
80 CPPUNIT_ASSERT_EQUAL(sal_Int8(1), p[1]); in test_elem5()
[all …]
/aoo41x/main/sax/source/expatwrap/
H A Dsaxwriter.cxx128 Sequence < sal_Int8 > m_Sequence;
129 sal_Int8* mp_Sequence;
147 sal_Int8 *pTarget,
282 sal_Int8 *pTarget, in convertToXML()
406 pTarget[rPos] = (sal_Int8)c; in convertToXML()
414 pTarget[rPos] = (sal_Int8)c; in convertToXML()
415 if ((sal_Int8)c == LINEFEED) in convertToXML()
434 sal_Int8 aBytes[] = { sal_Int8(0xF0 | ((nSurrogate >> 18) & 0x0F)), in convertToXML()
463 sal_Int8 aBytes[] = { sal_Int8(0xE0 | ((c >> 12) & 0x0F)), in convertToXML()
480 sal_Int8 aBytes[] = { sal_Int8(0xC0 | ((c >> 6) & 0x1F)), in convertToXML()
[all …]
H A Dxml2utf.cxx45 Sequence<sal_Int8> seqIn; in readAndConvert()
56 Sequence< sal_Int8 > seqStart; in readAndConvert()
95 seqStart = Sequence < sal_Int8 > (); in readAndConvert()
133 void XMLFile2UTFConverter::removeEncoding( Sequence<sal_Int8> &seq ) in removeEncoding()
135 const sal_Int8 *pSource = seq.getArray(); in removeEncoding()
180 const sal_Int8 *pSource = seq.getConstArray(); in isEncodingRecognizable()
399 const sal_Int8 *pbSource = seqText.getConstArray(); in convert()
400 sal_Int8 *pbTempMem = 0; in convert()
404 pbTempMem = new sal_Int8[ nSourceSize ]; in convert()
410 m_seqSource = Sequence< sal_Int8 >(); in convert()
[all …]
/aoo41x/main/vcl/test/
H A Dcanvasbitmaptest.cxx282 uno::Sequence<sal_Int8> aPixel3, aPixel4; in checkCanvasBitmap()
433 uno::Sequence<sal_Int8> aPixel3, aPixel4; in checkBitmapImport()
467 uno::Sequence<sal_Int8> maComponentTags;
494 sal_Int8* pOut = aRes.getArray(); in getData()
530 return uno::Sequence< sal_Int8 >(); in getPixel()
704 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertToIntegerColorSpace( const uno::Sequence< ::sa… in convertToIntegerColorSpace() argument
709 return uno::Sequence< sal_Int8 >(); in convertToIntegerColorSpace()
808 return uno::Sequence< sal_Int8 >(); in convertIntegerFromRGB()
815 return uno::Sequence< sal_Int8 >(); in convertIntegerFromARGB()
822 return uno::Sequence< sal_Int8 >(); in convertIntegerFromPARGB()
[all …]
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dx509certificate_nssimpl.cxx94 return ::com::sun::star::uno::Sequence< sal_Int8 >(); in getSerialNumber()
180 return ::com::sun::star::uno::Sequence< sal_Int8 >(); in getIssuerUniqueID()
192 return ::com::sun::star::uno::Sequence< sal_Int8 >(); in getSubjectUniqueID()
274 Sequence< sal_Int8 > rawCert( m_pCert->derCert.len ) ; in getEncoded()
281 return ::com::sun::star::uno::Sequence< sal_Int8 >(); in getEncoded()
334 static Sequence< sal_Int8 >* pSeq = 0 ; in getUnoTunnelId()
338 static Sequence< sal_Int8> aSeq( 16 ) ; in getUnoTunnelId()
382 Sequence< sal_Int8 > thumbprint( length ) ; in getThumbprint()
393 return ::com::sun::star::uno::Sequence< sal_Int8 >(); in getThumbprint()
420 Sequence< sal_Int8 > key( spk.len ) ; in getSubjectPublicKeyValue()
[all …]
/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx206 return Sequence< sal_Int8 >(); in getSerialNumber()
367 return Sequence< sal_Int8 >(); in getIssuerUniqueID()
379 return Sequence< sal_Int8 >(); in getSubjectUniqueID()
442 Sequence< sal_Int8 > rawCert( m_pCertContext->cbCertEncoded ) ; in getEncoded()
449 return Sequence< sal_Int8 >(); in getEncoded()
494 static Sequence< sal_Int8 >* pSeq = 0 ; in getUnoTunnelId()
498 static Sequence< sal_Int8> aSeq( 16 ) ; in getUnoTunnelId()
539 Sequence< sal_Int8 > thumbprint( cbData ) ; in getThumbprint()
554 return Sequence< sal_Int8 >(); in getThumbprint()
578 Sequence< sal_Int8 > key( publicKey.cbData ) ; in getSubjectPublicKeyValue()
[all …]
/aoo41x/main/framework/source/fwe/classes/
H A Dimagewrapper.cxx42 static Sequence< sal_Int8 > impl_getStaticIdentifier() in impl_getStaticIdentifier()
45 static ::com::sun::star::uno::Sequence< sal_Int8 > seqID((sal_Int8*)pGUID,16) ; in impl_getStaticIdentifier()
61 Sequence< sal_Int8 > ImageWrapper::GetUnoTunnelId() in GetUnoTunnelId()
77 Sequence< sal_Int8 > SAL_CALL ImageWrapper::getDIB() throw ( RuntimeException ) in getDIB()
83 return Sequence< sal_Int8 >( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getDIB()
86 Sequence< sal_Int8 > SAL_CALL ImageWrapper::getMaskDIB() throw ( RuntimeException ) in getMaskDIB()
95 return Sequence< sal_Int8 >( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getMaskDIB()
101 return Sequence< sal_Int8 >( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getMaskDIB()
104 return Sequence< sal_Int8 >(); in getMaskDIB()
108 sal_Int64 SAL_CALL ImageWrapper::getSomething( const Sequence< sal_Int8 >& aIdentifier ) throw ( Ru… in getSomething()
/aoo41x/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx68 Sequence< sal_Int8 > SAL_CALL WinMFPictToOOMFPict( Sequence< sal_Int8 >& aMetaFilePict ) in WinMFPictToOOMFPict()
72 Sequence< sal_Int8 > mfpictStream; in WinMFPictToOOMFPict()
142 Sequence< sal_Int8 > aRet; in WinENHMFPictToOOMFPict()
196 Sequence< sal_Int8 > SAL_CALL WinDIBToOOBMP( const Sequence< sal_Int8 >& aWinDIB ) in WinDIBToOOBMP()
199 Sequence< sal_Int8 > ooBmpStream; in WinDIBToOOBMP()
231 Sequence< sal_Int8 > SAL_CALL OOBmpToWinDIB( Sequence< sal_Int8 >& aOOBmp ) in OOBmpToWinDIB()
373 Sequence<sal_Int8> SAL_CALL TextHtmlToHTMLFormat(Sequence<sal_Int8>& aTextHtml) in TextHtmlToHTMLFormat()
378 return Sequence<sal_Int8>(); in TextHtmlToHTMLFormat()
476 typedef Sequence<sal_Int8> ByteSequence_t;
539 Sequence< sal_Int8 > ooBmpStream; in WinBITMAPToOOBMP()
[all …]
H A DFmtFilter.hxx46 com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL WinMFPictToOOMFPict( com::sun::star::uno::Sequen…
47 com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL WinENHMFPictToOOMFPict( HENHMETAFILE hEnhMetaFil…
54 HMETAFILEPICT SAL_CALL OOMFPictToWinMFPict( com::sun::star::uno::Sequence< sal_Int8 >& aOOMetaFileP…
55 HENHMETAFILE SAL_CALL OOMFPictToWinENHMFPict( com::sun::star::uno::Sequence< sal_Int8 >& aOOMetaFi…
62 com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL WinDIBToOOBMP( const com::sun::star::uno::Sequen…
68 com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL WinBITMAPToOOBMP( HBITMAP );
76 com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL OOBmpToWinDIB( com::sun::star::uno::Sequence< sa…
85 com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL TextHtmlToHTMLFormat( com::sun::star::uno::Seque…
92 com::sun::star::uno::Sequence< sal_Int8 > CF_HDROPToFileList(HGLOBAL hGlobal);
/aoo41x/main/filter/source/graphicfilter/icgm/
H A Dchart.hxx70 sal_Int8 nTextColorIndex;
71 sal_Int8 nTextColorRed;
72 sal_Int8 nTextColorGreen;
73 sal_Int8 nTextColorBlue;
74 sal_Int8 nShadowColorIndex;
75 sal_Int8 nShadowColorRed;
76 sal_Int8 nShadowColorGreen;
77 sal_Int8 nShadowColorBlue;
81 sal_Int8 nTextCharPage;
83 sal_Int8 nTextFontMemberID;
[all …]
/aoo41x/main/vcl/inc/
H A Ddndlcon.hxx44 sal_Int8 m_nDefaultActions;
51 DNDListenerContainer( sal_Int8 nDefaultActions );
56 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions,
63 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions );
67 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions,
72 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions );
75 sal_Int8 dragAction, sal_Int32 dragOriginX, sal_Int32 dragOriginY,
91 …virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation ) throw (::com::sun::star::uno::RuntimeEx…
99 …virtual void SAL_CALL acceptDrop( sal_Int8 dropOperation ) throw (::com::sun::star::uno::RuntimeEx…
111 virtual sal_Int8 SAL_CALL getDefaultActions( ) throw(::com::sun::star::uno::RuntimeException);
[all …]
H A Dcanvasbitmap.hxx51 com::sun::star::uno::Sequence<sal_Int8> m_aComponentTags;
61 sal_Int8 m_nEndianness;
88 virtual ::sal_Int8 SAL_CALL getType( ) throw (::com::sun::star::uno::RuntimeException);
89 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getComponentTags( ) throw (::com::su…
90 …virtual ::sal_Int8 SAL_CALL getRenderingIntent( ) throw (::com::sun::star::uno::RuntimeException);
101 … virtual ::sal_Int8 SAL_CALL getEndianness( ) throw (::com::sun::star::uno::RuntimeException);
103 …sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL convertToIntegerColorSpace( const ::com::sun::star…
104 … SAL_CALL convertIntegerToRGB( const ::com::sun::star::uno::Sequence< ::sal_Int8 >& deviceColor ) …
105 …SAL_CALL convertIntegerToARGB( const ::com::sun::star::uno::Sequence< ::sal_Int8 >& deviceColor ) …
107 …virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromRGB( const ::com:…
[all …]
/aoo41x/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx54 uno::Sequence< sal_Int8 > aResult; in GeneratePBKDF2Hash()
110 uno::Sequence< sal_Int8 > aSalt; in IsModifyPasswordCorrect()
111 uno::Sequence< sal_Int8 > aHash; in IsModifyPasswordCorrect()
223 Sequence< sal_Int8 > aResult( 4 ); in GetWordHashAsSequence()
258 Sequence< sal_Int8 > DocPasswordHelper::GetXLHashAsSequence( in GetXLHashAsSequence()
263 Sequence< sal_Int8 > aResult( 2 ); in GetXLHashAsSequence()
273 uno::Sequence< sal_Int8 > aResult( nLength ); in GenerateRandomByteSequence()
287 …tic*/ uno::Sequence< sal_Int8 > DocPasswordHelper::GenerateStd97Key( const ::rtl::OUString& aPassw… in GenerateStd97Key()
289 uno::Sequence< sal_Int8 > aResultKey; in GenerateStd97Key()
305 …atic*/ uno::Sequence< sal_Int8 > DocPasswordHelper::GenerateStd97Key( const sal_uInt16 pPassData[1… in GenerateStd97Key()
[all …]
/aoo41x/main/canvas/source/tools/
H A Dcanvastools.cxx267 uno::Sequence< sal_Int8 > maComponentTags;
444 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertToIntegerColorSpace( const uno::Sequence< ::sa… in convertToIntegerColorSpace()
517 const sal_Int8 nAlpha( 255-pIn[3] ); in convertIntegerToPARGB()
533 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromRGB()
534 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromRGB()
551 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromARGB()
552 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromARGB()
569 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromPARGB()
570 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromPARGB()
643 uno::Sequence<sal_Int8> aRet(4); in colorToStdIntSequence()
[all …]
/aoo41x/main/sc/source/core/data/
H A Dtabprotection.cxx90 ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;
99 ::com::sun::star::uno::Sequence<sal_Int8> maPassHash;
106 Sequence<sal_Int8> ScTableProtectionImpl::hashPassword(const String& aPassText, ScPasswordHash eHas… in hashPassword()
108 Sequence<sal_Int8> aHash; in hashPassword()
171 maPassHash = Sequence<sal_Int8>(); in setPassword()
194 Sequence<sal_Int8> ScTableProtectionImpl::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
198 return Sequence<sal_Int8>(); in getPasswordHash()
209 return Sequence<sal_Int8>(); in getPasswordHash()
240 Sequence<sal_Int8> aHash = hashPassword(aPassText, meHash); in verifyPassword()
326 uno::Sequence<sal_Int8> ScDocProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
[all …]
/aoo41x/main/cppu/source/uno/
H A Deq.hxx334 return (*(sal_Int8 *)pDest == *(sal_Int8 *)pSource); in _equalData()
336 return ((sal_Int16)*(sal_Int8 *)pDest == *(sal_Int16 *)pSource); in _equalData()
340 return ((sal_Int32)*(sal_Int8 *)pDest == *(sal_Int32 *)pSource); in _equalData()
344 return ((sal_Int64)*(sal_Int8 *)pDest == *(sal_Int64 *)pSource); in _equalData()
346 return (*(sal_Int8 *)pDest >= 0 && in _equalData()
349 return ((float)*(sal_Int8 *)pDest == *(float *)pSource); in _equalData()
351 return ((double)*(sal_Int8 *)pDest == *(double *)pSource); in _equalData()
482 return (*(sal_Int8 *)pSource >= 0 && in _equalData()
483 *(sal_uInt64 *)pDest == (sal_uInt64)*(sal_Int8 *)pSource); in _equalData()
514 return (*(float *)pDest == (float)*(sal_Int8 *)pSource); in _equalData()
[all …]
/aoo41x/main/extensions/source/oooimprovement/
H A Dsoaprequest.cxx52 static unsigned long asUlong(sal_Int8 input) in asUlong()
57 static Sequence<sal_Int8> base64_encode(const Sequence<sal_Int8>& input) in base64_encode()
60 Sequence<sal_Int8> result(4); in base64_encode()
65 result[0] = static_cast<sal_Int8>(base64_tab[(value >> 18) & 0x3F]); in base64_encode()
66 result[1] = static_cast<sal_Int8>(base64_tab[(value >> 12) & 0x3F]); in base64_encode()
67 result[2] = static_cast<sal_Int8>('='); in base64_encode()
68 result[3] = static_cast<sal_Int8>('='); in base64_encode()
97 static shared_ptr<Sequence<sal_Int8> > createSequenceFromString(const OString& str) in createSequenceFromString()
100 shared_ptr<Sequence<sal_Int8> > result(new Sequence<sal_Int8>(size)); in createSequenceFromString()
108 shared_ptr<Sequence<sal_Int8> > seq = createSequenceFromString(str); in writeString()
[all …]
/aoo41x/main/svtools/source/graphic/
H A Dgraphic.cxx111 uno::Sequence< sal_Int8 > SAL_CALL Graphic::getImplementationId_Static() in getImplementationId_Static()
115 static uno::Sequence< sal_Int8 > aId; in getImplementationId_Static()
208 uno::Sequence< sal_Int8 > SAL_CALL Graphic::getImplementationId() in getImplementationId()
216 ::sal_Int8 SAL_CALL Graphic::getType() in getType()
219 ::sal_Int8 cRet = graphic::GraphicType::EMPTY; in getType()
244 uno::Sequence< ::sal_Int8 > SAL_CALL Graphic::getDIB( ) throw (uno::RuntimeException) in getDIB()
253 return ::com::sun::star::uno::Sequence<sal_Int8>( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getDIB()
257 return uno::Sequence<sal_Int8>(); in getDIB()
272 return ::com::sun::star::uno::Sequence<sal_Int8>( (sal_Int8*) aMem.GetData(), aMem.Tell() ); in getMaskDIB()
276 return uno::Sequence<sal_Int8>(); in getMaskDIB()
[all …]
/aoo41x/main/xmloff/source/style/
H A Dxmlbahdl.hxx37 sal_Int8 nBytes;
40 XMLNumberPropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLNumberPropHdl()
53 sal_Int8 nBytes;
55 XMLNumberNonePropHdl( sal_Int8 nB = 4 );
68 sal_Int8 nBytes;
70 XMLMeasurePropHdl( sal_Int8 nB=4 ) : nBytes( nB ) {} in XMLMeasurePropHdl()
82 sal_Int8 nBytes;
106 sal_Int8 nBytes;
120 sal_Int8 nBytes;
280 sal_Int8 nBytes;
[all …]
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx70 sal_Int8*& pDataBuffer, in bindParameter()
71 sal_Int8* pLenBuffer, in bindParameter()
118 sal_Int8 *&_pData, in bindData()
174 ((sal_Int8*)_pData)[_nColumnSize] = '\0'; in bindData()
178 *((sal_Int8*)_pData) = *(sal_Int8*)_pValue; in bindData()
179 *pLen = sizeof(sal_Int8); in bindData()
207 _pData = (sal_Int8*)pSeq->getConstArray(); in bindData()
336 *((sal_Int8*)_pData) = *(sal_Int8*)_pValue; in bindValue()
337 *pLen = sizeof(sal_Int8); in bindValue()
494 return Sequence<sal_Int8>(); in getBytesValue()
[all …]
/aoo41x/main/comphelper/source/streaming/
H A Dmemorystream.cxx60 …virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw …
61 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )…
72 …virtual void SAL_CALL writeBytes( const Sequence< sal_Int8 >& aData ) throw (NotConnectedException…
85 std::vector< sal_Int8 > maData;
110 sal_Int32 SAL_CALL UNOMemoryStream::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead … in readBytes()
120 sal_Int8* pData = static_cast<sal_Int8*>(&(*maData.begin())); in readBytes()
121 sal_Int8* pCursor = &((pData)[mnCursor]); in readBytes()
130 sal_Int32 SAL_CALL UNOMemoryStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytes… in readSomeBytes()
180 void SAL_CALL UNOMemoryStream::writeBytes( const Sequence< sal_Int8 >& aData ) throw (NotConnectedE… in writeBytes()
195 sal_Int8* pData = static_cast<sal_Int8*>(&(*maData.begin())); in writeBytes()
[all …]

Completed in 164 milliseconds

12345678910>>...75