Lines Matching refs:SAL_CALL
86 virtual void SAL_CALL writeBytes(const Sequence< sal_Int8 >& aData)
90 virtual void SAL_CALL flush(void)
94 virtual void SAL_CALL closeOutput(void)
100 virtual sal_Int32 SAL_CALL createMark(void)
102 virtual void SAL_CALL deleteMark(sal_Int32 Mark)
106 virtual void SAL_CALL jumpToMark(sal_Int32 nMark)
110 virtual void SAL_CALL jumpToFurthest(void)
112 virtual sal_Int32 SAL_CALL offsetToMark(sal_Int32 nMark)
118 virtual void SAL_CALL setOutputStream(const Reference < XOutputStream > & aStream)
120 virtual Reference < XOutputStream > SAL_CALL getOutputStream(void)
124 virtual void SAL_CALL setPredecessor(const Reference < XConnectable > & aPredecessor)
126 virtual Reference < XConnectable > SAL_CALL getPredecessor(void) throw (RuntimeException);
127 virtual void SAL_CALL setSuccessor(const Reference < XConnectable >& aSuccessor)
129 virtual Reference< XConnectable > SAL_CALL getSuccessor(void) throw (RuntimeException);
132 OUString SAL_CALL getImplementationName() throw ();
133 Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw ();
134 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
464 Reference< XInterface > SAL_CALL OMarkableOutputStream_CreateInstance( const Reference < XComponent… in OMarkableOutputStream_CreateInstance()
511 virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)
515 virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)
519 virtual void SAL_CALL skipBytes(sal_Int32 nBytesToSkip)
524 virtual sal_Int32 SAL_CALL available(void)
527 virtual void SAL_CALL closeInput(void) throw (NotConnectedException, RuntimeException);
530 virtual sal_Int32 SAL_CALL createMark(void)
532 virtual void SAL_CALL deleteMark(sal_Int32 Mark)
534 virtual void SAL_CALL jumpToMark(sal_Int32 nMark)
536 virtual void SAL_CALL jumpToFurthest(void)
538 virtual sal_Int32 SAL_CALL offsetToMark(sal_Int32 nMark)
542 virtual void SAL_CALL setInputStream(const Reference < XInputStream > & aStream)
544 virtual Reference < XInputStream > SAL_CALL getInputStream(void)
548 virtual void SAL_CALL setPredecessor(const Reference < XConnectable > & aPredecessor)
550 virtual Reference < XConnectable > SAL_CALL getPredecessor(void)
552 virtual void SAL_CALL setSuccessor(const Reference < XConnectable > & aSuccessor)
554 virtual Reference < XConnectable > SAL_CALL getSuccessor(void) throw (RuntimeException);
557 OUString SAL_CALL getImplementationName() throw ();
558 Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw ();
559 … sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
992 Reference < XInterface > SAL_CALL OMarkableInputStream_CreateInstance( in OMarkableInputStream_CreateInstance()