Searched refs:rInp (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/svtools/source/filter/ |
| H A D | sgvmain.cxx | 164 void DtHdOverSeek(SvStream& rInp) in DtHdOverSeek() argument 166 sal_uLong FPos=rInp.Tell(); in DtHdOverSeek() 168 rInp.Seek(FPos); in DtHdOverSeek() 182 void ObjkOverSeek(SvStream& rInp, ObjkType& rObjk) in ObjkOverSeek() argument 186 rInp.Seek(rInp.Tell()+Siz); in ObjkOverSeek() 189 SvStream& operator>>(SvStream& rInp, ObjkType& rObjk) in operator >>() argument 192 nPos=rInp.Tell(); in operator >>() 193 rInp.Read((char*)&rObjk.Last,ObjkSize); in operator >>() 198 sal_uLong nPos1=rInp.Tell(); in operator >>() 201 rInp.Seek(nPos); in operator >>() [all …]
|
| H A D | sgfbram.cxx | 250 sal_uInt8 GetByte(SvStream& rInp); 253 sal_uInt8 PcxExpand::GetByte(SvStream& rInp) in GetByte() argument 258 rInp.Read((char*)&Data,1); in GetByte() 261 rInp.Read((char*)&Data,1); in GetByte() 281 sal_Bool SgfFilterBMap(SvStream& rInp, SvStream& rOut, SgfHeader& rHead, SgfEntry&) in SgfFilterBMap() argument 331 pBuf[i]=aPcx.GetByte(rInp); in SgfFilterBMap() 368 b=aPcx.GetByte(rInp); in SgfFilterBMap() 386 rInp.Read((char*)cRGB,3); in SgfFilterBMap() 398 pBuf[i]=aPcx.GetByte(rInp); in SgfFilterBMap() 418 sal_Bool SgfBMapFilter(SvStream& rInp, SvStream& rOut) in SgfBMapFilter() argument [all …]
|
| /trunk/main/svtools/source/inc/ |
| H A D | sgffilt.hxx | 28 sal_uInt8 CheckSgfTyp(SvStream& rInp, sal_uInt16& nVersion); 29 sal_Bool SgfBMapFilter(SvStream& rInp, SvStream& rOut); 30 sal_Bool SgfVectFilter(SvStream& rInp, GDIMetaFile& rMtf); 31 sal_Bool SgfSDrwFilter(SvStream& rInp, GDIMetaFile& rMtf, INetURLObject aIniPath );
|
| H A D | sgvmain.hxx | 46 friend void DtHdOverSeek(SvStream& rInp); 145 friend sal_Bool ObjOverSeek(SvStream& rInp, ObjkType& rObjk);
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmlfmt.cxx | 89 SwXMLConditionParser_Impl( const OUString& rInp ); 144 SwXMLConditionParser_Impl::SwXMLConditionParser_Impl( const OUString& rInp ) : in SwXMLConditionParser_Impl() argument 145 sInput( rInp ), in SwXMLConditionParser_Impl() 149 nLength( rInp.getLength() ) in SwXMLConditionParser_Impl()
|