/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbaeventshelperbase.cxx | 176 OUString aModuleName; in changesOccurred() local 177 if( (rChange.Accessor >>= aModuleName) && (aModuleName.getLength() > 0) ) try in changesOccurred() 180 if( getModuleType( aModuleName ) == script::ModuleType::NORMAL ) in changesOccurred() 185 maEventPaths.erase( aModuleName ); in changesOccurred() 263 OUString aModuleName; in getEventHandlerPath() local 272 aModuleName = implGetDocumentModuleName( rInfo, rArgs ); in getEventHandlerPath() 273 if( aModuleName.getLength() == 0 ) in getEventHandlerPath() 283 EventHandlerPathMap::iterator aIt = maEventPaths.find( aModuleName ); in getEventHandlerPath() 284 …ModulePathMap& rPathMap = (aIt == maEventPaths.end()) ? updateModulePathMap( aModuleName ) : aIt->… in getEventHandlerPath()
|
/aoo42x/main/sfx2/source/control/ |
H A D | minfitem.cxx | 47 aModuleName(rModuleName), in SfxMacroInfoItem() 61 aModuleName(rCopy.aModuleName), in SfxMacroInfoItem() 76 aModuleName == ((const SfxMacroInfoItem&)rCmp).aModuleName && in operator ==() 94 aMacroName += aModuleName; in GetQualifiedName()
|
/aoo42x/main/framework/source/uifactory/ |
H A D | uicontrollerfactory.cxx | 177 const rtl::OUString& aModuleName ) in hasController() argument 188 …return ( m_pConfigAccess->getServiceFromCommandModule( aCommandURL, aModuleName ).getLength() > 0 … in hasController() 193 const ::rtl::OUString& aModuleName, in registerController() 206 …m_pConfigAccess->addServiceToCommandModule( aCommandURL, aModuleName, aControllerImplementationNam… in registerController() 212 const rtl::OUString& aModuleName ) in deregisterController() argument 224 m_pConfigAccess->removeServiceFromCommandModule( aCommandURL, aModuleName ); in deregisterController()
|
H A D | factoryconfiguration.cxx | 67 …UString getHashKeyFromStrings( const rtl::OUString& aCommandURL, const rtl::OUString& aModuleName ) in getHashKeyFromStrings() argument 71 aKey.append( aModuleName ); in getHashKeyFromStrings()
|
H A D | uielementfactorymanager.cxx | 75 …Strings( const rtl::OUString& aType, const rtl::OUString& aName, const rtl::OUString& aModuleName ) in getHashKeyFromStrings() argument 81 aKey.append( aModuleName ); in getHashKeyFromStrings()
|
/aoo42x/main/basic/source/comp/ |
H A D | sbcomp.cxx | 250 String aModuleName = pModule->GetName(); in lcl_PrepareTraceForModule() local 251 ModuleTraceMap::iterator it = rModuleTraceMap.find( aModuleName ); in lcl_PrepareTraceForModule() 559 String aModuleName = pTraceMod->GetName(); in dbg_traceStep() local 560 ModuleTraceMap::iterator it = rModuleTraceMap.find( aModuleName ); in dbg_traceStep() 563 …const char* pModuleNameStr = OUStringToOString( rtl::OUString( aModuleName ), RTL_TEXTENCODING_ASC… in dbg_traceStep() 580 …const char* pModuleNameStr = OUStringToOString( rtl::OUString( aModuleName ), RTL_TEXTENCODING_ASC… in dbg_traceStep() 825 String aModuleName = pModule->GetName(); in dbg_RegisterTraceTextForPC() local 826 ModuleTraceMap::iterator it = rModuleTraceMap.find( aModuleName ); in dbg_RegisterTraceTextForPC() 831 rModuleTraceMap[ aModuleName ] = pInnerMap; in dbg_RegisterTraceTextForPC()
|
/aoo42x/main/xmlscript/source/xmlmod_imexp/ |
H A D | xmlmod_export.cxx | 53 OUString aModuleName( RTL_CONSTASCII_USTRINGPARAM(XMLNS_SCRIPT_PREFIX ":module") ); in exportScriptModule() local 54 XMLElement* pModElement = new XMLElement( aModuleName ); in exportScriptModule() 69 xOut->startElement( aModuleName, xAttributes ); in exportScriptModule() 71 xOut->endElement( aModuleName ); in exportScriptModule()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | minfitem.hxx | 36 String aModuleName; member in SfxMacroInfoItem 62 { return aModuleName; } in GetModule() 64 { aModuleName = r; } in SetModule()
|
/aoo42x/main/framework/inc/uifactory/ |
H A D | uicontrollerfactory.hxx | 61 …asController( const ::rtl::OUString& aCommandURL, const rtl::OUString& aModuleName ) throw (::com:… 62 …erController( const ::rtl::OUString& aCommandURL, const rtl::OUString& aModuleName, const ::rtl::O… 63 …erController( const ::rtl::OUString& aCommandURL, const rtl::OUString& aModuleName ) throw (::com:…
|
/aoo42x/main/framework/source/uiconfiguration/ |
H A D | uicategorydescription.cxx | 102 …ConfigurationAccess_UICategory( const ::rtl::OUString& aModuleName, const Reference< XNameAccess >… 159 ConfigurationAccess_UICategory::ConfigurationAccess_UICategory( const rtl::OUString& aModuleName, c… in ConfigurationAccess_UICategory() argument 170 m_aConfigCategoryAccess += aModuleName; in ConfigurationAccess_UICategory()
|
H A D | windowstateconfiguration.cxx | 292 ConfigurationAccess_WindowState::ConfigurationAccess_WindowState( const rtl::OUString& aModuleName,… in DEFINE_XINTERFACE_7() 300 m_aConfigWindowAccess += aModuleName; in DEFINE_XINTERFACE_7()
|
/aoo42x/main/framework/source/uielement/ |
H A D | uicommanddescription.cxx | 114 …ConfigurationAccess_UICommand( const ::rtl::OUString& aModuleName, const Reference< XNameAccess >&… 210 ConfigurationAccess_UICommand::ConfigurationAccess_UICommand( const rtl::OUString& aModuleName, con… in ConfigurationAccess_UICommand() argument 228 m_aConfigCmdAccess += aModuleName; in ConfigurationAccess_UICommand() 233 m_aConfigPopupAccess += aModuleName; in ConfigurationAccess_UICommand()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 775 String aModuleName( rModuleName ); in CreateHelpURL_Impl() local 776 if ( aModuleName.Len() == 0 ) in CreateHelpURL_Impl() 777 aModuleName = getDefaultModule_Impl(); in CreateHelpURL_Impl() 780 aHelpURL += aModuleName; in CreateHelpURL_Impl()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | callform.cxx | 224 String aModuleName( rModuleName ); in InitExternalFunc() local 228 if (aModuleCollection.SearchModule(aModuleName, pTemp)) in InitExternalFunc() 253 ModuleData* pModuleData = new ModuleData(aModuleName, pLib); in InitExternalFunc()
|
/aoo42x/main/oox/source/ole/ |
H A D | vbaproject.cxx | 482 OUString aModuleName; in importVba() local 484 aModuleName = pModule->getName(); in importVba() 489 aForm.importForm( xDialogLib, *xSubStrg, aModuleName, eTextEnc ); in importVba()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msvbahelper.cxx | 262 String aModuleName = rModuleName; in resolveVBAMacro() local 263 if( hasMacro( pShell, aLibName, aModuleName, rMacroName ) ) in resolveVBAMacro() 264 …::rtl::OUStringBuffer( aLibName ).append( sal_Unicode( '.' ) ).append( aModuleName ).append( sal_U… in resolveVBAMacro()
|
/aoo42x/main/embeddedobj/source/commonembedding/ |
H A D | embedobj.cxx | 318 ::rtl::OUString aModuleName; in SwitchStateTo_Impl() 329 aModuleName = xManager->identify( xContDoc ); in SwitchStateTo_Impl() 338 sal_Bool bOk = m_pDocHolder->ShowUI( xContainerLM, xContainerDP, aModuleName ); in SwitchStateTo_Impl()
|
H A D | persistence.cxx | 240 …ocToEmbedded( const uno::Reference< frame::XModel > xDocument, const ::rtl::OUString& aModuleName ) in SetDocToEmbedded() argument 249 if ( aModuleName.getLength() ) in SetDocToEmbedded() 254 xModule->setIdentifier( aModuleName ); in SetDocToEmbedded()
|
/aoo42x/main/udkapi/com/sun/star/script/ |
H A D | XDebugging.idl | 55 long setBreakPoint( [in] string aModuleName, 62 void clearAllBreakPoints( [in] string aModuleName );
|
H A D | XLibraryAccess.idl | 82 sequence<byte> getModuleCode( [in] string aModuleName );
|
/aoo42x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 237 ::rtl::OUString aModuleName = pNames[ j ]; in addLibraryModulesImpl() 238 Any aElement = xLibNameAccess->getByName( aModuleName ); in addLibraryModulesImpl() 242 if ( xVBAModuleInfo.is() && xVBAModuleInfo->hasModuleInfo( aModuleName ) ) in addLibraryModulesImpl() 244 ModuleInfo mInfo = xVBAModuleInfo->getModuleInfo( aModuleName ); in addLibraryModulesImpl() 246 pLib->MakeModule32( aModuleName, mInfo, aMod ); in addLibraryModulesImpl() 249 pLib->MakeModule32( aModuleName, aMod ); in addLibraryModulesImpl()
|
/aoo42x/main/l10ntools/source/help/ |
H A D | HelpLinker.cxx | 55 IndexerPreProcessor( const std::string& aModuleName, const fs::path& fsIndexBaseDir, 63 ( const std::string& aModuleName, const fs::path& fsIndexBaseDir, in IndexerPreProcessor() argument 65 : m_aModuleName( aModuleName ) in IndexerPreProcessor()
|
/aoo42x/main/stoc/test/ |
H A D | testcorefl.cxx | 147 OUString aModuleName( RTL_CONSTASCII_USTRINGPARAM("ModuleC.XInterfaceB") ); in test_corefl() local 148 typelib_typedescription_getByName( &pTD, aModuleName.pData ); in test_corefl()
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 2884 String aModuleName; in AddDispatchMacroToBasic_Impl() local 2901 aModuleName = aName.getToken( 0, cTok, nIndex ); in AddDispatchMacroToBasic_Impl() 2929 SbModule* pModule = pBasic->FindModule( aModuleName ); in AddDispatchMacroToBasic_Impl() 2989 ::rtl::OUString sModule( aModuleName ); in AddDispatchMacroToBasic_Impl() 3039 …acroInfoItem aInfoItem( SID_BASICIDE_ARG_MACROINFO, pBasMgr, aLibName, aModuleName, String(), Stri… in AddDispatchMacroToBasic_Impl()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2.cxx | 1250 String aModuleName; in GetSbModuleName() local 1252 aModuleName = xModule->GetName(); in GetSbModuleName() 1253 return aModuleName; in GetSbModuleName()
|