Home
last modified time | relevance | path

Searched refs:isStorage (Results 1 – 12 of 12) sorted by relevance

/trunk/main/oox/source/helper/
H A Dstoragebase.cxx93 bool StorageBase::isStorage() const in isStorage() function in oox::StorageBase
205 …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()
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx87 bool StorageBase::isStorage() const in isStorage() function in XSLT::StorageBase
205 …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()
H A Duof2storage.hxx71 bool isStorage() const;
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx258 return aZipStorage.isStorage(); in lclIsZipPackage()
352 if( aOleStorage.isStorage() ) try in extractUnencryptedPackage()
458 if( aZipStorage.isStorage() ) in detect()
/trunk/main/oox/source/ole/
H A Dvbaprojectfilter.cxx50 if( !xVbaPrjStrg || !xVbaPrjStrg->isStorage() ) in importDocument()
H A Dvbaproject.cxx170 if( rVbaPrjStrg.isStorage() ) in importVbaProject()
/trunk/main/oox/inc/oox/helper/
H A Dstoragebase.hxx66 bool isStorage() const;
/trunk/main/oox/source/xls/
H A Dbiffdetector.cxx139 if( rxStorage->isStorage() ) in detectStorageBiffVersion()
H A Dexcelfilter.cxx291 if( !xVbaPrjStrg || !xVbaPrjStrg->isStorage() ) in importDocument()
H A Dworkbookhelper.cxx664 if( xVbaPrjStrg.get() && xVbaPrjStrg->isStorage() ) in finalizeWorkbookImport()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2112 bool StorageIterator::isStorage() const in isStorage() function in oox::dump::StorageIterator
2117 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()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1258 bool isStorage() const;

Completed in 90 milliseconds