Lines Matching refs:Storage

72 Storage::Storage( const uno::Reference< lang::XMultiServiceFactory > & xSMgr,  in Storage()  function in Storage
134 Storage::~Storage() in ~Storage()
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()