Searched refs:isStorage (Results 1 – 12 of 12) sorted by relevance
93 bool StorageBase::isStorage() const in isStorage() function in oox::StorageBase205 …OSL_ENSURE( rDestStrg.isStorage() && !rDestStrg.isReadOnly(), "StorageBase::copyToStorage - invali… in copyToStorage()207 if( rDestStrg.isStorage() && !rDestStrg.isReadOnly() && (rElementName.getLength() > 0) ) in copyToStorage()235 …OSL_ENSURE( rDestStrg.isStorage() && !rDestStrg.isReadOnly(), "StorageBase::copyToStorage - invali… in copyStorageToStorage()236 if( rDestStrg.isStorage() && !rDestStrg.isReadOnly() ) in copyStorageToStorage()
87 bool StorageBase::isStorage() const in isStorage() function in XSLT::StorageBase205 …OSL_ENSURE(rDestStrg.isStorage() && !rDestStrg.isReadOnly(), "StorageBase::copyToStorage - invalid… in copyToStorage()207 if(rDestStrg.isStorage() && !rDestStrg.isReadOnly() && (rElementName.getLength() > 0)) in copyToStorage()235 …OSL_ENSURE(rDestStrg.isStorage() && !rDestStrg.isReadOnly(), "StorageBase::copyStorageToStorage - … in copyStorageToStorage()236 if(rDestStrg.isStorage() && !rDestStrg.isReadOnly()) in copyStorageToStorage()451 if(!m_pMainStorage->isStorage()) in isValidUOF2Doc()
71 bool isStorage() const;
271 return aZipStorage.isStorage(); in lclIsZipPackage()514 if( aOleStorage.isStorage() ) try in extractUnencryptedPackage()646 if( aZipStorage.isStorage() ) in detect()
50 if( !xVbaPrjStrg || !xVbaPrjStrg->isStorage() ) in importDocument()
170 if( rVbaPrjStrg.isStorage() ) in importVbaProject()
66 bool isStorage() const;
139 if( rxStorage->isStorage() ) in detectStorageBiffVersion()
291 if( !xVbaPrjStrg || !xVbaPrjStrg->isStorage() ) in importDocument()
664 if( xVbaPrjStrg.get() && xVbaPrjStrg->isStorage() ) in finalizeWorkbookImport()
2112 bool StorageIterator::isStorage() const in isStorage() function in oox::dump::StorageIterator2117 return xStrg.get() && xStrg->isStorage(); in isStorage()2122 return mxStrg.get() && mxStrg->isStorage() && (maIt != maNames.end()); in implIsValid()2190 bool bIsStrg = mxStrg->isStorage(); in implDump()2297 extractItem( rxStrg, rStrgPath, aItemName, rSysPath, aIt.isStorage(), aIt.isStream() ); in extractStorage()
1258 bool isStorage() const;
Completed in 139 milliseconds