/aoo42x/main/oox/source/xls/ |
H A D | biffdetector.cxx | 78 /*static*/ BiffType BiffDetector::detectStreamBiffVersion( BinaryInputStream& rInStream ) in detectStreamBiffVersion() argument 81 if( !rInStream.isEof() && rInStream.isSeekable() && (rInStream.size() > 4) ) in detectStreamBiffVersion() 83 sal_Int64 nOldPos = rInStream.tell(); in detectStreamBiffVersion() 84 rInStream.seekToStart(); in detectStreamBiffVersion() 86 rInStream >> nBofId >> nBofSize; in detectStreamBiffVersion() 88 … if( (4 <= nBofSize) && (nBofSize <= 16) && (rInStream.tell() + nBofSize <= rInStream.size()) ) in detectStreamBiffVersion() 106 rInStream >> nVersion; in detectStreamBiffVersion() 126 rInStream.seek( nOldPos ); in detectStreamBiffVersion()
|
H A D | biffinputstream.cxx | 167 BiffInputStream::BiffInputStream( BinaryInputStream& rInStream, bool bContLookup ) : in BiffInputStream() argument 169 maRecBuffer( rInStream ), in BiffInputStream()
|
/aoo42x/main/sax/test/sax/ |
H A D | testsax.cxx | 241 OSL_ASSERT( rInStream.is() ); in createStreamFromSequence() 247 return rInStream; in createStreamFromSequence() 504 Reference< XInputStream > rInStream; in testSimple() local 512 source.aInputStream = rInStream; in testSimple() 569 Reference< XInputStream > rInStream; in testNamespaces() local 578 source.aInputStream = rInStream; in testNamespaces() 623 Reference< XInputStream > rInStream; in testEncoding() local 632 source.aInputStream = rInStream; in testEncoding() 664 if( rParser.is() && rInStream.is() ) { in testFile() 667 source.aInputStream = rInStream; in testFile() [all …]
|
/aoo42x/main/extensions/test/sax/ |
H A D | testsax.cxx | 305 OSL_ASSERT( rInStream.is() ); in createStreamFromSequence() 311 return rInStream; in createStreamFromSequence() 577 XInputStreamRef rInStream; in testSimple() local 585 source.aInputStream = rInStream; in testSimple() 637 XInputStreamRef rInStream; in testNamespaces() local 646 source.aInputStream = rInStream; in testNamespaces() 694 XInputStreamRef rInStream; in testEncoding() local 703 source.aInputStream = rInStream; in testEncoding() 740 if( rParser.is() && rInStream.is() ) { in testFile() 743 source.aInputStream = rInStream; in testFile() [all …]
|
/aoo42x/main/idl/source/cmptools/ |
H A D | lex.cxx | 164 , rInStream( *pInStream ) in SvTokenStream() 178 , rInStream( rStream ) in SvTokenStream() 259 if( rInStream.ReadLine( aBufStr ) ) in GetNextChar() 342 while( 0 == c && !IsEof() && ( SVSTREAM_OK == rInStream.GetError() ) ); in MakeToken() 385 while( '/' != c && !IsEof() && ( SVSTREAM_OK == rInStream.GetError() ) ); in MakeToken() 386 if( IsEof() || ( SVSTREAM_OK != rInStream.GetError() ) ) in MakeToken() 437 if( IsEof() || ( SVSTREAM_OK != rInStream.GetError() ) ) in MakeToken() 497 return rInStream.GetError() == SVSTREAM_OK; in MakeToken()
|
/aoo42x/main/idl/inc/ |
H A D | lex.hxx | 151 SvStream & rInStream; member in SvTokenStream 168 sal_Bool IsEof() const { return rInStream.IsEof(); } in IsEof() 188 SvTokenStream( SvStream & rInStream, const String & rFileName ); 192 SvStream & GetStream() { return rInStream; } in GetStream()
|
/aoo42x/main/framework/source/fwe/xml/ |
H A D | eventsconfiguration.cxx | 88 SvStream& rInStream, EventsConfig& aItems ) in LoadEventsConfig() argument 92 (::cppu::OWeakObject *)new utl::OInputStreamWrapper( rInStream ), in LoadEventsConfig()
|
/aoo42x/main/framework/source/xml/ |
H A D | imagesconfiguration.cxx | 91 SvStream& rInStream, ImageListsDescriptor& aItems ) in LoadImages() argument 95 (::cppu::OWeakObject *)new utl::OInputStreamWrapper( rInStream ), in LoadImages()
|
/aoo42x/main/framework/inc/framework/ |
H A D | eventsconfiguration.hxx | 52 SvStream& rInStream, EventsConfig& aItems );
|
H A D | statusbarconfiguration.hxx | 62 SvStream& rInStream, StatusBarDescriptor& aItems );
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | biffdetector.hxx | 58 static BiffType detectStreamBiffVersion( BinaryInputStream& rInStream );
|
H A D | biffinputstream.hxx | 161 BinaryInputStream& rInStream,
|
/aoo42x/main/framework/inc/xml/ |
H A D | imagesconfiguration.hxx | 104 SvStream& rInStream, ImageListsDescriptor& aItems );
|
/aoo42x/main/svtools/source/filter/ |
H A D | filter2.cxx | 61 GraphicDescriptor::GraphicDescriptor( SvStream& rInStream, const String* pPath) : in GraphicDescriptor() argument 62 pFileStm ( &rInStream ), in GraphicDescriptor()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | filter.hxx | 197 GraphicDescriptor( SvStream& rInStream, const String* pPath = NULL );
|