/aoo41x/main/sc/source/filter/excel/ |
H A D | xistring.cxx | 58 switch( rStrm.GetRoot().GetBiff() ) in Read() 71 sal_uInt16 nChars = b16BitLen ? rStrm.ReaduInt16() : rStrm.ReaduInt8(); in Read() 74 rStrm >> nFlagField; in Read() 87 ReadFormats( rStrm, nRunCount ); in Read() 90 rStrm.Ignore( nExtInf ); in Read() 112 sal_uInt16 nRunCount = bBiff8 ? rStrm.ReaduInt16() : rStrm.ReaduInt8(); in ReadFormats() 113 ReadFormats( rStrm, rFormats, nRunCount ); in ReadFormats() 127 rStrm >> nChar >> nFontIdx; in ReadFormats() 136 rStrm >> nChar >> nFontIdx; in ReadFormats() 151 rStrm >> nChar >> nFontIdx; in ReadObjFormats() [all …]
|
H A D | xipage.cxx | 89 switch( rStrm.GetRecId() ) in ReadMargin() 102 bool bCenter = (rStrm.ReaduInt16() != 0); in ReadCenter() 103 switch( rStrm.GetRecId() ) in ReadCenter() 114 if( rStrm.GetRecLeft() ) in ReadHeaderFooter() 115 aString = (GetBiff() <= EXC_BIFF5) ? rStrm.ReadByteString( false ) : rStrm.ReadUniString(); in ReadHeaderFooter() 117 switch( rStrm.GetRecId() ) in ReadHeaderFooter() 128 switch( rStrm.GetRecId() ) in ReadPageBreaks() 140 rStrm >> nCount; in ReadPageBreaks() 146 rStrm >> nBreak; in ReadPageBreaks() 150 rStrm.Ignore( 4 ); in ReadPageBreaks() [all …]
|
H A D | xestyle.cxx | 496 rStrm << aIt->maColor; in WriteBody() 813 mxImpl->WriteBody( rStrm ); in WriteBody() 1001 rStrm << maData.mnHeight in WriteBody() 1116 maFontList.Save( rStrm ); in Save() 1288 rStrm.EndRecord(); in WriteFormatRecord() 2233 rStrm << maXFId.mnXFIndex; in WriteBody() 2246 rStrm << aNameEx; in WriteBody() 2551 maStyleList.Save( rStrm ); in Save() 2579 aIt->SaveXml( rStrm ); in SaveXml() 2653 rXF.SaveXml( rStrm ); in SaveXFXml() [all …]
|
H A D | xiname.cxx | 40 XclImpRoot( rStrm.GetRoot() ), in XclImpName() 60 rStrm >> nFlagsBiff2; in XclImpName() 61 rStrm.Ignore( 1 ); in XclImpName() 62 rStrm >> nShortCut >> nNameLen; in XclImpName() 63 nFmlaSize = rStrm.ReaduInt8(); in XclImpName() 79 rStrm.Ignore( 4 ); in XclImpName() 87 maXclName = rStrm.ReadRawByteString( nNameLen ); in XclImpName() 89 maXclName = rStrm.ReadUniString( nNameLen ); in XclImpName() 158 rStrm.PushPosition(); in XclImpName() 170 rStrm.PopPosition(); in XclImpName() [all …]
|
H A D | xlescher.cxx | 251 return rStrm in operator >>() 270 return rStrm in operator >>() 294 rStrm >> mnTextLen; in ReadObj3() 295 rStrm.Ignore( 2 ); in ReadObj3() 297 rStrm.Ignore( 2 ); in ReadObj3() 299 rStrm.Ignore( 8 ); in ReadObj3() 304 rStrm >> mnTextLen; in ReadObj5() 305 rStrm.Ignore( 2 ); in ReadObj5() 307 rStrm.Ignore( 2 ); in ReadObj5() 309 rStrm.Ignore( 2 ); in ReadObj5() [all …]
|
/aoo41x/main/oox/source/xls/ |
H A D | addressconverter.cxx | 123 rStrm >> mnRow >> mnCol; in read() 128 mnRow = bRow32Bit ? rStrm.readInt32() : rStrm.readuInt16(); in read() 129 mnCol = bCol16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in read() 135 rStrm << mnRow; in write() 159 maFirst.mnRow = bRow32Bit ? rStrm.readInt32() : rStrm.readuInt16(); in read() 160 maLast.mnRow = bRow32Bit ? rStrm.readInt32() : rStrm.readuInt16(); in read() 161 maFirst.mnCol = bCol16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in read() 162 maLast.mnCol = bCol16Bit ? rStrm.readuInt16() : rStrm.readuInt8(); in read() 199 sal_Int32 nCount = rStrm.readInt32(); in read() 202 aIt->read( rStrm ); in read() [all …]
|
H A D | biffcodec.cxx | 272 if( rStrm.getRemaining() == 4 ) in lclReadFilePass_XOR() 275 rStrm >> nBaseKey >> nHash; in lclReadFilePass_XOR() 285 if( rStrm.getRemaining() == 48 ) in lclReadFilePass_RCF() 290 rStrm.readMemory( pnSalt, 16 ); in lclReadFilePass_RCF() 291 rStrm.readMemory( pnVerifier, 16 ); in lclReadFilePass_RCF() 292 rStrm.readMemory( pnVerifierHash, 16 ); in lclReadFilePass_RCF() 307 switch( rStrm.readuInt16() ) in lclReadFilePassBiff8() 316 rStrm.skip( 2 ); in lclReadFilePassBiff8() 349 rStrm.enableDecoder( false ); in implReadFilePass() 350 …oderRef xDecoder = (eBiff == BIFF8) ? lclReadFilePassBiff8( rStrm ) : lclReadFilePass_XOR( rStrm ); in implReadFilePass() [all …]
|
H A D | condformatbuffer.cxx | 202 rStrm.skip( 8 ); in importCfRule() 212 if( rStrm.getRemaining() >= 8 ) in importCfRule() 221 if( rStrm.getRemaining() >= 8 ) in importCfRule() 399 rStrm.skip( 2 ); in importCfRule() 409 xDxf->importCfRule( rStrm, nFlags ); in importCfRule() 646 rStrm.skip( 8 ); in importCondFormatting() 647 rStrm >> aRanges; in importCondFormatting() 654 xRule->importCfRule( rStrm ); in importCfRule() 663 rStrm >> nRuleCount; in importCfHeader() 664 rStrm.skip( 10 ); in importCfHeader() [all …]
|
H A D | pagesettings.cxx | 250 rStrm >> nFlags; in importPrintOptions() 295 rStrm >> nFlags in importHeaderFooter() 310 rStrm >> maModel.mfLeftMargin; in importLeftMargin() 315 rStrm >> maModel.mfRightMargin; in importRightMargin() 320 rStrm >> maModel.mfTopMargin; in importTopMargin() 325 rStrm >> maModel.mfBottomMargin; in importBottomMargin() 367 maModel.mbHorCenter = rStrm.readuInt16() != 0; in importHorCenter() 387 if( rStrm.getRemaining() > 0 ) in importHeader() 388 …maModel.maOddHeader = (getBiff() == BIFF8) ? rStrm.readUniString() : rStrm.readByteStringUC( false… in importHeader() 395 if( rStrm.getRemaining() > 0 ) in importFooter() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | oleprops.hxx | 183 ErrCode Load( SvStream& rStrm ); 185 ErrCode Save( SvStream& rStrm ); 198 virtual void ImplLoad( SvStream& rStrm ) = 0; 238 virtual void ImplLoad( SvStream& rStrm ); 239 virtual void ImplSave( SvStream& rStrm ); 262 virtual void ImplLoad( SvStream& rStrm ); 263 virtual void ImplSave( SvStream& rStrm ); 337 virtual void ImplLoad( SvStream& rStrm ); 338 virtual void ImplSave( SvStream& rStrm ); 389 virtual void ImplLoad( SvStream& rStrm ); [all …]
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | excrecds.hxx | 70 virtual void Save( XclExpStream& rStrm ); 76 virtual void SaveCont( XclExpStream& rStrm ); 91 virtual void Save( XclExpStream& rStrm ); 114 virtual void Save( XclExpStream& rStrm ); 124 virtual void Save( XclExpStream& rStrm ); 136 virtual void SaveCont( XclExpStream& rStrm ); 171 virtual void SaveCont( XclExpStream& rStrm ); 186 virtual void SaveCont( XclExpStream& rStrm ); 410 void Save( XclExpStream& rStrm ); 411 void SaveXml( XclExpXmlStream& rStrm ); [all …]
|
H A D | xecontent.hxx | 64 virtual void Save( XclExpStream& rStrm ); 65 virtual void SaveXml( XclExpXmlStream& rStrm ); 86 virtual void Save( XclExpStream& rStrm ); 87 virtual void SaveXml( XclExpXmlStream& rStrm ); 111 virtual void SaveXml( XclExpXmlStream& rStrm ); 121 virtual void WriteBody( XclExpStream& rStrm ); 147 virtual void Save( XclExpStream& rStrm ); 199 virtual void Save( XclExpStream& rStrm ); 224 virtual void Save( XclExpStream& rStrm ); 290 virtual void Save( XclExpStream& rStrm ); [all …]
|
H A D | xestyle.hxx | 115 virtual void Save( XclExpStream& rStrm ); 116 virtual void SaveXml( XclExpXmlStream& rStrm ); 120 virtual void WriteBody( XclExpStream& rStrm ); 181 virtual void SaveXml( XclExpXmlStream& rStrm ); 185 virtual void WriteBody( XclExpStream& rStrm ); 205 virtual void Save( XclExpStream& rStrm ); 252 virtual void Save( XclExpStream& rStrm ); 253 virtual void SaveXml( XclExpXmlStream& rStrm ); 301 virtual void Save( XclExpStream& rStrm ); 302 virtual void SaveXml( XclExpXmlStream& rStrm ); [all …]
|
H A D | xeview.hxx | 39 virtual void SaveXml( XclExpXmlStream& rStrm ); 43 virtual void WriteBody( XclExpStream& rStrm ); 61 virtual void WriteBody( XclExpStream& rStrm ); 84 virtual void WriteBody( XclExpStream& rStrm ); 99 virtual void SaveXml( XclExpXmlStream& rStrm ); 103 virtual void WriteBody( XclExpStream& rStrm ); 120 virtual void SaveXml( XclExpXmlStream& rStrm ); 123 virtual void WriteBody( XclExpStream& rStrm ); 138 virtual void WriteBody( XclExpStream& rStrm ); 154 virtual void Save( XclExpStream& rStrm ); [all …]
|
H A D | xlpivot.hxx | 485 XclImpStream& operator>>( XclImpStream& rStrm, XclPCFieldInfo& rInfo ); 506 XclImpStream& operator>>( XclImpStream& rStrm, XclPCNumGroupInfo& rInfo ); 580 XclImpStream& operator>>( XclImpStream& rStrm, XclPCInfo& rInfo ); 581 XclExpStream& operator<<( XclExpStream& rStrm, const XclPCInfo& rInfo ); 628 XclImpStream& operator>>( XclImpStream& rStrm, XclPTItemInfo& rInfo ); 659 XclImpStream& operator>>( XclImpStream& rStrm, XclPTFieldInfo& rInfo ); 696 XclImpStream& operator>>( XclImpStream& rStrm, XclPTFieldExtInfo& rInfo ); 773 XclImpStream& operator>>( XclImpStream& rStrm, XclPTInfo& rInfo ); 774 XclExpStream& operator<<( XclExpStream& rStrm, const XclPTInfo& rInfo ); 790 XclImpStream& operator>>( XclImpStream& rStrm, XclPTExtInfo& rInfo ); [all …]
|
/aoo41x/main/editeng/source/items/ |
H A D | paraitem.cxx | 311 return rStrm; in Store() 549 return rStrm; in Store() 571 rStrm >> nLines; in Create() 580 return rStrm; in Store() 652 return rStrm; in Store() 868 return rStrm; in Store() 1216 rStrm >> nTabs; in Create() 1289 return rStrm; in Store() 1331 return rStrm; in Store() 1631 rStrm >> nVal; in Create() [all …]
|
H A D | frmitems.cxx | 153 return rStrm; in Store() 161 rStrm >> nBin; in Create() 361 return rStrm; in Store() 703 return rStrm; in Store() 995 return rStrm; in Store() 1058 return rStrm; in Store() 1115 return rStrm; in Store() 1272 return rStrm; in Store() 1509 return rStrm; in Store() 2310 return rStrm; in Store() [all …]
|
/aoo41x/main/svl/inc/svl/ |
H A D | httpcook.hxx | 87 void write (SvStream& rStrm) const in write() 89 SfxPoolItem::writeUnicodeString(rStrm, m_aName); in write() 94 rStrm << m_aExpires.GetDate(); in write() 95 rStrm << m_aExpires.GetTime(); in write() 97 rStrm << m_nFlags; in write() 98 rStrm << m_nPolicy; in write() 101 void read (SvStream& rStrm, bool bUnicode) in read() 109 rStrm >> nValue; in read() 111 rStrm >> nValue; in read() 114 rStrm >> m_nFlags; in read() [all …]
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | workbooksettings.hxx | 109 void importBookBool( BiffInputStream& rStrm ); 111 void importCalcCount( BiffInputStream& rStrm ); 113 void importCalcMode( BiffInputStream& rStrm ); 115 void importCodeName( BiffInputStream& rStrm ); 117 void importDateMode( BiffInputStream& rStrm ); 119 void importDelta( BiffInputStream& rStrm ); 123 void importHideObj( BiffInputStream& rStrm ); 125 void importIteration( BiffInputStream& rStrm ); 129 void importRefMode( BiffInputStream& rStrm ); 133 void importUncalced( BiffInputStream& rStrm ); [all …]
|
H A D | pagesettings.hxx | 122 void importLeftMargin( BiffInputStream& rStrm ); 124 void importRightMargin( BiffInputStream& rStrm ); 126 void importTopMargin( BiffInputStream& rStrm ); 128 void importBottomMargin( BiffInputStream& rStrm ); 130 void importPageSetup( BiffInputStream& rStrm ); 132 void importHorCenter( BiffInputStream& rStrm ); 134 void importVerCenter( BiffInputStream& rStrm ); 136 void importPrintHeaders( BiffInputStream& rStrm ); 140 void importHeader( BiffInputStream& rStrm ); 142 void importFooter( BiffInputStream& rStrm ); [all …]
|
H A D | pivottablebuffer.hxx | 143 void importPTField( SequenceInputStream& rStrm ); 145 void importPTFItem( SequenceInputStream& rStrm ); 147 void importPTReference( SequenceInputStream& rStrm ); 152 void importPTField( BiffInputStream& rStrm ); 154 void importPTField2( BiffInputStream& rStrm ); 156 void importPTFItem( BiffInputStream& rStrm ); 233 void importPTFilter( SequenceInputStream& rStrm ); 347 void importPTDefinition2( BiffInputStream& rStrm ); 349 void importPTRowColFields( BiffInputStream& rStrm ); 351 void importPTPageFields( BiffInputStream& rStrm ); [all …]
|
H A D | richstring.hxx | 112 void read( SequenceInputStream& rStrm ); 127 void importPortions( SequenceInputStream& rStrm ); 131 void importPortions( BiffInputStream& rStrm, bool b16Bit ); 158 void importPhoneticPr( SequenceInputStream& rStrm ); 160 void importPhoneticPr( BiffInputStream& rStrm ); 163 void importStringData( SequenceInputStream& rStrm ); 165 void importStringData( BiffInputStream& rStrm ); 208 void read( SequenceInputStream& rStrm ); 209 void read( BiffInputStream& rStrm ); 223 void importPortions( SequenceInputStream& rStrm ); [all …]
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.hxx | 80 void writeZString( SvStream& rStrm, const rtl::OUString& rVal ); 85 …void exportAnimPropertyFloat( SvStream& rStrm, const sal_uInt16 nPropertyId, const double& rVal, c… 86 …void exportAnimPropertyuInt32( SvStream& rStrm, const sal_uInt16 nPropertyId, const sal_uInt32 nVa… 87 …void exportAnimPropertyByte( SvStream& rStrm, const sal_uInt16 nPropertyId, const sal_uInt8 nVal, … 91 …void exportAnimNode( SvStream& rStrm, const ::com::sun::star::uno::Reference< ::com::sun::star::an… 93 …void exportAnimate( SvStream& rStrm, const ::com::sun::star::uno::Reference< ::com::sun::star::ani… 96 …void exportAnimAction( SvStream& rStrm, const ::com::sun::star::uno::Reference< ::com::sun::star::… 98 …void exportNode( SvStream& rStrm, ::com::sun::star::uno::Reference< ::com::sun::star::animations::… 102 …void exportAnimateTargetElement( SvStream& rStrm, const ::com::sun::star::uno::Any aAny, const sal… 109 …void exportIterate( SvStream& rStrm, const ::com::sun::star::uno::Reference< ::com::sun::star::ani… [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 686 rStrm.Write( aArr, nHdrLen ); in WritePICFHeader() 760 WriteWindowMetafileBits(rStrm, aMeta); in WriteGrfFromGrfNode() 857 rStrm.Write( aArr, nHdrLen ); in WritePICBulletFHeader() 864 SwBasicEscherEx aInlineEscher(&rStrm, rWrt); in WriteGrfForBullet() 893 WriteWindowMetafileBits(rStrm, aMeta); in WriteGrfForBullet() 921 WriteGrfForBullet(rStrm, rGrf, nWidth, nHeight); in WriteGraphicNode() 996 WriteWindowMetafileBits(rStrm, aMtf); in WriteGraphicNode() 1027 rStrm.Seek( nPos ); in WriteGraphicNode() 1043 SvStream& rStrm = *rWrt.pDataStrm; in Write() local 1064 aIter->mnPos = rStrm.Tell(); in Write() [all …]
|
/aoo41x/main/oox/source/dump/ |
H A D | biffdumper.cxx | 1601 sal_uInt16 nRecId = rStrm.getRecId(); in implDumpRecordBody() 1602 sal_Int64 nRecSize = rStrm.size(); in implDumpRecordBody() 2388 rStrm.enableDecoder( false ); in implDumpRecordBody() 2418 rStrm.seekToStart(); in implDumpRecordBody() 3060 while( !rStrm.isEof() && (rStrm.getRemaining() >= 3) ) in implDumpRecordBody() 3398 sal_Int64 nRecPos = rStrm.tell(); in dumpCfRuleProp() 3611 if( rStrm.tell() + 8 <= nEndPos ) in dumpDxf12Prop() 4213 if( !rStrm.isEof() && (rStrm.tell() == nSubRecStart) ) in dumpObjRecBiff8() 4368 if( rStrm.isEof() || (rStrm.tell() != nStrmEnd) ) in dumpObjRecFmla() 4389 if( rStrm.isEof() || (rStrm.tell() != nStrmEnd) ) in dumpObjRecPictFmla() [all …]
|