/aoo4110/main/odk/examples/java/Storage/ |
H A D | Test03.java | 106 xTempStorage.isStorageElement( "does not exist" ); in test() 141 …if ( !xTempStorage.isStorageElement( "SubStorage1" ) || xTempStorage.isStreamElement( "SubStorage1… in test() 147 …if ( xTempStorage.isStorageElement( "SubStream1" ) || !xTempStorage.isStreamElement( "SubStream1" … in test() 194 || xResultSubStorage.isStorageElement( "SubStream2" ) ) in test()
|
/aoo4110/main/package/qa/ofopxmlstorages/ |
H A D | Test03.java | 127 xTempStorage.isStorageElement( "does not exist" ); in test() 162 …if ( !xTempStorage.isStorageElement( "SubStorage1" ) || xTempStorage.isStreamElement( "SubStorage1… in test() 168 …if ( xTempStorage.isStorageElement( "SubStream1" ) || !xTempStorage.isStreamElement( "SubStream1" … in test() 218 || xResultSubStorage.isStorageElement( "SubStream2" ) ) in test()
|
/aoo4110/main/package/qa/storages/ |
H A D | Test03.java | 119 xTempStorage.isStorageElement( "does not exist" ); in test() 154 …if ( !xTempStorage.isStorageElement( "SubStorage1" ) || xTempStorage.isStreamElement( "SubStorage1… in test() 160 …if ( xTempStorage.isStorageElement( "SubStream1" ) || !xTempStorage.isStreamElement( "SubStream1" … in test()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/ |
H A D | StorageRepository.java | 206 if (!input.isStorageElement(temp)) in openInputRepository() 328 return output.isStorageElement(name); in existsStorage()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docmacromode.cxx | 391 && rxStorage->isStorageElement( s_sBasicStorageName ) in storageHasMacros() 394 && rxStorage->isStorageElement( s_sScriptsStorageName ) in storageHasMacros()
|
H A D | objstor.cxx | 3466 if ( xSource->isStorageElement( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl() 3597 if ( xSource->isStorageElement( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType() 3605 else if ( xSource->isStorageElement( aSubElements[nInd] ) ) in CopyStoragesOfUnknownMediaType()
|
H A D | DocumentMetadataAccess.cxx | 574 if (i_xStorage->isStorageElement(dir)) { in readStream()
|
/aoo4110/main/xmlsecurity/source/helper/ |
H A D | documentsignaturehelper.cxx | 127 else if ( bRecursive && rxStore->isStorageElement( pNames[n] ) ) in ImplFillElementList() 241 if ( ( pNames[n].match( aMatchStr ) ) && rxStore->isStorageElement( pNames[n] ) ) in CreateElementList()
|
/aoo4110/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_stgelems.cxx | 441 sal_Bool SAL_CALL Storage::isStorageElement( in isStorageElement() function in Storage 448 return m_xWrappedStorage->isStorageElement( aElementName ); in isStorageElement()
|
H A D | tdoc_stgelems.hxx | 231 isStorageElement( const ::rtl::OUString& aElementName )
|
/aoo4110/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 697 && xDocStorage->isStorageElement( lcl_getScriptsStorageName() ) in bind() 729 && m_xScriptsStorage->isStorageElement( rSubStorageName ); in hasScripts() 1372 bool bIsScriptLibrary = xScriptsRoot->isStorageElement( *element ); in impl_migrateScriptStorage_nothrow()
|
/aoo4110/main/oox/source/helper/ |
H A D | zipstorage.cxx | 139 if( mxStorage->isStorageElement( rElementName ) ) in implOpenSubStorage()
|
/aoo4110/main/comphelper/source/container/ |
H A D | embeddedobjectcontainer.cxx | 1487 … if ( _xStorage->hasByName( aObjReplElement ) && _xStorage->isStorageElement( aObjReplElement ) ) in StoreAsChildren() 1551 && (pImpl->mxStorage->isStorageElement( *pIter ) )) in StoreChildren() 1607 …pImpl->mxStorage->hasByName( aObjReplElement ) && pImpl->mxStorage->isStorageElement( aObjReplElem… in StoreChildren()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | XStorageHelper.java | 129 … else if ( !xNameAccess.hasByName(name) || !xStorages[i-1].isStorageElement(name) ) in XStorageHelper()
|
/aoo4110/main/filter/source/xsltfilter/ |
H A D | uof2storage.cxx | 342 if(m_xStorage->isStorageElement(rElementName)) in implOpenSubStorage()
|
/aoo4110/main/embeddedobj/source/general/ |
H A D | xcreator.cxx | 147 if ( xStorage->isStorageElement( sEntName ) ) in createInstanceInitFromEntry()
|
/aoo4110/main/embeddedobj/source/commonembedding/ |
H A D | xfactory.cxx | 99 if ( xStorage->isStorageElement( sEntName ) ) in createInstanceInitFromEntry()
|
/aoo4110/main/svl/source/fsstor/ |
H A D | fsstorage.hxx | 176 virtual sal_Bool SAL_CALL isStorageElement( const ::rtl::OUString& aElementName )
|
H A D | fsstorage.cxx | 813 sal_Bool SAL_CALL FSStorage::isStorageElement( const ::rtl::OUString& aElementName ) in isStorageElement() function in FSStorage
|
/aoo4110/main/framework/source/accelerators/ |
H A D | presethandler.cxx | 920 if (xFolder->isStorageElement(pNames[i])) in impl_getSubFolderNames()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.cxx | 357 if ( xRootStor->isStorageElement( aElementNames[i] ) ) in getDocumentSubStoragesNames()
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | XStorage.idl | 492 boolean isStorageElement( [in] string sElementName )
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc3.cxx | 1291 if( xStor->isStorageElement( aPictureStorageName ) ) in GetDocumentStream()
|
/aoo4110/main/package/source/xstor/ |
H A D | xstorage.hxx | 445 virtual sal_Bool SAL_CALL isStorageElement( const ::rtl::OUString& aElementName )
|
/aoo4110/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 2094 if ( xStorage->isStorageElement( aPictureStorageName ) ) in GetDocumentStream()
|