Lines Matching refs:SAL_CALL

56     virtual ::rtl::OUString SAL_CALL getImplementationName() throw ( uno::RuntimeException );
57 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString & ServiceName ) throw ( uno::Ru…
58 …virtual uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw ( uno::RuntimeE…
61 static ::rtl::OUString SAL_CALL getImplementationName_static();
62 static uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
63 …static uno::Reference< uno::XInterface > SAL_CALL Create( const uno::Reference< uno::XComponentCon…
66 …virtual ::sal_Int32 SAL_CALL readBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nBytesToR…
67 …virtual ::sal_Int32 SAL_CALL readSomeBytes( uno::Sequence< ::sal_Int8 > & aData, ::sal_Int32 nMaxB…
68 …virtual void SAL_CALL skipBytes( ::sal_Int32 nBytesToSkip ) throw ( uno::RuntimeException, io::Not…
69 …virtual ::sal_Int32 SAL_CALL available() throw ( uno::RuntimeException, io::NotConnectedException,…
70 …virtual void SAL_CALL closeInput() throw ( uno::RuntimeException, io::NotConnectedException, io::I…
73 …virtual void SAL_CALL seek( ::sal_Int64 location ) throw ( uno::RuntimeException, lang::IllegalArg…
74 virtual ::sal_Int64 SAL_CALL getPosition() throw ( uno::RuntimeException, io::IOException );
75 virtual ::sal_Int64 SAL_CALL getLength() throw ( uno::RuntimeException, io::IOException );
78 …virtual void SAL_CALL initialize( const uno::Sequence< ::com::sun::star::uno::Any > & aArguments )…
98 ::rtl::OUString SAL_CALL SequenceInputStreamService::getImplementationName() throw ( uno::RuntimeEx… in getImplementationName()
103 ::rtl::OUString SAL_CALL SequenceInputStreamService::getImplementationName_static() in getImplementationName_static()
108 ::sal_Bool SAL_CALL SequenceInputStreamService::supportsService( ::rtl::OUString const & serviceNam… in supportsService()
118 uno::Sequence< ::rtl::OUString > SAL_CALL SequenceInputStreamService::getSupportedServiceNames() th… in getSupportedServiceNames()
123 uno::Sequence< ::rtl::OUString > SAL_CALL SequenceInputStreamService::getSupportedServiceNames_stat… in getSupportedServiceNames_static()
131 uno::Reference< uno::XInterface > SAL_CALL SequenceInputStreamService::Create( in Create()
138 ::sal_Int32 SAL_CALL SequenceInputStreamService::readBytes( uno::Sequence< ::sal_Int8 > & aData, ::… in readBytes()
147 ::sal_Int32 SAL_CALL SequenceInputStreamService::readSomeBytes( uno::Sequence< ::sal_Int8 > & aData… in readSomeBytes()
156 void SAL_CALL SequenceInputStreamService::skipBytes( ::sal_Int32 nBytesToSkip ) throw ( uno::Runtim… in skipBytes()
165 ::sal_Int32 SAL_CALL SequenceInputStreamService::available() throw ( uno::RuntimeException, io::Not… in available()
174 void SAL_CALL SequenceInputStreamService::closeInput() throw ( uno::RuntimeException, io::NotConnec… in closeInput()
186 void SAL_CALL SequenceInputStreamService::seek( ::sal_Int64 location ) throw ( uno::RuntimeExceptio… in seek()
195 ::sal_Int64 SAL_CALL SequenceInputStreamService::getPosition() throw ( uno::RuntimeException, io::I… in getPosition()
204 ::sal_Int64 SAL_CALL SequenceInputStreamService::getLength() throw ( uno::RuntimeException, io::IOE… in getLength()
214 void SAL_CALL SequenceInputStreamService::initialize( const uno::Sequence< ::com::sun::star::uno::A… in initialize()