Home
last modified time | relevance | path

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

/trunk/main/io/source/stm/
H A Dstreamhelper.cxx53 catch( IRingBuffer_OutOfBoundsException & ) in write()
66 catch ( IRingBuffer_OutOfBoundsException & ) in read()
78 catch( IRingBuffer_OutOfBoundsException & ) in skip()
130 throw(IRingBuffer_OutOfBoundsException) in readAt()
133 throw IRingBuffer_OutOfBoundsException(); in readAt()
155 throw (IRingBuffer_OutOfBoundsException, in writeAt()
163 throw IRingBuffer_OutOfBoundsException(); in writeAt()
196 …MemRingBuffer::forgetFromStart( sal_Int32 nBytesToForget ) throw (IRingBuffer_OutOfBoundsException) in forgetFromStart()
200 throw IRingBuffer_OutOfBoundsException(); in forgetFromStart()
211 …d MemRingBuffer::forgetFromEnd( sal_Int32 nBytesToForget ) throw (IRingBuffer_OutOfBoundsException) in forgetFromEnd()
[all …]
H A Dstreamhelper.hxx67 class IRingBuffer_OutOfBoundsException : class
86 IRingBuffer_OutOfBoundsException )=0;
88 throw( IRingBuffer_OutOfBoundsException )=0;
90 …virtual void forgetFromStart( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException)=…
91 virtual void forgetFromEnd( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException)=0;
106 IRingBuffer_OutOfBoundsException );
108 throw( IRingBuffer_OutOfBoundsException );
110 virtual void forgetFromStart( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException);
111 virtual void forgetFromEnd( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException);
H A Domark.cxx188 catch( IRingBuffer_OutOfBoundsException & ) in writeBytes()
631 catch( IRingBuffer_OutOfBoundsException & ) { in readBytes()
695 catch( IRingBuffer_OutOfBoundsException & ) in readSomeBytes()

Completed in 32 milliseconds