Lines Matching refs:sal_uInt8

222 	const sal_uInt8 WW8_NUL_C                   = '\x00';       /// NUL character.  in ReadRawUniString()
244 sal_uInt8 nReadChar; in ReadRawUniString()
286 sal_uInt8 maGuidUrlMoniker[ 16 ] = { in ReadEmbeddedData()
289 sal_uInt8 maGuidFileMoniker[ 16 ] = { in ReadEmbeddedData()
292 sal_uInt8* aGuid = new sal_uInt8[ 16 ]; in ReadEmbeddedData()
1004 ::std::vector< sal_uInt8 > aBuffer( nBufferSize ); in ProcessObj()
1005 sal_uInt8* pnData = &aBuffer.front(); in ProcessObj()
1006 sal_uInt8 mnStreamSize; in ProcessObj()
1046 void SwWW8ImplReader::Read_StyleCode( sal_uInt16, const sal_uInt8* pData, short nLen ) in Read_StyleCode()
1066 void SwWW8ImplReader::Read_Majority( sal_uInt16, const sal_uInt8* , short ) in Read_Majority() argument
1192 sal_uInt8 nLvl = static_cast< sal_uInt8 >(rTxtNode.GetActualListLevel()); in GetNumFmtFromStack()
1517 void SwWW8ImplReader::Read_Tab(sal_uInt16 , const sal_uInt8* pData, short nLen) in Read_Tab()
1526 const sal_uInt8* pDel = pData + 1; // Del - Array in Read_Tab()
1527 sal_uInt8 nDel = pData[0]; in Read_Tab()
1528 const sal_uInt8* pIns = pData + 2*nDel + 2; // Ins - Array in Read_Tab()
1529 sal_uInt8 nIns = pData[nDel*2+1]; in Read_Tab()
2008 …if (sal_uInt8 * pExtended = pPlcxMan->GetExtendedAtrds()) // Word < 2002 has no date data for comm… in Read_And()
2102 bool SwWW8ImplReader::HasOwnHeaderFooter(sal_uInt8 nWhichItems, sal_uInt8 grpfIhdt, in HasOwnHeaderFooter()
2109 sal_uInt8 nNumber = 5; in HasOwnHeaderFooter()
2111 for( sal_uInt8 nI = 0x20; nI; nI >>= 1, nNumber-- ) in HasOwnHeaderFooter()
2135 sal_uInt8 nWhichItems = 0; in Read_HdFt()
2150 sal_uInt8 grpfIhdt = rSection.maSep.grpfIhdt; in Read_HdFt()
2157 sal_uInt8 nNumber = 5; in Read_HdFt()
2159 for( sal_uInt8 nI = 0x20; nI; nI >>= 1, nNumber-- ) in Read_HdFt()
2441 sal_uInt8 nCellLevel = 0; in ProcessSpecial()
2465 if (const sal_uInt8 *pLevel = pPlcxMan->HasParaSprm(0x6649)) in ProcessSpecial()
2472 nCellLevel = static_cast< sal_uInt8 >(nInTable); in ProcessSpecial()
2514 const sal_uInt8* pSprm13 = pPlcxMan->HasParaSprm( 13 ); in ProcessSpecial()
2517 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType( *pSprm13 )); in ProcessSpecial()
2854 sal_uInt8 nBCode = 0; in ReadPlainChars()
3066 sal_uInt8 nBCode; in ReadChar()
3159 sal_uInt8 nByteCode; in ReadChar()
3521 sal_uInt8 nDropLines = 0; in ReadText()
3585 aDrop.GetChars() = writer_cast<sal_uInt8>(nDropCapLen); in ReadText()
3604 const sal_uInt8 *pDCS; in ReadText()
3616 if (const sal_uInt8 *pDistance = pPlcxMan->GetPapPLCF()->HasSprm(0x842F)) in ReadText()
3700 SwWW8ImplReader::SwWW8ImplReader(sal_uInt8 nVersionPara, SvStorage* pStorage, in SwWW8ImplReader()
4203 sal_uInt8 *pBuffer = new sal_uInt8[pWwFib->lcbCmds]; in StoreMacroCmds()
4852 sal_uInt8 in[WW_BLOCKSIZE]; in DecryptRC4()
4873 sal_uInt8 in[0x4096]; in DecryptXOR()
4937 sal_uInt8 pPassword[16]; in InitXorWord95Codec()
4957 sal_uInt8 pDocId[ 16 ]; in InitXorWord95Codec()
4979 …uno::Sequence< beans::NamedValue > InitStd97Codec( ::msfilter::MSCodec_Std97& rCodec, sal_uInt8 pD… in InitStd97Codec()
5081 sal_uInt8 *pIn = new sal_uInt8[nUnencryptedHdr]; in LoadThroughDecryption()
5115 sal_uInt8 aDocId[ 16 ]; in LoadThroughDecryption()
5117 sal_uInt8 aSaltData[ 16 ]; in LoadThroughDecryption()
5119 sal_uInt8 aSaltHash[ 16 ]; in LoadThroughDecryption()
5178 sal_uInt8 mnNum;
5180 outlineeq(sal_uInt8 nNum) : mnNum(nNum) {} in outlineeq()
5306 const sal_uInt8 nOutlineLevel = in SetOutlineStyles()
5453 sal_uInt8 nVersion = 8; in Read()
5587 const sal_uInt8* pSprm = aDesc.pMemPos; in GetOLEStorageName()