| /aoo42x/main/vbahelper/source/vbahelper/ | 
| H A D | vbaeventshelperbase.cxx | 311 sal_Int32 VbaEventsHelperBase::getModuleType( const OUString& rModuleName ) throw (uno::RuntimeExce…  in getModuleType()  argument317     if( rModuleName.getLength() == 0 )  in getModuleType()
 323         return mxModuleInfos->getModuleInfo( rModuleName ).ModuleType;  in getModuleType()
 331 …hMap& VbaEventsHelperBase::updateModulePathMap( const ::rtl::OUString& rModuleName ) throw (uno::R…  in updateModulePathMap()  argument
 334     sal_Int32 nModuleType = getModuleType( rModuleName );  in updateModulePathMap()
 336     ModulePathMap& rPathMap = maEventPaths[ rModuleName ];  in updateModulePathMap()
 341 …rPathMap[ rInfo.mnEventId ] = resolveVBAMacro( mpShell, maLibraryName, rModuleName, rInfo.maMacroN…  in updateModulePathMap()
 
 | 
| /aoo42x/main/oox/source/ole/ | 
| H A D | vbahelper.cxx | 41         const OUString& rLibraryName, const OUString& rModuleName, const OUString& rMacroName )  in getBasicScriptUrl()  argument44 …  OSL_ENSURE( rModuleName.getLength() > 0, "VbaHelper::getBasicScriptUrl - module name is empty" );  in getBasicScriptUrl()
 49 …   append( rLibraryName ).append( cDot ).append( rModuleName ).append( cDot ).append( rMacroName ).  in getBasicScriptUrl()
 
 | 
| H A D | vbacontrol.cxx | 764         StorageBase& rVbaFormStrg, const OUString& rModuleName, rtl_TextEncoding eTextEnc )  in importForm()  argument793 …OSL_ENSURE( rModuleName.equalsIgnoreAsciiCase( aFormName ), "VbaUserForm::importFrameStream - form…  in importForm()
 795         aFormName = rModuleName;  in importForm()
 
 | 
| H A D | vbaproject.cxx | 192 bool VbaProject::hasModule( const OUString& rModuleName ) const  in hasModule()194     return mxBasicLib.is() && mxBasicLib->hasByName( rModuleName );  in hasModule()
 
 | 
| /aoo42x/main/stoc/source/registry_tdprovider/ | 
| H A D | rdbtdp_tdenumeration.cxx | 86         const rtl::OUString & rModuleName,  in createInstance()  argument94     if ( rModuleName.getLength() == 0 )  in createInstance()
 104     rtl::OUString aKey( rModuleName.replace( '.', '/' ) );  in createInstance()
 
 | 
| H A D | rdbtdp_tdenumeration.hxx | 55         const rtl::OUString & rModuleName,
 | 
| /aoo42x/main/sw/source/core/bastyp/ | 
| H A D | SwSmartTagMgr.cxx | 51 SwSmartTagMgr::SwSmartTagMgr( const rtl::OUString& rModuleName ) :  in SwSmartTagMgr()  argument52     SmartTagMgr( rModuleName )  in SwSmartTagMgr()
 
 | 
| /aoo42x/main/sfx2/source/control/ | 
| H A D | minfitem.cxx | 41 	const String &rModuleName,  in SfxMacroInfoItem()  argument47 	aModuleName(rModuleName),  in SfxMacroInfoItem()
 
 | 
| /aoo42x/main/sfx2/inc/sfx2/ | 
| H A D | sfxhelp.hxx | 49 	SAL_DLLPRIVATE String CreateHelpURL_Impl( const String& aCommandURL, const String& rModuleName );60     static String           CreateHelpURL( const String& aCommandURL, const String& rModuleName );
 
 | 
| H A D | minfitem.hxx | 45 					const String &rModuleName,
 | 
| /aoo42x/main/sfx2/source/appl/ | 
| H A D | sfxhelp.cxx | 768 String	SfxHelp::CreateHelpURL_Impl( const String& aCommandURL, const String& rModuleName )  in CreateHelpURL_Impl()  argument775 	String aModuleName( rModuleName );  in CreateHelpURL_Impl()
 1014 String SfxHelp::CreateHelpURL( const String& aCommandURL, const String& rModuleName )  in CreateHelpURL()  argument
 1019 		aURL = pHelp->CreateHelpURL_Impl( aCommandURL, rModuleName );  in CreateHelpURL()
 
 | 
| /aoo42x/main/stoc/source/tdmanager/ | 
| H A D | tdmgr_tdenumeration.cxx | 46         const rtl::OUString & rModuleName,  in TypeDescriptionEnumerationImpl()  argument51 : m_aModuleName( rModuleName ),  in TypeDescriptionEnumerationImpl()
 
 | 
| H A D | tdmgr_tdenumeration.hxx | 46         const rtl::OUString & rModuleName,
 | 
| /aoo42x/main/sc/source/core/tool/ | 
| H A D | callform.cxx | 222 sal_Bool InitExternalFunc(const rtl::OUString& rModuleName)  in InitExternalFunc()  argument224 	String aModuleName( rModuleName );  in InitExternalFunc()
 232 	aNP = rModuleName;  in InitExternalFunc()
 
 | 
| /aoo42x/main/sc/source/filter/excel/ | 
| H A D | xltools.cxx | 700 OUString XclTools::GetSbMacroUrl( const String& rModuleName, const String& rMacroName, SfxObjectShe…  in GetSbMacroUrl()  argument702     OSL_ENSURE( rModuleName.Len() > 0, "XclTools::GetSbMacroUrl - module name is empty" );  in GetSbMacroUrl()
 704     return GetSbMacroUrl( rModuleName + OUString( sal_Unicode( '.' ) ) + rMacroName, pDocShell );  in GetSbMacroUrl()
 
 | 
| /aoo42x/main/vbahelper/inc/vbahelper/ | 
| H A D | vbaeventshelperbase.hxx | 164 …  sal_Int32 getModuleType( const ::rtl::OUString& rModuleName ) throw (css::uno::RuntimeException);167 …ModulePathMap& updateModulePathMap( const ::rtl::OUString& rModuleName ) throw (css::uno::RuntimeE…
 
 | 
| /aoo42x/main/unotools/source/i18n/ | 
| H A D | transliterationwrapper.cxx | 223         const String& rModuleName, sal_uInt16 nLang )  in loadModuleByImplName()  argument232             xTrans->loadModuleByImplName( rModuleName, aLocale );  in loadModuleByImplName()
 
 | 
| /aoo42x/main/filter/source/msfilter/ | 
| H A D | msvbasic.cxx | 393 ModType VBA_Impl::GetModuleType( const UniString& rModuleName )  in GetModuleType()  argument395     ModuleTypeHash::iterator iter = mhModHash.find( rModuleName );  in GetModuleType()
 
 | 
| H A D | msvbahelper.cxx | 257 …Shell* pShell, const ::rtl::OUString& rLibName, const ::rtl::OUString& rModuleName, const ::rtl::O…  in resolveVBAMacro()  argument262         String aModuleName = rModuleName;  in resolveVBAMacro()
 
 | 
| H A D | msvbasic.hxx | 82 	ModType GetModuleType( const UniString& rModuleName );
 | 
| /aoo42x/main/sw/inc/ | 
| H A D | SwSmartTagMgr.hxx | 41     SwSmartTagMgr( const rtl::OUString& rModuleName );
 | 
| /aoo42x/main/oox/inc/oox/ole/ | 
| H A D | vbahelper.hxx | 66                             const ::rtl::OUString& rModuleName,
 | 
| /aoo42x/main/sc/inc/ | 
| H A D | callform.hxx | 111 sal_Bool InitExternalFunc(const rtl::OUString& rModuleName);
 | 
| /aoo42x/main/unotools/inc/unotools/ | 
| H A D | transliterationwrapper.hxx | 89     void loadModuleByImplName( const String& rModuleName, sal_uInt16 nLang );
 | 
| /aoo42x/main/filter/inc/filter/msfilter/ | 
| H A D | msvbahelper.hxx | 50 …Shell* pShell, const ::rtl::OUString& rLibName, const ::rtl::OUString& rModuleName, const ::rtl::O…
 |