/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbaeventshelperbase.cxx | 311 sal_Int32 VbaEventsHelperBase::getModuleType( const OUString& rModuleName ) throw (uno::RuntimeExce… in getModuleType() argument 317 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()
|
/aoo4110/main/oox/source/ole/ |
H A D | vbahelper.cxx | 41 const OUString& rLibraryName, const OUString& rModuleName, const OUString& rMacroName ) in getBasicScriptUrl() argument 44 … 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() argument 793 …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()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | SwSmartTagMgr.cxx | 51 SwSmartTagMgr::SwSmartTagMgr( const rtl::OUString& rModuleName ) : in SwSmartTagMgr() argument 52 SmartTagMgr( rModuleName ) in SwSmartTagMgr()
|
/aoo4110/main/stoc/source/registry_tdprovider/ |
H A D | rdbtdp_tdenumeration.cxx | 86 const rtl::OUString & rModuleName, in createInstance() argument 94 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,
|
/aoo4110/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,
|
/aoo4110/main/sfx2/source/control/ |
H A D | minfitem.cxx | 41 const String &rModuleName, in SfxMacroInfoItem() argument 47 aModuleName(rModuleName), in SfxMacroInfoItem()
|
/aoo4110/main/stoc/source/tdmanager/ |
H A D | tdmgr_tdenumeration.cxx | 46 const rtl::OUString & rModuleName, in TypeDescriptionEnumerationImpl() argument 51 : m_aModuleName( rModuleName ), in TypeDescriptionEnumerationImpl()
|
H A D | tdmgr_tdenumeration.hxx | 46 const rtl::OUString & rModuleName,
|
/aoo4110/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 768 String SfxHelp::CreateHelpURL_Impl( const String& aCommandURL, const String& rModuleName ) in CreateHelpURL_Impl() argument 775 String aModuleName( rModuleName ); in CreateHelpURL_Impl() 1011 String SfxHelp::CreateHelpURL( const String& aCommandURL, const String& rModuleName ) in CreateHelpURL() argument 1016 aURL = pHelp->CreateHelpURL_Impl( aCommandURL, rModuleName ); in CreateHelpURL()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | callform.cxx | 222 sal_Bool InitExternalFunc(const rtl::OUString& rModuleName) in InitExternalFunc() argument 224 String aModuleName( rModuleName ); in InitExternalFunc() 232 aNP = rModuleName; in InitExternalFunc()
|
/aoo4110/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…
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xltools.cxx | 700 OUString XclTools::GetSbMacroUrl( const String& rModuleName, const String& rMacroName, SfxObjectShe… in GetSbMacroUrl() argument 702 OSL_ENSURE( rModuleName.Len() > 0, "XclTools::GetSbMacroUrl - module name is empty" ); in GetSbMacroUrl() 704 return GetSbMacroUrl( rModuleName + OUString( sal_Unicode( '.' ) ) + rMacroName, pDocShell ); in GetSbMacroUrl()
|
/aoo4110/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 223 const String& rModuleName, sal_uInt16 nLang ) in loadModuleByImplName() argument 232 xTrans->loadModuleByImplName( rModuleName, aLocale ); in loadModuleByImplName()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msvbasic.cxx | 393 ModType VBA_Impl::GetModuleType( const UniString& rModuleName ) in GetModuleType() argument 395 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() argument 262 String aModuleName = rModuleName; in resolveVBAMacro()
|
H A D | msvbasic.hxx | 84 ModType GetModuleType( const UniString& rModuleName );
|
/aoo4110/main/sw/inc/ |
H A D | SwSmartTagMgr.hxx | 41 SwSmartTagMgr( const rtl::OUString& rModuleName );
|
/aoo4110/main/oox/inc/oox/ole/ |
H A D | vbahelper.hxx | 66 const ::rtl::OUString& rModuleName,
|
/aoo4110/main/sc/inc/ |
H A D | callform.hxx | 111 sal_Bool InitExternalFunc(const rtl::OUString& rModuleName);
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 89 void loadModuleByImplName( const String& rModuleName, sal_uInt16 nLang );
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | msvbahelper.hxx | 50 …Shell* pShell, const ::rtl::OUString& rLibName, const ::rtl::OUString& rModuleName, const ::rtl::O…
|