Searched refs:rSubStorageName (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/filter/source/msfilter/ |
H A D | svxmsbas.cxx | 64 const String &rSubStorageName, in Import() argument 72 const String &rSubStorageName, in Import() argument 77 if( bImport && ImportCode_Impl( rStorageName, rSubStorageName, codeNames, in Import() 82 ImportForms_Impl(rStorageName, rSubStorageName); in Import() 84 if( bCopy && CopyStorage_Impl( rStorageName, rSubStorageName )) in Import() 91 const String& rSubStorageName) in ImportForms_Impl() argument 104 if (!rInfo.IsStream() && rInfo.GetName() != rSubStorageName) in ImportForms_Impl() 194 const String& rSubStorageName) in CopyStorage_Impl() argument 203 SvStorageRef xVBASubStg( xVBAStg->OpenSotStorage( rSubStorageName, in CopyStorage_Impl() 236 const String &rSubStorageName, in ImportCode_Impl() argument [all …]
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | svxmsbas.hxx | 61 int Import( const String& rStorageName, const String &rSubStorageName, 63 int Import( const String& rStorageName, const String &rSubStorageName, 85 const String &rSubStorageName, 89 const String &rSubStorageName); 91 const String &rSubStorageName);
|
/aoo42x/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 727 const ::rtl::OUString& rSubStorageName( lcl_getScriptsSubStorageName( _eType ) ); in hasScripts() local 728 return m_xScriptsStorage->hasByName( rSubStorageName ) in hasScripts() 729 && m_xScriptsStorage->isStorageElement( rSubStorageName ); in hasScripts()
|
Completed in 22 milliseconds