Home
last modified time | relevance | path

Searched refs:rStrm (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx762 while( rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importFragment()
994 rStrm >> nHeight; in importDefRowHeight()
1009 rStrm.skip( 10 ); in importDataValidations()
1010 rStrm >> nObjId; in importDataValidations()
1028 rStrm.skip( 2 ); in lclReadDataValFormula()
1040 rStrm >> nFlags; in importDataValidation()
1065 rStrm >> aRanges; in importDataValidation()
1163 rStrm >> nCount; in importPageBreaks()
1192 rStrm.skip( 12 ); in importSharedFeatHead()
1194 rStrm.skip( 5 ); in importSharedFeatHead()
[all …]
H A Dsheetdatacontext.cxx437 rStrm >> nXfId; in readCellHeader()
451 rStrm.skip( 2 ); in readCellFormula()
458 rStrm >> aRange; in readFormulaRef()
561 rStrm.skip( 1 ); in importArray()
713 rStrm.skip( 2 ); in importRow()
723 rStrm.skip( 4 ); in importRow()
803 rStrm >> aAddr; in readCellHeader()
816 if( readCellHeader( rStrm, rStrm.getRecId() == BIFF2_ID_BLANK ) ) in importBlank()
822 if( readCellHeader( rStrm, rStrm.getRecId() == BIFF2_ID_BOOLERR ) ) in importBoolErr()
925 for( rStrm >> aAddr; bValidAddr && (rStrm.getRemaining() > 2); ++aAddr.mnCol ) in importMultBlank()
[all …]
H A Dformulaparser.cxx1358 while( bOk && !rStrm.isEof() && (rStrm.tell() < nFmlaEndPos) ) in importBiff12Formula()
1451 rStrm >> nType; in importAttrToken()
1464 rStrm.skip( 2 * rStrm.readuInt16() + 2 ); in importAttrToken()
1512 rStrm.skip( 3 ); in importTableToken()
1514 rStrm.skip( 2 ); in importTableToken()
1719 rStrm.skip( 6 ); in importMemAreaToken()
1727 rStrm.skip( 2 ); in importMemFuncToken()
1783 rStrm.skip( 16 * rStrm.readInt32() ); in skipMemAreaAddData()
2106 while( bOk && !rStrm.isEof() && (rStrm.tell() < nEndPos) ) in importBiffFormula()
2229 rStrm >> nType; in importAttrToken()
[all …]
H A Ddrawingmanager.cxx172 return rStrm; in operator >>()
199 return rStrm; in operator >>()
222 return rStrm; in operator >>()
243 rStrm.skip( 2 ); in readObj3()
245 rStrm.skip( 2 ); in readObj3()
247 rStrm.skip( 8 ); in readObj3()
253 rStrm.skip( 2 ); in readObj5()
255 rStrm.skip( 2 ); in readObj5()
257 rStrm.skip( 2 ); in readObj5()
259 rStrm.skip( 2 ); in readObj5()
[all …]
H A Dexternallinkfragment.cxx127 maCurrPos.Column = rStrm.readInt32(); in importExtCellBlank()
133 maCurrPos.Column = rStrm.readInt32(); in importExtCellBool()
140 maCurrPos.Column = rStrm.readInt32(); in importExtCellDouble()
448 rStrm.skip( 2 ); in importXct()
463 rStrm >> nCol2 >> nCol1 >> nRow; in importCrn()
467 switch( rStrm.readuInt8() ) in importCrn()
470 rStrm.skip( 8 ); in importCrn()
486 rStrm.skip( 7 ); in importCrn()
491 rStrm.skip( 7 ); in importCrn()
530 while( rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importFragment()
[all …]
H A Dworkbookfragment.cxx341 sal_Int32 nCacheId = rStrm.readInt32(); in importPivotCache()
399 rStrm.rewindRecord(); in importFragment()
451 BiffInputStream& rStrm = getInputStream(); in importWorkspaceFragment() local
452 while( bRet && bLoop && rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importWorkspaceFragment()
454 switch( rStrm.getRecId() ) in importWorkspaceFragment()
469 bNextSheet = rStrm.startNextRecord() && (rStrm.getRecId() == BIFF_ID_SHEETHEADER); in importWorkspaceFragment()
476 rStrm.skip( 4 ); in importWorkspaceFragment()
506 BiffInputStream& rStrm = getInputStream(); in importGlobalsFragment() local
509 sal_uInt16 nRecId = rStrm.getRecId(); in importGlobalsFragment()
666 rStrm.rewindRecord(); in importGlobalsFragment()
[all …]
H A Dpivotcachebuffer.cxx566 rStrm.skip( ::std::max< sal_Int32 >( rStrm.readInt32(), 0 ) ); in importPCDField()
568 rStrm.skip( ::std::max< sal_Int32 >( rStrm.readInt32(), 0 ) ); in importPCDField()
581 rStrm >> nFlags; in importPCDFSharedItems()
637 rStrm >> nFlags; in importPCDField()
658 if( (rStrm.getNextRecId() == BIFF_ID_PCDFSQLTYPE) && rStrm.startNextRecord() ) in importPCDField()
690 rStrm >> nFlags; in importPCDFRangePr()
1131 rStrm >> aBinRange; in importPCDSheetSource()
1181 rStrm >> nFlags; in importPCDefinition()
1185 rStrm >> nUserNameLen; in importPCDefinition()
1198 if( (rStrm.getNextRecId() == BIFF_ID_PCDEFINITION2) && rStrm.startNextRecord() ) in importPCDefinition()
[all …]
H A Drichstring.cxx126 mnPos = rStrm.readuInt16(); in read()
127 mnFontId = rStrm.readuInt16(); in read()
145 rStrm.skip( 4 ); in read()
196 sal_uInt16 nCount = b16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in importPortions()
244 rStrm >> nFontId >> nFlags; in importPhoneticPr()
253 rStrm >> nFontId >> nFlags; in importStringData()
261 rStrm >> nFontId >> nFlags; in importStringData()
296 mnPos = rStrm.readuInt16(); in read()
303 mnPos = rStrm.readuInt16(); in read()
457 sal_uInt16 nChars = b8BitLength ? rStrm.readuInt8() : rStrm.readuInt16(); in importUniString()
[all …]
H A Dchartsheetfragment.cxx106 …andlerRef ChartsheetFragment::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm ) in onCreateRecordContext() argument
130 … if( nRecId == BIFF12_ID_CHARTSHEETVIEW ) getSheetViewSettings().importChartSheetView( rStrm ); in onCreateRecordContext()
170 void ChartsheetFragment::importDrawing( SequenceInputStream& rStrm ) in importDrawing() argument
172 setDrawingPath( getFragmentPathFromRelId( BiffHelper::readString( rStrm ) ) ); in importDrawing()
192 BiffInputStream& rStrm = getInputStream(); in importFragment() local
193 while( rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importFragment()
195 if( BiffHelper::isBofRecord( rStrm ) ) in importFragment()
202 sal_uInt16 nRecId = rStrm.getRecId(); in importFragment()
206 … case BIFF_ID_BOTTOMMARGIN: rPageSett.importBottomMargin( rStrm ); break; in importFragment()
207 … case BIFF_ID_CHBEGIN: BiffHelper::skipRecordBlock( rStrm, BIFF_ID_CHEND ); break; in importFragment()
[all …]
H A Dexternallinkbuffer.cxx142 rStrm >> maModel.maName; in importExternalName()
150 rStrm >> nFlags >> nSheetId; in importExternalNameFlags()
166 rStrm >> nRows >> nCols; in importDdeItemValues()
195 rStrm >> nFlags; in importExternalName()
222 rStrm.skip( 2 ); in importExternalName()
229 rStrm.readUniStringBody( rStrm.readuInt8() ) : in importExternalName()
542 rStrm >> maRelId; in importExternalRef()
562 switch( rStrm.readuInt16() ) in importExternalBook()
628 rStrm >> nSheetCount; in importExternalBook()
996 rStrm >> nRefCount; in importExternalSheets()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx591 if( rStrm.GetRecPos() & 1 ) rStrm.Ignore( 1 ); in ReadName5()
600 if( rStrm.GetRecPos() & 1 ) rStrm.Ignore( 1 ); in ReadMacro3()
844 rStrm.Seek( 4 ); in ImplReadObj3()
1394 if( rStrm.GetRecPos() & 1 ) rStrm.Ignore( 1 ); in ReadByteString()
2637 while( rStrm.IsValid() && (rStrm.GetRecPos() < nRecEnd) ) in ReadFullLbsData()
2651 ReadFullLbsData( rStrm, rStrm.GetRecLeft() ); in DoReadObj5()
2898 ReadPictFmla( rStrm, rStrm.ReaduInt16() ); in DoReadObj8SubRec()
3906 rStrm.CopyToStream( aMemStrm, rStrm.GetRecLeft() ); in ReadWmf()
3935 rStrm.CopyToStream( aMemStrm, rStrm.GetRecLeft() ); in ReadBmp()
3942 rStrm.CopyToStream( aMemStrm, rStrm.GetRecLeft() ); in ReadBmp()
[all …]
H A Dxicontent.cxx81 rStrm.Ignore( 4 ); in ReadSst()
82 rStrm >> nStrCount; in ReadSst()
129 lclAppendString32( rString, rStrm, rStrm.ReaduInt32(), b16Bit ); in lclAppendString32()
137 rStrm >> nChars; in lclIgnoreString32()
257 rStrm >> aGuid; in ReadEmbeddedData()
259 rStrm >> nFlags; in ReadEmbeddedData()
705 rStrm >> nObjId; in ReadDval()
724 rStrm >> nFlags; in ReadDV()
900 rStrm >> nFlags; in ReadWqsettings()
1058 rStrm >> nMode; in lclReadFilepass8()
[all …]
H A Dxerecord.cxx176 WriteBody( rStrm ); in Save()
177 rStrm.EndRecord(); in Save()
187 rStrm.WriteAttributes( in SaveXml()
204 rStrm.WriteAttributes( in SaveXml()
243 WriteBody( rStrm ); in Save()
244 rStrm.EndRecord(); in Save()
262 rStrm.EndRecord(); in Save()
267 rStrm.EndRecord(); in Save()
272 rStrm.EndRecord(); in Save()
277 rStrm.EndRecord(); in Save()
[all …]
H A Dxepage.cxx81 rStrm << aExString; in WriteBody()
93 void XclExpSetup::SaveXml( XclExpXmlStream& rStrm ) in SaveXml() argument
118 XclBiff eBiff = rStrm.GetRoot().GetBiff(); in WriteBody()
159 XclExpRecord::Save( rStrm ); in Save()
170 rStrm << *aIt; in WriteBody()
172 rStrm << sal_uInt16( 0 ) << mnMaxPos; in WriteBody()
326 rStrm.WriteAttributes( in lcl_WriteHeaderFooter()
332 rStrm.GetCurrentStream()->write( ">" ); in lcl_WriteHeaderFooter()
350 XclExpSetup( maData ).Save( rStrm ); in Save()
376 XclExpSetup( maData ).SaveXml( rStrm ); in SaveXml()
[all …]
H A Dxecontent.cxx235 rStrm << **aIt; in Save()
241 rStrm.EndRecord(); in Save()
252 rStrm.EndRecord(); in Save()
283 rStrm.PopStream(); in SaveXml()
1331 rStrm.EndRecord(); in Save()
1343 rStrm.EndRecord(); in Save()
1347 rStrm << maUrl; in Save()
1348 rStrm.EndRecord(); in Save()
1358 rStrm.EndRecord(); in Save()
1373 rStrm.EndRecord(); in Save()
[all …]
H A Dxepivot.cxx851 rStrm.EndRecord(); in WriteDconref()
877 rStrm << maPCInfo; in WriteSxdb()
878 rStrm.EndRecord(); in WriteSxdb()
886 rStrm.EndRecord(); in WriteSxdbex()
1238 rStrm.EndRecord(); in WriteSxvd()
1245 rStrm.EndRecord(); in WriteSxvdex()
1524 rStrm << maPTInfo; in WriteSxview()
1525 rStrm.EndRecord(); in WriteSxview()
1593 rStrm.EndRecord(); in WriteSxex()
1615 rStrm << nFlags; in WriteQsiSxTag()
[all …]
H A Dxichart.cxx450 maData.maRect.mnX = rStrm.ReadInt16(); rStrm.Ignore( 2 ); in ReadChFramePos()
451 maData.maRect.mnY = rStrm.ReadInt16(); rStrm.Ignore( 2 ); in ReadChFramePos()
452 maData.maRect.mnWidth = rStrm.ReadInt16(); rStrm.Ignore( 2 ); in ReadChFramePos()
453 maData.maRect.mnHeight = rStrm.ReadInt16(); rStrm.Ignore( 2 ); in ReadChFramePos()
536 rStrm.ResetRecord( true, rStrm.GetRecId() ); in ReadHeaderRecord()
537 rStrm >> aPropSet; in ReadHeaderRecord()
936 rStrm >> mnFontIdx; in ReadChFont()
1337 rStrm >> mnFlags; in ReadChSeriesFormat()
1366 rStrm >> mnFlags; in ReadChAttachedLabel()
1679 rStrm.Ignore( 1 ); in ReadChSerErrorBar()
[all …]
H A Dxlpivot.cxx226 return rStrm; in operator >>()
231 return rStrm in operator <<()
416 return rStrm; in operator >>()
421 return rStrm in operator <<()
448 return rStrm; in operator >>()
484 return rStrm in operator >>()
493 return rStrm in operator <<()
593 return rStrm in operator >>()
604 return rStrm in operator <<()
728 return rStrm in operator >>()
[all …]
H A Dxilink.cxx262 rStrm.EnableDecryption(); in ReadTabid()
374 XclImpCachedValue( rStrm ), in XclImpCrn()
453 rStrm >> nSBTabCnt; in XclImpSupbook()
455 if( rStrm.GetRecLeft() == 2 ) in XclImpSupbook()
494 rStrm.Ignore( 2 ); in ReadXct()
495 rStrm >> mnSBTab; in ReadXct()
589 rStrm >> nXtiCount; in ReadExternsheet()
599 rStrm >> *aIt; in ReadExternsheet()
748 mxImpl->ReadSupbook( rStrm ); in ReadSupbook()
753 mxImpl->ReadXct( rStrm ); in ReadXct()
[all …]
H A Dxeescher.cxx371 rStrm.EndRecord(); in WriteFormulaSubRec()
438 rStrm.EndRecord(); in WriteSubRecs()
443 rStrm.EndRecord(); in WriteSubRecs()
471 rStrm << nCellLinkSize; in WriteSubRecs()
475 rStrm << nSrcRangeSize; in WriteSubRecs()
479 rStrm.EndRecord(); in WriteSubRecs()
777 rStrm << nStyle; in WriteSubRecs()
918 rStrm.EndRecord(); in WriteSbs()
974 XclObj::Save( rStrm ); in Save()
976 mxChart->Save( rStrm ); in Save()
[all …]
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx296 rStrm >> nSize; in ImplLoadString8()
315 rStrm >> nSize; in ImplLoadString16()
345 rStrm << nSize; in ImplSaveString8()
355 rStrm << nSize; in ImplSaveString16()
374 ImplLoad( rStrm ); in Load()
382 ImplSave( rStrm ); in Save()
428 rStrm >> mnValue; in ImplLoad()
433 rStrm << mnValue; in ImplSave()
446 rStrm >> mfValue; in ImplLoad()
451 rStrm << mfValue; in ImplSave()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx142 p->Save( rStrm ); in Save()
282 pTxo->Save( rStrm ); in SaveTextRecs()
560 rStrm.EndRecord(); in Save()
829 rStrm << aName; in SaveCont()
862 rStrm << sText; in WriteText()
1125 rStrm << nBytes; in WriteBody()
1132 rStrm << nBytes; in WriteBody()
1134 rStrm << nBytes; in WriteBody()
1150 rStrm << nCount; in SaveCont()
1184 rStrm << nIter; in SaveCont()
[all …]
H A DXclExpChangeTrack.cxx58 rStrm << rString; in lcl_WriteFixedString()
137 pRec->Save( rStrm ); in Save()
151 rStrm << nCurrTab in SaveCont()
337 rStrm << nCount in SaveCont()
490 rStrm << *pElem; in SaveCont()
493 rStrm << nIndex; in SaveCont()
579 rStrm << nLength in SaveCont()
667 rStrm << nRKValue; in Write()
670 rStrm << fValue; in Write()
804 rStrm << nOldLength in SaveActionData()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx910 rStrm << aAnim; in exportAnimNode()
1216 rStrm << nType; in exportAnimPropertyString()
1228 rStrm << nType in exportAnimPropertyFloat()
1236 rStrm << nType in exportAnimPropertyuInt32()
1244 rStrm << nType in exportAnimPropertyByte()
1411 rStrm << nU1 in exportAnimEvent()
1706 rStrm << nBits in exportAnimateTarget()
1877 rStrm << nType in exportAnimValue()
1886 rStrm << nType in exportAnimValue()
1896 rStrm << nType in exportAnimValue()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx140 void ReadMacro8( XclImpStream& rStrm );
174 void ImplReadObj3( XclImpStream& rStrm );
176 void ImplReadObj4( XclImpStream& rStrm );
178 void ImplReadObj5( XclImpStream& rStrm );
715 void ReadSbs( XclImpStream& rStrm );
1112 void ReadObj( XclImpStream& rStrm );
1150 void ReadObj8( XclImpStream& rStrm );
1152 void ReadTxo( XclImpStream& rStrm );
1178 void ReadNote( XclImpStream& rStrm );
1195 void ReadNote3( XclImpStream& rStrm );
[all …]

Completed in 302 milliseconds

12345678910>>...13