Lines Matching refs:SAL_CALL

168 uno::Any SAL_CALL Storage::queryInterface( const uno::Type& aType )  in queryInterface()
183 void SAL_CALL Storage::acquire() in acquire()
191 void SAL_CALL Storage::release() in release()
211 uno::Sequence< uno::Type > SAL_CALL Storage::getTypes() in getTypes()
219 uno::Sequence< sal_Int8 > SAL_CALL Storage::getImplementationId() in getImplementationId()
231 void SAL_CALL Storage::dispose() in dispose()
239 void SAL_CALL Storage::addEventListener( in addEventListener()
247 void SAL_CALL Storage::removeEventListener( in removeEventListener()
261 uno::Type SAL_CALL Storage::getElementType() in getElementType()
269 ::sal_Bool SAL_CALL Storage::hasElements() in hasElements()
282 uno::Any SAL_CALL Storage::getByName( const ::rtl::OUString& aName ) in getByName()
292 uno::Sequence< ::rtl::OUString > SAL_CALL Storage::getElementNames() in getElementNames()
300 ::sal_Bool SAL_CALL Storage::hasByName( const ::rtl::OUString& aName ) in hasByName()
313 void SAL_CALL Storage::copyToStorage( in copyToStorage()
326 uno::Reference< io::XStream > SAL_CALL Storage::openStreamElement( in openStreamElement()
340 uno::Reference< io::XStream > SAL_CALL Storage::openEncryptedStreamElement( in openEncryptedStreamElement()
358 uno::Reference< embed::XStorage > SAL_CALL Storage::openStorageElement( in openStorageElement()
371 uno::Reference< io::XStream > SAL_CALL Storage::cloneStreamElement( in cloneStreamElement()
385 uno::Reference< io::XStream > SAL_CALL Storage::cloneEncryptedStreamElement( in cloneEncryptedStreamElement()
402 void SAL_CALL Storage::copyLastCommitTo( in copyLastCommitTo()
415 void SAL_CALL Storage::copyStorageElementLastCommitTo( in copyStorageElementLastCommitTo()
429 sal_Bool SAL_CALL Storage::isStreamElement( in isStreamElement()
441 sal_Bool SAL_CALL Storage::isStorageElement( in isStorageElement()
453 void SAL_CALL Storage::removeElement( const ::rtl::OUString& aElementName ) in removeElement()
466 void SAL_CALL Storage::renameElement( const ::rtl::OUString& aEleName, in renameElement()
481 void SAL_CALL Storage::copyElementTo( in copyElementTo()
498 void SAL_CALL Storage::moveElementTo( in moveElementTo()
520 void SAL_CALL Storage::commit() in commit()
552 void SAL_CALL Storage::revert() in revert()
659 uno::Any SAL_CALL OutputStream::queryInterface( const uno::Type& aType ) in queryInterface()
680 uno::Sequence< uno::Type > SAL_CALL OutputStream::getTypes() in getTypes()
688 uno::Sequence< sal_Int8 > SAL_CALL OutputStream::getImplementationId() in getImplementationId()
701 void SAL_CALL
713 void SAL_CALL
725 void SAL_CALL
746 void SAL_CALL
759 void SAL_CALL
769 void SAL_CALL
860 uno::Any SAL_CALL Stream::queryInterface( const uno::Type& aType ) in queryInterface()
881 uno::Sequence< uno::Type > SAL_CALL Stream::getTypes() in getTypes()
889 uno::Sequence< sal_Int8 > SAL_CALL Stream::getImplementationId() in getImplementationId()
902 uno::Reference< io::XInputStream > SAL_CALL Stream::getInputStream() in getInputStream()
910 uno::Reference< io::XOutputStream > SAL_CALL Stream::getOutputStream() in getOutputStream()
923 void SAL_CALL Stream::writeBytes( const uno::Sequence< sal_Int8 >& aData ) in writeBytes()
938 void SAL_CALL Stream::flush() in flush()
953 void SAL_CALL Stream::closeOutput() in closeOutput()
976 void SAL_CALL Stream::truncate() in truncate()
994 sal_Int32 SAL_CALL Stream::readBytes( uno::Sequence< sal_Int8 >& aData, in readBytes()
1006 sal_Int32 SAL_CALL Stream::readSomeBytes( uno::Sequence< sal_Int8 >& aData, in readSomeBytes()
1018 void SAL_CALL Stream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
1029 sal_Int32 SAL_CALL Stream::available() in available()
1039 void SAL_CALL Stream::closeInput() in closeInput()
1054 void SAL_CALL Stream::dispose() in dispose()
1066 void SAL_CALL Stream::addEventListener( in addEventListener()
1075 void SAL_CALL Stream::removeEventListener( in removeEventListener()