Home
last modified time | relevance | path

Searched refs:rInStream (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/framework/source/fwe/xml/
H A Deventsconfiguration.cxx88 SvStream& rInStream, EventsConfig& aItems ) in LoadEventsConfig() argument
92 (::cppu::OWeakObject *)new utl::OInputStreamWrapper( rInStream ), in LoadEventsConfig()
/trunk/main/framework/source/xml/
H A Dimagesconfiguration.cxx91 SvStream& rInStream, ImageListsDescriptor& aItems ) in LoadImages() argument
95 (::cppu::OWeakObject *)new utl::OInputStreamWrapper( rInStream ), in LoadImages()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx61 GraphicDescriptor::GraphicDescriptor( SvStream& rInStream, const String* pPath) : in GraphicDescriptor() argument
62 pFileStm ( &rInStream ), in GraphicDescriptor()
/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx197 GraphicDescriptor( SvStream& rInStream, const String* pPath = NULL );
/trunk/main/sax/test/sax/
H A Dtestsax.cxx241 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 …]
/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx167 BiffInputStream::BiffInputStream( BinaryInputStream& rInStream, bool bContLookup ) : in BiffInputStream() argument
169 maRecBuffer( rInStream ), in BiffInputStream()
H A Dbiffdetector.cxx78 /*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()
/trunk/main/oox/inc/oox/xls/
H A Dbiffdetector.hxx58 static BiffType detectStreamBiffVersion( BinaryInputStream& rInStream );
H A Dbiffinputstream.hxx161 BinaryInputStream& rInStream,
/trunk/main/idl/source/cmptools/
H A Dlex.cxx164 , 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()
/trunk/main/idl/inc/
H A Dlex.hxx151 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()
/trunk/main/framework/inc/xml/
H A Dimagesconfiguration.hxx104 SvStream& rInStream, ImageListsDescriptor& aItems );
/trunk/main/framework/inc/framework/
H A Deventsconfiguration.hxx52 SvStream& rInStream, EventsConfig& aItems );
H A Dstatusbarconfiguration.hxx62 SvStream& rInStream, StatusBarDescriptor& aItems );
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx305 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 …]

Completed in 146 milliseconds