Home
last modified time | relevance | path

Searched refs:IFIFO_OutOfBoundsException (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/io/source/stm/
H A Dstreamhelper.hxx40 class IFIFO_OutOfBoundsException : class
54 IFIFO_OutOfBoundsException )=0;
57 throw( IFIFO_OutOfBoundsException )=0;
59 throw( IFIFO_OutOfBoundsException )=0;
140 IFIFO_OutOfBoundsException );
142 throw( IFIFO_OutOfBoundsException );
143 virtual void skip( sal_Int32 nBytesToSkip ) throw( IFIFO_OutOfBoundsException );
H A Dstreamhelper.cxx43 IFIFO_OutOfBoundsException ) in write()
55 throw IFIFO_OutOfBoundsException(); in write()
59 … MemFIFO::read( Sequence<sal_Int8> &seq , sal_Int32 nBufferLen ) throw (IFIFO_OutOfBoundsException) in read()
68 throw IFIFO_OutOfBoundsException(); in read()
72 void MemFIFO::skip( sal_Int32 nBytesToSkip ) throw ( IFIFO_OutOfBoundsException ) in skip()
80 throw IFIFO_OutOfBoundsException(); in skip()
H A Dopipe.cxx345 catch ( IFIFO_OutOfBoundsException & ) in writeBytes()

Completed in 17 milliseconds