Lines Matching refs:SAL_CALL

84 	virtual sal_Bool SAL_CALL queryInterface (
87 virtual void SAL_CALL acquire (void) throw(RuntimeException);
89 virtual void SAL_CALL release (void) throw(RuntimeException);
93 virtual sal_Int32 SAL_CALL readBytes (
99 virtual sal_Int32 SAL_CALL readSomeBytes (
105 virtual void SAL_CALL skipBytes (sal_Int32 nBytesToSkip)
110 virtual sal_Int32 SAL_CALL available (void)
113 virtual void SAL_CALL closeInput (void)
136 virtual sal_Bool SAL_CALL queryInterface (
139 virtual void SAL_CALL acquire (void) throw(RuntimeException);
140 virtual void SAL_CALL release (void) throw(RuntimeException);
144 virtual void SAL_CALL writeBytes (
150 virtual void SAL_CALL flush (void)
155 virtual void SAL_CALL closeOutput (void)
176 virtual sal_Bool SAL_CALL queryInterface (
179 virtual void SAL_CALL acquire (void) throw(RuntimeException);
181 virtual void SAL_CALL release (void) throw(RuntimeException);
185 virtual void SAL_CALL disposing (const EventObject &rSource);
189 virtual void SAL_CALL decrypted (const RecipientsEvent &rEvent);
190 virtual void SAL_CALL verified (const SignatureEvent &rEvent);
244 sal_Bool SAL_CALL DataSource_Impl::queryInterface ( in queryInterface()
258 void SAL_CALL DataSource_Impl::acquire (void) throw(RuntimeException) in acquire()
266 void SAL_CALL DataSource_Impl::release (void) throw(RuntimeException) in release()
274 sal_Int32 SAL_CALL DataSource_Impl::readBytes ( in readBytes()
296 sal_Int32 SAL_CALL DataSource_Impl::readSomeBytes ( in readSomeBytes()
306 void SAL_CALL DataSource_Impl::skipBytes (sal_Int32 nBytesToSkip) in skipBytes()
318 sal_Int32 SAL_CALL DataSource_Impl::available (void) in available()
328 void SAL_CALL DataSource_Impl::closeInput (void) in closeInput()
355 sal_Bool SAL_CALL DataSink_Impl::queryInterface ( in queryInterface()
369 void SAL_CALL DataSink_Impl::acquire (void) throw(RuntimeException) in acquire()
377 void SAL_CALL DataSink_Impl::release (void) throw(RuntimeException) in release()
385 void SAL_CALL DataSink_Impl::writeBytes (const Sequence<sal_Int8> &rBuffer) in writeBytes()
403 void SAL_CALL DataSink_Impl::flush (void) in flush()
426 void SAL_CALL DataSink_Impl::closeOutput (void) in closeOutput()
454 sal_Bool SAL_CALL DecoderListener_Impl::queryInterface ( in queryInterface()
469 void SAL_CALL DecoderListener_Impl::acquire (void) throw(RuntimeException) in acquire()
477 void SAL_CALL DecoderListener_Impl::release (void) throw(RuntimeException) in release()
485 void SAL_CALL DecoderListener_Impl::disposing (const EventObject &rSource) in disposing()
492 void SAL_CALL DecoderListener_Impl::decrypted (const RecipientsEvent &rEvent) in decrypted()
499 void SAL_CALL DecoderListener_Impl::verified (const SignatureEvent &rEvent) in verified()
585 int SAL_CALL main (int argc, char **argv) in main()