| /AOO41X/main/sc/source/filter/starcalc/ |
| H A D | scflt.cxx | 92 static void lcl_ReadFixedString( SvStream& rStream, void* pData, size_t nLen ) in lcl_ReadFixedString() argument 99 rStream.Read( pBuf, nLen); in lcl_ReadFixedString() 105 static void lcl_ReadFileHeader(SvStream& rStream, Sc10FileHeader& rFileHeader) in lcl_ReadFileHeader() argument 107 lcl_ReadFixedString( rStream, &rFileHeader.CopyRight, sizeof(rFileHeader.CopyRight)); in lcl_ReadFileHeader() 108 rStream >> rFileHeader.Version; in lcl_ReadFileHeader() 109 rStream.Read(&rFileHeader.Reserved, sizeof(rFileHeader.Reserved)); in lcl_ReadFileHeader() 113 static void lcl_ReadTabProtect(SvStream& rStream, Sc10TableProtect& rProtect) in lcl_ReadTabProtect() argument 115 lcl_ReadFixedString( rStream, &rProtect.PassWord, sizeof(rProtect.PassWord)); in lcl_ReadTabProtect() 116 rStream >> rProtect.Flags; in lcl_ReadTabProtect() 117 rStream >> rProtect.Protect; in lcl_ReadTabProtect() [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | poolio.cxx | 85 SvStream &SfxItemPool::Store(SvStream &rStream) const in Store() 152 rStream << ( rStream.GetVersion() >= SOFFICE_FILEFORMAT_50 in Store() 155 rStream << SFX_ITEMPOOL_VER_MAJOR << SFX_ITEMPOOL_VER_MINOR; in Store() 156 rStream << SFX_ITEMPOOL_TAG_TRICK4OLD; in Store() 159 rStream << sal_uInt16(0); // Version in Store() 160 rStream << sal_uInt16(0); // Count (2. Schleife f"allt sonst auf die Fresse) in Store() 164 SfxMiniRecordWriter aPoolRec( &rStream, SFX_ITEMPOOL_REC ); in Store() 169 SfxMiniRecordWriter aPoolHeaderRec( &rStream, SFX_ITEMPOOL_REC_HEADER); in Store() 170 rStream << pImp->nVersion; in Store() 171 SfxPoolItem::writeByteString(rStream, aName); in Store() [all …]
|
| H A D | style.cxx | 895 sal_Bool SfxStyleSheetBasePool::Load( SvStream& rStream ) in Load() argument 899 return Load1_Impl( rStream ); in Load() 902 SfxMiniRecordReader aPoolRec( &rStream, SFX_STYLES_REC ); in Load() 906 if ( !rStream.GetError() ) in Load() 908 SfxSingleRecordReader aHeaderRec( &rStream, SFX_STYLES_REC_HEADER ); in Load() 913 rStream >> nCharSet; in Load() 917 if ( !rStream.GetError() ) in Load() 919 SfxMultiRecordReader aStylesRec( &rStream, SFX_STYLES_REC_STYLES ); in Load() 925 sal::static_int_cast< sal_uInt16 >(rStream.GetVersion()) ); in Load() 926 rtl_TextEncoding eOldEnc = rStream.GetStreamCharSet(); in Load() [all …]
|
| H A D | sfontitm.cxx | 71 SfxPoolItem * SfxFontItem::Create(SvStream & rStream, sal_uInt16) const in Create() argument 73 VersionCompat aItemCompat(rStream, STREAM_READ); in Create() 76 VersionCompat aFontCompat(rStream, STREAM_READ); in Create() 77 readByteString(rStream, pItem->m_aName); in Create() 78 readByteString(rStream, pItem->m_aStyleName); in Create() 79 rStream >> pItem->m_aSize; in Create() 81 rStream >> nCharSet; in Create() 83 rStream >> pItem->m_nFamily >> pItem->m_nPitch >> pItem->m_nWeight in Create() 87 rStream >> nLanguage; in Create() 89 rStream >> pItem->m_nWidthType >> pItem->m_nOrientation; in Create() [all …]
|
| H A D | cintitem.cxx | 42 CntByteItem::CntByteItem(sal_uInt16 which, SvStream & rStream): in CntByteItem() argument 46 rStream >> m_nValue; in CntByteItem() 110 SfxPoolItem * CntByteItem::Create(SvStream & rStream, sal_uInt16) const in Create() argument 114 rStream >> nTheValue; in Create() 120 SvStream & CntByteItem::Store(SvStream & rStream, sal_uInt16) const in Store() argument 123 rStream << short(m_nValue); in Store() 124 return rStream; in Store() 171 CntUInt16Item::CntUInt16Item(sal_uInt16 which, SvStream & rStream) : in CntUInt16Item() argument 176 rStream >> nTheValue; in CntUInt16Item() 246 SfxPoolItem * CntUInt16Item::Create(SvStream & rStream, sal_uInt16) const in Create() argument [all …]
|
| H A D | rngitem_inc.cxx | 61 SfxXRangeItem::SfxXRangeItem( sal_uInt16 nW, SvStream &rStream ) : in SfxXRangeItem() argument 64 rStream >> nFrom; in SfxXRangeItem() 65 rStream >> nTo; in SfxXRangeItem() 114 SfxPoolItem* SfxXRangeItem::Create(SvStream &rStream, sal_uInt16) const in Create() argument 117 rStream >> nVon; in Create() 118 rStream >> nBis; in Create() 124 SvStream& SfxXRangeItem::Store(SvStream &rStream, sal_uInt16) const in Store() argument 126 rStream << nFrom; in Store() 127 rStream << nTo; in Store() 128 return rStream; in Store() [all …]
|
| H A D | cntwall.cxx | 46 CntWallpaperItem::CntWallpaperItem( sal_uInt16 which, SvStream& rStream, sal_uInt16 nVersion ) in CntWallpaperItem() argument 50 rStream >> nMagic; in CntWallpaperItem() 55 readUnicodeString(rStream, _aURL, nVersion >= 1); in CntWallpaperItem() 58 _nColor.Read( rStream, sal_True ); in CntWallpaperItem() 59 rStream >> _nStyle; in CntWallpaperItem() 63 rStream.SeekRel( CNTWALLPAPERITEM_STREAM_SEEKREL ); in CntWallpaperItem() 73 VersionCompat aCompat( rStream, STREAM_READ ); in CntWallpaperItem() 77 readUnicodeString(rStream, _aURL, false); in CntWallpaperItem() 81 rStream.ReadByteString(aDummy); in CntWallpaperItem() 122 SfxPoolItem* CntWallpaperItem::Create( SvStream& rStream, sal_uInt16 nVersion) const in Create() argument [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | tblafmt.cxx | 132 void Load( SvStream& rStream, sal_uInt16 nVer ); 161 void SwAfVersions::Load( SvStream& rStream, sal_uInt16 nVer ) in Load() argument 163 rStream >> nFontVersion; in Load() 164 rStream >> nFontHeightVersion; in Load() 165 rStream >> nWeightVersion; in Load() 166 rStream >> nPostureVersion; in Load() 167 rStream >> nUnderlineVersion; in Load() 169 rStream >> nOverlineVersion; in Load() 170 rStream >> nCrossedOutVersion; in Load() 171 rStream >> nContourVersion; in Load() [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | autoform.cxx | 132 void Load( SvStream& rStream, sal_uInt16 nVer ); 133 static void Write(SvStream& rStream); 162 void ScAfVersions::Load( SvStream& rStream, sal_uInt16 nVer ) in Load() argument 164 rStream >> nFontVersion; in Load() 165 rStream >> nFontHeightVersion; in Load() 166 rStream >> nWeightVersion; in Load() 167 rStream >> nPostureVersion; in Load() 168 rStream >> nUnderlineVersion; in Load() 170 rStream >> nOverlineVersion; in Load() 171 rStream >> nCrossedOutVersion; in Load() [all …]
|
| H A D | rechead.cxx | 41 rStream( rNewStream ) in ScMultipleReadHeader() 44 rStream >> nDataSize; in ScMultipleReadHeader() 45 sal_uLong nDataPos = rStream.Tell(); in ScMultipleReadHeader() 49 rStream.SeekRel(nDataSize); in ScMultipleReadHeader() 51 rStream >> nID; in ScMultipleReadHeader() 55 if ( rStream.GetError() == SVSTREAM_OK ) in ScMultipleReadHeader() 56 rStream.SetError( SVSTREAM_FILEFORMAT_ERROR ); in ScMultipleReadHeader() 65 rStream >> nSizeTableLen; in ScMultipleReadHeader() 67 rStream.Read( pBuf, nSizeTableLen ); in ScMultipleReadHeader() 71 nEndPos = rStream.Tell(); in ScMultipleReadHeader() [all …]
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | uinums.cxx | 148 sal_Bool /**/ SwBaseNumRules::Store(SvStream &rStream) in Store() argument 150 rStream << ACT_NUM_VERSION; in Store() 157 rStream << (unsigned char) sal_True; in Store() 158 pNumRules[i]->Store( rStream ); in Store() 161 rStream << (unsigned char) sal_False; in Store() 173 int SwBaseNumRules::Load(SvStream &rStream) in Load() argument 177 rStream >> nVersion; in Load() 191 rStream >> bRule; in Load() 193 pNumRules[i] = new SwNumRulesWithName( rStream, nVersion ); in Load() 291 SwNumRulesWithName::SwNumRulesWithName( SvStream &rStream, sal_uInt16 nVersion ) in SwNumRulesWithName() argument [all …]
|
| /AOO41X/main/editeng/source/items/ |
| H A D | numitem.cxx | 222 SvxNumberFormat::SvxNumberFormat(SvStream &rStream) in SvxNumberFormat() argument 231 rStream >> nVersion; in SvxNumberFormat() 234 rStream >> nUSHORT; in SvxNumberFormat() 236 rStream >> nUSHORT; in SvxNumberFormat() 238 rStream >> nUSHORT; in SvxNumberFormat() 240 rStream >> nUSHORT; in SvxNumberFormat() 242 rStream >> nUSHORT; in SvxNumberFormat() 246 rStream >> nShort; in SvxNumberFormat() 248 rStream >> nShort; in SvxNumberFormat() 250 rStream >> nShort; in SvxNumberFormat() [all …]
|
| H A D | bulitem.cxx | 41 void SvxBulletItem::StoreFont( SvStream& rStream, const Font& rFont ) in StoreFont() argument 45 rStream << rFont.GetColor(); in StoreFont() 46 nTemp = (sal_uInt16)rFont.GetFamily(); rStream << nTemp; in StoreFont() 49 …t16)GetSOStoreTextEncoding((rtl_TextEncoding)rFont.GetCharSet(), (sal_uInt16)rStream.GetVersion()); in StoreFont() 50 rStream << nTemp; in StoreFont() 52 nTemp = (sal_uInt16)rFont.GetPitch(); rStream << nTemp; in StoreFont() 53 nTemp = (sal_uInt16)rFont.GetAlign(); rStream << nTemp; in StoreFont() 54 nTemp = (sal_uInt16)rFont.GetWeight(); rStream << nTemp; in StoreFont() 55 nTemp = (sal_uInt16)rFont.GetUnderline(); rStream << nTemp; in StoreFont() 56 nTemp = (sal_uInt16)rFont.GetStrikeout(); rStream << nTemp; in StoreFont() [all …]
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | numhead.cxx | 107 rStream( rNewStream ) in ImpSvNumMultipleReadHeader() 110 rStream >> nDataSize; in ImpSvNumMultipleReadHeader() 111 sal_uLong nDataPos = rStream.Tell(); in ImpSvNumMultipleReadHeader() 114 rStream.SeekRel(nDataSize); in ImpSvNumMultipleReadHeader() 116 rStream >> nID; in ImpSvNumMultipleReadHeader() 122 rStream >> nSizeTableLen; in ImpSvNumMultipleReadHeader() 124 rStream.Read( pBuf, nSizeTableLen ); in ImpSvNumMultipleReadHeader() 127 nEndPos = rStream.Tell(); in ImpSvNumMultipleReadHeader() 128 rStream.Seek( nDataPos ); in ImpSvNumMultipleReadHeader() 140 rStream.Seek(nEndPos); in ~ImpSvNumMultipleReadHeader() [all …]
|
| /AOO41X/main/vos/inc/vos/ |
| H A D | stream.hxx | 82 OStream(IPositionableStream& rStream); 166 friend const OStream& operator>> (OStream& rStream, sal_Int32& value); 167 friend const OStream& operator>> (OStream& rStream, sal_Int16& value); 168 friend const OStream& operator>> (OStream& rStream, sal_uInt8& value); 169 friend const OStream& operator>> (OStream& rStream, sal_Char& value); 170 friend OStream& operator<< (OStream& rStream, sal_Int32 value); 171 friend OStream& operator<< (OStream& rStream, sal_Int16 value); 172 friend OStream& operator<< (OStream& rStream, sal_uInt8 value); 173 friend OStream& operator<< (OStream& rStream, sal_Char value); 221 inline const OStream& operator>> (OStream& rStream, sal_Int32& value) in operator >>() argument [all …]
|
| /AOO41X/main/soldep/bootstrp/ |
| H A D | prj.cxx | 285 CommandData& CommandData::operator>> ( SvStream& rStream ) in operator >>() argument 288 rStream << aPrj; in operator >>() 289 rStream << aLogFileName; in operator >>() 290 rStream << aInpath; in operator >>() 291 rStream << aUpd; in operator >>() 292 rStream << aUpdMinor; in operator >>() 293 rStream << aProduct; in operator >>() 294 rStream << aCommand; in operator >>() 295 rStream << aPath; in operator >>() 296 rStream << aPrePath; in operator >>() [all …]
|
| /AOO41X/main/connectivity/source/drivers/dbase/ |
| H A D | DNoException.cxx | 270 void ONDXNode::Read(SvStream &rStream, ODbaseIndex& rIndex) in Read() argument 273 rStream >> aKey.nRecord; // schluessel in Read() 278 rStream >> aDbl; in Read() 287 rStream.Read(pStr,nLen); in Read() 295 rStream >> aChild; in Read() 304 void ONDXNode::Write(SvStream &rStream, const ONDXPage& rPage) const in Write() argument 309 rStream << (sal_uInt32)aKey.nRecord; // schluessel in Write() 311 rStream << (sal_uInt32)0; // schluessel in Write() 318 rStream.Write((sal_uInt8*)aNodeData.aData,rIndex.getHeader().db_keylen); in Write() 321 rStream << (double) aKey.getValue(); in Write() [all …]
|
| H A D | dindexnode.cxx | 701 void ONDXNode::Read(SvStream &rStream, ODbaseIndex& rIndex) in Read() argument 703 rStream >> aKey.nRecord; // schluessel in Read() 708 rStream >> aDbl; in Read() 717 rStream.Read(pStr,nLen); in Read() 725 rStream >> aChild; in Read() 734 void ONDXNode::Write(SvStream &rStream, const ONDXPage& rPage) const in Write() argument 738 rStream << (sal_uInt32)aKey.nRecord; // schluessel in Write() 740 rStream << (sal_uInt32)0; // schluessel in Write() 747 rStream.Write((sal_uInt8*)aNodeData.aData,rIndex.getHeader().db_keylen); in Write() 750 rStream << (double) aKey.getValue(); in Write() [all …]
|
| /AOO41X/main/svtools/source/svhtml/ |
| H A D | htmlout.cxx | 526 SvStream& HTMLOutFuncs::Out_AsciiTag( SvStream& rStream, const sal_Char *pStr, in Out_AsciiTag() argument 532 return (rStream << sStt << pStr << '>'); in Out_AsciiTag() 535 SvStream& HTMLOutFuncs::Out_Char( SvStream& rStream, sal_Unicode c, in Out_Char() argument 541 rStream << sOut.GetBuffer(); in Out_Char() 542 return rStream; in Out_Char() 545 SvStream& HTMLOutFuncs::Out_String( SvStream& rStream, const String& rStr, in Out_String() argument 552 HTMLOutFuncs::Out_Char( rStream, rStr.GetChar( (xub_StrLen)n ), in Out_String() 554 HTMLOutFuncs::FlushToAscii( rStream, aContext ); in Out_String() 555 return rStream; in Out_String() 558 SvStream& HTMLOutFuncs::FlushToAscii( SvStream& rStream, in FlushToAscii() argument [all …]
|
| /AOO41X/main/svtools/source/svrtf/ |
| H A D | rtfout.cxx | 43 SvStream& RTFOutFuncs::Out_Char(SvStream& rStream, sal_Unicode c, in Out_Char() argument 55 rStream << "\\~"; in Out_Char() 58 rStream << "\\-"; in Out_Char() 61 rStream << "\\_"; in Out_Char() 106 rStream << '\\' << (sal_Char)c; in Out_Char() 110 rStream << (sal_Char)c; in Out_Char() 138 …rStream << "\\uc" << ByteString::CreateFromInt32(nLen).GetBuffer() << " "; // #i47831# add an addi… in Out_Char() 142 rStream << "\\u" << sNo.GetBuffer(); in Out_Char() 147 rStream << "\\'"; in Out_Char() 148 Out_Hex(rStream, sConverted.getStr()[nI], 2); in Out_Char() [all …]
|
| /AOO41X/main/writerfilter/source/doctok/ |
| H A D | WW8DocumentImpl.cxx | 1441 void WW8DocumentImpl::resolvePicture(Stream & rStream) in resolvePicture() argument 1456 rStream.props(pProps); in resolvePicture() 1461 void WW8DocumentImpl::resolveSpecialChar(sal_uInt32 nChar, Stream & rStream) in resolveSpecialChar() argument 1466 resolvePicture(rStream); in resolveSpecialChar() 1473 void WW8DocumentImpl::text(Stream & rStream, const sal_uInt8 * data, size_t len) in text() argument 1481 rStream.text(data, len); in text() 1484 void WW8DocumentImpl::utext(Stream & rStream, const sal_uInt8 * data, size_t len) in utext() argument 1497 rStream.utext(data, len); in utext() 1502 Stream & rStream) in resolveText() argument 1529 resolveSpecialChar(nCharFirst, rStream); in resolveText() [all …]
|
| /AOO41X/main/svx/workben/msview/ |
| H A D | xmlconfig.cxx | 354 rtl::OUString ElementConfig::format( SvStream& rStream, sal_Size& nLength ) const in format() argument 365 case ECT_BYTE: aRet += dump_byte( rStream, nLength ); break; in format() 366 case ECT_UINT: aRet += dump_uint( rStream, nLength ); break; in format() 367 case ECT_UNISTRING: aRet += dump_unistring( rStream, nLength ); break; in format() 368 case ETC_FLOAT: aRet += dump_float( rStream, nLength ); break; in format() 370 default: aRet += dump_hex( rStream, nLength ); break; in format() 376 rtl::OUString ElementConfig::dump_hex( SvStream& rStream, sal_Size& nLength ) in dump_hex() argument 383 while( nLength && (rStream.GetError() == 0) ) in dump_hex() 385 rStream >> c; in dump_hex() 418 rtl::OUString ElementConfig::dump_byte( SvStream& rStream, sal_Size& nLength ) in dump_byte() argument [all …]
|
| /AOO41X/main/writerfilter/source/ooxml/ |
| H A D | OOXMLDocumentImpl.cxx | 123 void OOXMLDocumentImpl::resolveFastSubStreamWithId(Stream & rStream, in resolveFastSubStreamWithId() argument 127 rStream.substream(nId, pStream); in resolveFastSubStreamWithId() 183 Stream & rStream, in resolveFootnote() argument 202 resolveFastSubStreamWithId( rStream, pStream, nId ); in resolveFootnote() 206 Stream & rStream, in resolveEndnote() argument 225 resolveFastSubStreamWithId( rStream, pStream, nId ); in resolveEndnote() 229 Stream & rStream, in resolveComment() argument 235 resolveFastSubStreamWithId( rStream, pStream, NS_rtf::LN_annotation ); in resolveComment() 270 void OOXMLDocumentImpl::resolvePicture(Stream & rStream, in resolvePicture() argument 275 rStream.props(writerfilter::Reference<Properties>::Pointer_t(pProps)); in resolvePicture() [all …]
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | intitem.hxx | 39 SfxByteItem(sal_uInt16 which, SvStream & rStream): in SfxByteItem() argument 40 CntByteItem(which, rStream) {} in SfxByteItem() 42 virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const; 62 SfxInt16Item(sal_uInt16 nWhich, SvStream & rStream); 87 virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const; 89 virtual SvStream & Store(SvStream & rStream, sal_uInt16) const; 119 SfxUInt16Item(sal_uInt16 which, SvStream & rStream): in SfxUInt16Item() argument 120 CntUInt16Item(which, rStream) {} in SfxUInt16Item() 122 virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const in Create() argument 123 { return new SfxUInt16Item(Which(), rStream); } in Create() [all …]
|
| /AOO41X/main/svtools/source/filter/wmf/ |
| H A D | wmf.cxx | 66 sal_Bool ReadWindowMetafile( SvStream& rStream, GDIMetaFile& rMTF, FilterConfigItem* pFilterConfigI… in ReadWindowMetafile() argument 69 sal_uInt32 nOrgPos = rStream.Tell(); in ReadWindowMetafile() 70 sal_uInt16 nOrigNumberFormat = rStream.GetNumberFormatInt(); in ReadWindowMetafile() 71 rStream.SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ReadWindowMetafile() 72 rStream.Seek( 0x28 ); in ReadWindowMetafile() 73 rStream >> nMetaType; in ReadWindowMetafile() 74 rStream.Seek( nOrgPos ); in ReadWindowMetafile() 77 if ( EnhWMFReader( rStream, rMTF, NULL ).ReadEnhWMF() == sal_False ) in ReadWindowMetafile() 78 rStream.SetError( SVSTREAM_FILEFORMAT_ERROR ); in ReadWindowMetafile() 82 WMFReader( rStream, rMTF, pFilterConfigItem ).ReadWMF(); in ReadWindowMetafile() [all …]
|