Home
last modified time | relevance | path

Searched refs:rStrm (Results 26 – 50 of 302) sorted by relevance

12345678910>>...13

/trunk/main/oox/source/xls/
H A Dworksheetsettings.cxx181 rStrm.skip( 8 ); // sync anchor cell in importSheetPr()
182 rStrm >> maSheetSettings.maCodeName; in importSheetPr()
202 rStrm >> maSheetProt.mnPasswordHash; in importSheetProtection()
224 rStrm >> maSheetProt.mnPasswordHash; in importChartProtection()
232 maPhoneticSett.importPhoneticPr( rStrm ); in importPhoneticPr()
237 rStrm.skip( 16 ); in importSheetExt()
239 rStrm >> nFlags; in importSheetExt()
248 rStrm >> nFlags; in importSheetPr()
283 rStrm >> maSheetProt.mnPasswordHash; in importPassword()
288 sal_uInt32 nFlags = rStrm.readuInt32(); in importSheetProtection()
[all …]
H A Dpivotcachefragment.cxx111 mrCacheField.importPCDField( rStrm ); in onStartRecord()
336 bool lclSeekToPCDField( BiffInputStream& rStrm ) in lclSeekToPCDField() argument
338 sal_Int64 nRecHandle = rStrm.getRecHandle(); in lclSeekToPCDField()
339 while( rStrm.startNextRecord() ) in lclSeekToPCDField()
342 rStrm.startRecordByHandle( nRecHandle ); in lclSeekToPCDField()
359 BiffInputStream& rStrm = getInputStream(); in importFragment() local
360 if( rStrm.startNextRecord() && (rStrm.getRecId() == BIFF_ID_PCDEFINITION) ) in importFragment()
366 while( lclSeekToPCDField( rStrm ) ) in importFragment()
382 while( rStrm.startNextRecord() && (rStrm.getRecId() != BIFF_ID_EOF) ) in importFragment()
388 return rStrm.getRecId() == BIFF_ID_EOF; in importFragment()
[all …]
H A Dstylesbuffer.cxx414 setIndexed( b16Bit ? rStrm.readuInt16() : rStrm.readuInt8() ); in importColorId()
425 return rStrm; in operator >>()
526 rStrm >> nCount; in importPalette()
797 rStrm.skip( 1 ); in importFont()
939 maModel.maName = rStrm.readUniStringBody( rStrm.readuInt8() ); in importCfRule()
944 rStrm.skip( 3 ); in importCfRule()
945 rStrm >> nColor; in importCfRule()
946 rStrm.skip( 4 ); in importCfRule()
1198 rStrm.skip( 1 ); in importFontData5()
1215 maModel.maName = rStrm.readUniStringBody( rStrm.readuInt8() ); in importFontName8()
[all …]
H A Dpivottablebuffer.cxx466 while( (rStrm.getNextRecId() == BIFF_ID_PTFITEM) && rStrm.startNextRecord() ) in importPTField()
467 importPTFItem( rStrm ); in importPTField()
471 importPTField2( rStrm ); in importPTField()
477 rStrm >> nFlags; in importPTField2()
909 rStrm.skip( 4 ); // unused in importPTFilter()
912 rStrm >> maModel.maName; in importPTFilter()
1219 rStrm >> nFlags; in importPTPageField()
1221 rStrm >> aModel.maName; in importPTPageField()
1232 rStrm >> aModel.maName; in importPTDataField()
1242 rStrm >> aBinRange; in importPTDefinition()
[all …]
H A Dbiffhelper.cxx128 sal_Int64 nInStrmPos = rStrm.tell(); in lclImportImgDataDib()
135 rStrm >> nPlanes >> nDepth; in lclImportImgDataDib()
139 rStrm >> nPlanes >> nDepth; in lclImportImgDataDib()
142 rStrm.seek( nInStrmPos ); in lclImportImgDataDib()
169 rStrm.skip( 3 ); in lclImportImgDataDib()
181 rStrm.seek( nInStrmPos + nBytes ); in lclImportImgDataDib()
271 if( !rStrm.isEof() ) in readString()
273 …sal_Int32 nCharCount = b32BitLen ? rStrm.readValue< sal_Int32 >() : rStrm.readValue< sal_Int16 >(); in readString()
300 while( rStrm.startNextRecord() && (rStrm.getRecId() != nEndRecId) ) in skipRecordBlock()
303 return !rStrm.isEof() && (rStrm.getRecId() == nEndRecId); in skipRecordBlock()
[all …]
H A Dworkbooksettings.cxx200 maCalcSettings.mnIterateCount = rStrm.readuInt16(); in importCalcCount()
205 sal_Int16 nCalcMode = rStrm.readInt16() + 1; in importCalcMode()
212 maBookSettings.maCodeName = rStrm.readUniString(); in importCodeName()
217 setDateMode( rStrm.readuInt16() != 0 ); in importDateMode()
222 rStrm >> maCalcSettings.mfIterateDelta; in importDelta()
228 rStrm >> maFileSharing.mnPasswordHash; in importFileSharing()
231 sal_uInt16 nStrLen = rStrm.readuInt16(); in importFileSharing()
244 maBookSettings.setBiffObjectMode( rStrm.readuInt16() ); in importHideObj()
249 maCalcSettings.mbIterate = rStrm.readuInt16() != 0; in importIteration()
264 maCalcSettings.mbCalcOnSave = rStrm.readuInt16() != 0; in importSaveRecalc()
[all …]
H A Dautofilterbuffer.cxx364 rStrm.skip( 8 ); in readBiffData()
372 rStrm.skip( 7 ); in readBiffData()
375 rStrm.skip( 8 ); in readBiffData()
380 rStrm.skip( 8 ); in readBiffData()
386 rStrm.skip( 8 ); in readBiffData()
399 rStrm.skip( 8 ); in readBiffData()
403 rStrm.skip( 4 ); in readBiffData()
409 rStrm.skip( 4 ); in readBiffData()
411 rStrm.skip( 3 ); in readBiffData()
617 rStrm >> nFlags; in importFilterColumn()
[all …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx418 return rStrm; in Store()
521 return rStrm; in Store()
697 return rStrm; in Store()
824 return rStrm; in Store()
1218 return rStrm; in Store()
1244 rStrm >> nS; in Create()
1245 rStrm >> nP; in Create()
1386 return rStrm; in Store()
1623 return rStrm; in Store()
1727 return rStrm; in Store()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx148 SaveCont( rStrm ); in WriteBody()
184 pRec->Save( rStrm ); in Save()
364 rStrm.WriteAttributes( in SaveXml()
396 rStrm.EnableEncryption(); in UpdateStreamPos()
502 rStrm.WriteAttributes( in SaveXml()
533 rStrm << mnHash; in WriteBody()
584 rStrm << nType << nOper; in Save()
588 rStrm << fVal; in Save()
788 rStrm << nCol << nFlags; in WriteBody()
789 aCond[ 0 ].Save( rStrm ); in WriteBody()
[all …]
H A Dxeview.cxx120 rStrm << mnFlags in WriteBody()
164 rStrm << mnNum << mnDenom; in WriteBody()
204 rStrm << mnSplitX in WriteBody()
209 rStrm << sal_uInt8( 0 ); in WriteBody()
406 WriteWindow2( rStrm ); in Save()
407 WriteScl( rStrm ); in Save()
408 WritePane( rStrm ); in Save()
413 WriteTabBgColor( rStrm ); in Save()
458 aPane.SaveXml( rStrm ); in SaveXml()
502 aWindow2.Save( rStrm ); in WriteWindow2()
[all …]
H A Dxechart.cxx137 xRec->Save( rStrm ); in lclSaveRecord()
147 xRec->Save( rStrm ); in lclSaveRecord()
156 rStrm.EndRecord(); in lclWriteChFrBlockRecord()
573 rStrm << rStrm.GetRoot().GetPalette().GetColorIndex( mnColorId ); in WriteBody()
718 rStrm.EndRecord(); in WriteSubRecords()
1084 rStrm.EndRecord(); in Save()
1093 rStrm.EndRecord(); in Save()
2402 rStrm << mnBarDist; in WriteBody()
2525 maType.Save( rStrm ); in WriteSubRecords()
3407 rStrm.EndRecord(); in WriteSubRecords()
[all …]
H A Dxipivot.cxx74 switch( rStrm.GetRecId() ) in XclImpPCItem()
252 rStrm >> maFieldInfo; in ReadSxfield()
378 rStrm >> maNumGroupInfo; in ReadSxnumgroup()
624 rStrm >> mnStrmId; in ReadSxidstm()
629 rStrm >> mnSrcType; in ReadSxvs()
880 rStrm >> maItemInfo; in ReadSxvi()
944 rStrm >> maFieldInfo; in ReadSxvd()
1226 rStrm >> maPTInfo; in ReadSxview()
1305 rStrm >> aPageInfo; in ReadSxpi()
1320 rStrm >> aDataInfo; in ReadSxdi()
[all …]
H A Dxetable.cxx65 rStrm << *mxResult; in WriteBody()
134 WriteRangeAddress( rStrm ); in WriteBody()
204 WriteRangeAddress( rStrm ); in WriteBody()
387 rStrm << nFlags; in WriteBody()
565 WriteContents( rStrm ); in WriteBody()
611 rStrm << mfValue; in WriteContents()
776 rStrm << *mxText; in WriteContents()
1639 rStrm << mnFirstXclCol in WriteBody()
1749 maColInfos.Save( rStrm ); in Save()
2060 rStrm << mnXclRow in WriteBody()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxipivot.hxx40 explicit XclImpPCItem( XclImpStream& rStrm );
47 void ReadSxdouble( XclImpStream& rStrm );
51 void ReadSxerror( XclImpStream& rStrm );
55 void ReadSxstring( XclImpStream& rStrm );
59 void ReadSxempty( XclImpStream& rStrm );
106 void ReadItem( XclImpStream& rStrm );
174 void ReadSxvs( XclImpStream& rStrm );
217 void ReadSxvi( XclImpStream& rStrm );
261 void ReadSxvd( XclImpStream& rStrm );
265 void ReadSxvi( XclImpStream& rStrm );
[all …]
H A Dxcl97rec.hxx54 virtual void Save( XclExpStream& rStrm );
91 void SaveTextRecs( XclExpStream& rStrm );
128 virtual void Save( XclExpStream& rStrm );
146 virtual void Save( XclExpStream& rStrm );
180 virtual void Save( XclExpStream& rStrm );
211 virtual void Save( XclExpStream& rStrm );
226 virtual void Save( XclExpStream& rStrm );
238 virtual void SaveCont( XclExpStream& rStrm );
332 void WriteAddress( XclExpStream& rStrm );
333 void WriteText( XclExpStream& rStrm );
[all …]
H A DXclExpChangeTrack.hxx49 virtual void SaveCont( XclExpStream& rStrm );
76 virtual void Save( XclExpStream& rStrm );
88 virtual void SaveCont( XclExpStream& rStrm );
102 virtual void SaveCont( XclExpStream& rStrm );
115 virtual void SaveCont( XclExpStream& rStrm );
400 virtual void Save( XclExpStream& rStrm );
406 rStrm << (sal_uInt16) rAddress.Row() in Write2DAddress()
412 rStrm << (sal_uInt16) rRange.aStart.Row() in Write2DRange()
441 XclExpStream& rStrm,
444 XclExpStream& rStrm,
[all …]
H A Dxichart.hxx196 static void SkipBlock( XclImpStream& rStrm );
210 void ReadChFramePos( XclImpStream& rStrm );
296 virtual void ReadSubRecord( XclImpStream& rStrm );
327 virtual void ReadSubRecord( XclImpStream& rStrm );
472 void ReadChFont( XclImpStream& rStrm );
908 void ReadChType( XclImpStream& rStrm );
1183 void ReadChTick( XclImpStream& rStrm );
1322 void ReadChAxis( XclImpStream& rStrm );
1324 void ReadChText( XclImpStream& rStrm );
1413 void ReadChText( XclImpStream& rStrm );
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dsheetdatacontext.hxx85 void importRow( SequenceInputStream& rStrm );
138 virtual void importRecord( BiffInputStream& rStrm );
142 void importRow( BiffInputStream& rStrm );
152 void importBlank( BiffInputStream& rStrm );
154 void importBoolErr( BiffInputStream& rStrm );
156 void importFormula( BiffInputStream& rStrm );
160 void importLabel( BiffInputStream& rStrm );
166 void importMultRk( BiffInputStream& rStrm );
168 void importNumber( BiffInputStream& rStrm );
170 void importRk( BiffInputStream& rStrm );
[all …]
H A Dworksheetfragment.hxx104 void importCol( SequenceInputStream& rStrm );
112 void importDrawing( SequenceInputStream& rStrm );
118 void importControl( SequenceInputStream& rStrm );
139 void importAutoFilter( BiffInputStream& rStrm );
141 void importColInfo( BiffInputStream& rStrm );
145 void importColWidth( BiffInputStream& rStrm );
155 void importDimension( BiffInputStream& rStrm );
157 void importHyperlink( BiffInputStream& rStrm );
163 void importNote( BiffInputStream& rStrm );
169 void importQueryTable( BiffInputStream& rStrm );
[all …]
H A Dstylesbuffer.hxx111 void importColor( SequenceInputStream& rStrm );
120 void importColorRgb( BiffInputStream& rStrm );
144 void importPalette( BiffInputStream& rStrm );
280 void importFont( BiffInputStream& rStrm );
284 void importCfRule( BiffInputStream& rStrm );
767 void importXf( BiffInputStream& rStrm );
887 void importStyle( BiffInputStream& rStrm );
920 CellStyleRef importStyle( BiffInputStream& rStrm );
1008 void importFont( BiffInputStream& rStrm );
1014 void importXf( BiffInputStream& rStrm );
[all …]
H A Dpivotcachebuffer.hxx66 void readString( SequenceInputStream& rStrm );
68 void readDouble( SequenceInputStream& rStrm );
70 void readDate( SequenceInputStream& rStrm );
72 void readBool( SequenceInputStream& rStrm );
74 void readError( SequenceInputStream& rStrm );
76 void readIndex( SequenceInputStream& rStrm );
81 void readDouble( BiffInputStream& rStrm );
83 void readInteger( BiffInputStream& rStrm );
85 void readDate( BiffInputStream& rStrm );
87 void readBool( BiffInputStream& rStrm );
[all …]
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx79 rStrm << nMacroEvents; in Store()
91 rStrm << nCnt; in Store()
112 rStrm << nCnt; in Store()
133 return rStrm; in Store()
155 rStrm >> nType; in Create()
160 rStrm >> nMarker; in Create()
172 rStrm >> nCnt; in Create()
178 rStrm >> nCurKey; in Create()
188 rStrm >> nCnt; in Create()
194 rStrm >> nCurKey; in Create()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx460 if( Dif2Doc( rStrm ) ) in ImportStream()
501 if( Doc2Dif( rStrm ) ) in ExportStream()
548 if( Doc2RTF( rStrm ) ) in ExportStream()
570 rStrm << *p; in WriteUnicodeOrByteString()
581 rStrm << sal_Char(0); in WriteUnicodeOrByteString()
605 endl( rStrm ); in WriteUnicodeOrByteEndl()
825 rStrm.StartReadingUnicodeText( rStrm.GetStreamCharSet() ); in Text2Doc()
839 if( rStrm.IsEof() ) in Text2Doc()
1162 rStrm.StartReadingUnicodeText( rStrm.GetStreamCharSet() ); in ExtText2Doc()
1211 if ( rStrm.IsEof() ) in ExtText2Doc()
[all …]
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx122 rStrm << '}' << sNewLine; in Write()
123 return rStrm.GetError(); in Write()
129 rStrm << '{' << sNewLine; in WriteTab()
146 rStrm << '}' << sNewLine; in WriteTab()
182 rStrm << pChar; in WriteRow()
190 sal_uLong nStrmPos = rStrm.Tell(); in WriteRow()
196 rStrm << sNewLine; in WriteRow()
197 nStrmPos = rStrm.Tell(); in WriteRow()
273 rStrm << pChar; in WriteCell()
278 rStrm << OOO_STRING_SVTOOLS_RTF_B; in WriteCell()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx267 rStrm >> nSize; in Load()
278 rStrm.Seek( nOldPos ); in Load()
307 rStrm >> nSize; in Skip()
309 rStrm.Seek( nStartPos + nSize ); in Skip()
322 rStrm << (sal_uInt32) 0L; in Store()
325 rStrm.Seek( nOldPos ); in Store()
327 rStrm.Seek( nNewPos ); in Store()
419 rStrm >> nHelpId >> nParam; in LoadData()
426 rStrm >> nType >> nFlags; in LoadData()
428 rStrm >> nUserData; in LoadData()
[all …]

Completed in 187 milliseconds

12345678910>>...13