Searched refs:rSubStorageName (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svxmsbas.cxx | 65 const String &rSubStorageName, in Import() argument 69 return Import( rStorageName, rSubStorageName, codeNames, bAsComment, bStripped ); in Import() 73 const String &rSubStorageName, in Import() argument 78 if( bImport && ImportCode_Impl( rStorageName, rSubStorageName, codeNames, in Import() 83 ImportForms_Impl(rStorageName, rSubStorageName); in Import() 85 if( bCopy && CopyStorage_Impl( rStorageName, rSubStorageName )) in Import() 92 const String& rSubStorageName) in ImportForms_Impl() argument 105 if (!rInfo.IsStream() && rInfo.GetName() != rSubStorageName) in ImportForms_Impl() 195 const String& rSubStorageName) in CopyStorage_Impl() argument 204 SvStorageRef xVBASubStg( xVBAStg->OpenSotStorage( rSubStorageName, in CopyStorage_Impl() [all …]
|
| /AOO41X/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);
|
| /AOO41X/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()
|