Home
last modified time | relevance | path

Searched refs:rSubStorageName (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/filter/source/msfilter/
H A Dsvxmsbas.cxx65 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 Dsvxmsbas.hxx61 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 Dmigrationengine.cxx727 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()