Searched refs:WPXSvInputStream (Results 1 – 3 of 3) sorted by relevance
11 WPXSvInputStream::WPXSvInputStream( Reference< XInputStream > xStream ) : in WPXSvInputStream() function in WPXSvInputStream40 WPXSvInputStream::~WPXSvInputStream() in ~WPXSvInputStream()44 const uint8_t * WPXSvInputStream::read(size_t numBytes, size_t &numBytesRead) in read()58 long WPXSvInputStream::tell() in tell()71 int WPXSvInputStream::seek(long offset, WPX_SEEK_TYPE seekType) in seek()108 bool WPXSvInputStream::atEOS() in atEOS()115 bool WPXSvInputStream::isOLEStream() in isOLEStream()133 WPXInputStream * WPXSvInputStream::getDocumentOLEStream(const char * name) in getDocumentOLEStream()166 return new WPXSvInputStream( xContents ); in getDocumentOLEStream()171 WPXInputStream * WPXSvInputStream::getDocumentOLEStream() in getDocumentOLEStream()
20 class WPXSvInputStream : public WPXInputStream class23 WPXSvInputStream( ::com::sun::star::uno::Reference<25 virtual ~WPXSvInputStream();
130 WPXSvInputStream input( xInputStream ); in importImpl()199 WPXSvInputStream input( xInputStream ); in detect()
Completed in 28 milliseconds