Home
last modified time | relevance | path

Searched refs:readuInt8 (Results 1 – 23 of 23) sorted by relevance

/trunk/main/oox/source/xls/
H A Dexternallinkbuffer.cxx172 appendResultValue< double >( (rStrm.readuInt8() == 0) ? 0.0 : 1.0 ); in importDdeItemBool()
182 appendResultValue( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ); in importDdeItemError()
229 rStrm.readUniStringBody( rStrm.readuInt8() ) : in importExternalName()
262 sal_Int32 nCols = rStrm.readuInt8(); in importExternalName()
270 switch( rStrm.readuInt8() ) in importExternalName()
283 appendResultValue< double >( (rStrm.readuInt8() == 0) ? 0.0 : 1.0 ); in importExternalName()
287 … appendResultValue( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ); in importExternalName()
608 aTargetBuffer.append( static_cast< sal_Char >( rStrm.readuInt8() ) ); in importExternSheet()
631 if( rStrm.readuInt8() == 1 ) in importExternalBook()
633 sal_Char cChar = static_cast< sal_Char >( rStrm.readuInt8() ); in importExternalBook()
H A Dpivotcachebuffer.cxx228 aDateTime.Day = rStrm.readuInt8(); in readDate()
229 aDateTime.Hours = rStrm.readuInt8(); in readDate()
230 aDateTime.Minutes = rStrm.readuInt8(); in readDate()
231 aDateTime.Seconds = rStrm.readuInt8(); in readDate()
239 maValue <<= (rStrm.readuInt8() != 0); in readBool()
278 aDateTime.Day = rStrm.readuInt8(); in readDate()
279 aDateTime.Hours = rStrm.readuInt8(); in readDate()
280 aDateTime.Minutes = rStrm.readuInt8(); in readDate()
281 aDateTime.Seconds = rStrm.readuInt8(); in readDate()
289 maValue <<= (rStrm.readuInt8() != 0); in readBool()
[all …]
H A Dexternallinkfragment.cxx134 double fValue = (rStrm.readuInt8() == 0) ? 0.0 : 1.0; in importExtCellBool()
147 setCellValue( Any( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ) ); in importExtCellError()
467 switch( rStrm.readuInt8() ) in importCrn()
484 double fValue = (rStrm.readuInt8() == 0) ? 0.0 : 1.0; in importCrn()
490 … setCellValue( aBinAddr, Any( BiffHelper::calcDoubleFromError( rStrm.readuInt8() ) ) ); in importCrn()
H A Dviewsettings.cxx368 rModel.mbShowFormulas = rStrm.readuInt8() != 0; in importWindow2()
369 rModel.mbShowGrid = rStrm.readuInt8() != 0; in importWindow2()
370 rModel.mbShowHeadings = rStrm.readuInt8() != 0; in importWindow2()
371 rModel.mnPaneState = (rStrm.readuInt8() == 0) ? XML_split : XML_frozen; in importWindow2()
372 rModel.mbShowZeros = rStrm.readuInt8() != 0; in importWindow2()
376 rModel.mbDefGridColor = rStrm.readuInt8() != 0; in importWindow2()
455 sal_uInt8 nPaneId = rStrm.readuInt8(); in importSelection()
H A Drichstring.cxx135 mnPos = rStrm.readuInt8(); in read()
136 mnFontId = rStrm.readuInt8(); in read()
196 sal_uInt16 nCount = b16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in importPortions()
401 sal_uInt8 nFlags = bRich ? rStrm.readuInt8() : 0; in importString()
457 sal_uInt16 nChars = b8BitLength ? rStrm.readuInt8() : rStrm.readuInt16(); in importUniString()
H A Dformulaparser.cxx58 return pnFmlaSize ? *pnFmlaSize : ((eBiff == BIFF2) ? rStrm.readuInt8() : rStrm.readuInt16()); in lclReadFmlaSize()
1394 …case BIFF_TOKID_ERR: bOk = pushBiffErrorOperand( rStrm.readuInt8() ); br… in importBiff12Formula()
1658 switch( rStrm.readuInt8() ) in importArrayToken()
1670 … appendRawToken( OPCODE_PUSH ) <<= BiffHelper::calcDoubleFromError( rStrm.readuInt8() ); in importArrayToken()
2148 … case BIFF_TOKID_ERR: bOk = pushBiffErrorOperand( rStrm.readuInt8() ); break; in importBiffFormula()
2149 … case BIFF_TOKID_BOOL: bOk = pushBiffBoolOperand( rStrm.readuInt8() ); break; in importBiffFormula()
2222 return pushValueOperand( rStrm.readUniStringBody( rStrm.readuInt8(), mbAllowNulChars ) ); in importStrToken8()
2240 …rStrm.skip( mnAttrDataSize * (1 + ((getBiff() == BIFF2) ? rStrm.readuInt8() : rStrm.readuInt16()))… in importAttrToken()
2355 sal_uInt16 nCols = rStrm.readuInt8(); in importArrayToken()
2369 switch( rStrm.readuInt8() ) in importArrayToken()
[all …]
H A Dbiffinputstream.cxx357 sal_Int32 nStrLen = b16BitLen ? readuInt16() : readuInt8(); in readByteString()
368 skip( b16BitLen ? readuInt16() : readuInt8() ); in skipByteString()
548 sal_uInt8 nFlags = readuInt8(); in readUniStringHeader()
H A Dsheetdatacontext.cxx467 bool bValue = rStrm.readuInt8() != 0; in importCellBool()
500 sal_uInt8 nErrorCode = rStrm.readuInt8(); in importCellError()
714 aModel.mbCustomFormat = rStrm.readuInt8() == BIFF2_ROW_CUSTOMFORMAT; in importRow()
983 aModel.mbRowTable = rStrm.readuInt8() != 0; in importDataTable()
H A Dscenariobuffer.cxx129 maModel.mbLocked = rStrm.readuInt8() != 0; in importScenario()
130 maModel.mbHidden = rStrm.readuInt8() != 0; in importScenario()
H A Daddressconverter.cxx129 mnCol = bCol16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in read()
161 maFirst.mnCol = bCol16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in read()
162 maLast.mnCol = bCol16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in read()
H A Dstylesbuffer.cxx414 setIndexed( b16Bit ? rStrm.readuInt16() : rStrm.readuInt8() ); in importColorId()
832 maModel.setBiff12Scheme( rStrm.readuInt8() ); in importDxfScheme()
867 bool bFlag = rStrm.readuInt8() != 0; in importDxfFlag()
939 maModel.maName = rStrm.readUniStringBody( rStrm.readuInt8() ); in importCfRule()
1215 maModel.maName = rStrm.readUniStringBody( rStrm.readuInt8() ); in importFontName8()
1653 sal_uInt8 nFlags = rStrm.readuInt8(); in importBorder()
2002 mxPatternModel->setBiffPattern( rStrm.readuInt8() ); in importDxfPattern()
H A Dworksheetbuffer.cxx117 rStrm.readUniStringBody( rStrm.readuInt8() ) : in importSheet()
H A Ddefnamesbuffer.cxx380 mnFmlaSize = rStrm.readuInt8(); in importDefinedName()
H A Dautofilterbuffer.cxx371 maValue <<= (rStrm.readuInt8() != 0); in readBiffData()
H A Dpivottablebuffer.cxx1131 maDefModel.mnPageWrap = rStrm.readuInt8(); in importPTDefinition()
/trunk/main/oox/source/ole/
H A Dolehelper.cxx184 lclAppendHex( aBuffer, rInStrm.readuInt8() ); in importGuid()
185 lclAppendHex( aBuffer, rInStrm.readuInt8() ); in importGuid()
188 lclAppendHex( aBuffer, rInStrm.readuInt8() ); in importGuid()
H A Dvbainputstream.cxx52 sal_uInt8 nSig = rInStrm.readuInt8(); in VbaInputStream()
148 sal_uInt8 nTokenFlags = mpInStrm->readuInt8(); in updateChunk()
H A Dvbacontrol.cxx519 sal_uInt8 nTypeCount = rInStrm.readuInt8(); // 'type-or-count' byte in importEmbeddedSiteModels()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx368 return bCol16Bit ? mxBiffStrm->readuInt16() : mxBiffStrm->readuInt8(); in readCol()
479 sal_uInt16 nChars = b8BitLength ? mxBiffStrm->readuInt8() : mxBiffStrm->readuInt16(); in dumpUniString()
769 return (getBiff() == BIFF2) ? getBiffStream().readuInt8() : getBiffStream().readuInt16(); in readFormulaSize()
1023 return (getBiff() >= BIFF4) ? mxStrm->readuInt16() : mxStrm->readuInt8(); in readFuncId()
2381 aUrl.append( static_cast< sal_Char >( rStrm.readuInt8() ) ); in implDumpRecordBody()
4499 aDateTime.Day = mxStrm->readuInt8(); in implDumpRecordBody()
4500 aDateTime.Hours = mxStrm->readuInt8(); in implDumpRecordBody()
4501 aDateTime.Minutes = mxStrm->readuInt8(); in implDumpRecordBody()
4502 aDateTime.Seconds = mxStrm->readuInt8(); in implDumpRecordBody()
H A Dxlsbdumper.cxx245 aDateTime.Day = mxStrm->readuInt8(); in dumpPivotDateTime()
246 aDateTime.Hours = mxStrm->readuInt8(); in dumpPivotDateTime()
247 aDateTime.Minutes = mxStrm->readuInt8(); in dumpPivotDateTime()
248 aDateTime.Seconds = mxStrm->readuInt8(); in dumpPivotDateTime()
H A Doledumper.cxx109 dumpCharArray( "name", mxStrm->readuInt8(), RTL_TEXTENCODING_ASCII_US ); in implDump()
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx98 inline sal_uInt8 readuInt8() { return readValue< sal_uInt8 >(); } in readuInt8() function in oox::BinaryInputStream
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx58 for( sal_uInt8 nChar = readuInt8(); !mbEof && (nChar > 0); readValue( nChar ) ) in readNulCharArray()

Completed in 330 milliseconds