/aoo42x/main/framework/source/uifactory/ |
H A D | factoryconfiguration.cxx | 176 rtl::OUString aModule; in elementInserted() local 183 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementInserted() 187 rtl::OUString aHashKey( getHashKeyFromStrings( aCommand, aModule )); in elementInserted() 198 rtl::OUString aModule; in elementRemoved() local 205 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementRemoved() 209 rtl::OUString aHashKey( getHashKeyFromStrings( aCommand, aModule )); in elementRemoved() 280 rtl::OUString aModule; in updateConfigurationData() local 290 …Props( m_xConfigAccess->getByName( aPopupMenuControllers[i] ), aCommand, aModule, aService,aValue … in updateConfigurationData() 294 aHashKey = getHashKeyFromStrings( aCommand, aModule ); in updateConfigurationData() 308 …ementProps( const Any& aElement, rtl::OUString& aCommand, rtl::OUString& aModule, rtl::OUString& a… in impl_getElementProps() argument [all …]
|
H A D | uielementfactorymanager.cxx | 234 rtl::OUString aModule; in elementInserted() local 240 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementInserted() 244 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementInserted() 254 rtl::OUString aModule; in elementRemoved() local 260 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementRemoved() 264 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementRemoved() 274 rtl::OUString aModule; in elementReplaced() local 280 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementReplaced() 284 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementReplaced() 332 rtl::OUString aModule; in readConfigurationData() local [all …]
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | EApi.cxx | 75 tryLink( oslModule &aModule, const char *pName ) in tryLink() argument 81 ( aModule, rtl::OUString::createFromAscii ( aApiMap[ i ].sym_name ).pData ); in tryLink() 95 oslModule aModule; in EApiInit() local 99 aModule = osl_loadModule( rtl::OUString::createFromAscii in EApiInit() 102 if( aModule) in EApiInit() 104 if ( tryLink( aModule, eBookLibNames[ j ] ) ) in EApiInit() 106 osl_unloadModule( aModule ); in EApiInit()
|
/aoo42x/main/vcl/unx/generic/plugadapt/ |
H A D | salplug.cxx | 67 OUString aModule = aModName.makeStringAndClear(); in tryInstance() local 70 reinterpret_cast< oslGenericFunction >( &tryInstance ), aModule.pData, in tryInstance() 80 OUStringToOString( aModule, RTL_TEXTENCODING_ASCII_US ).getStr(), in tryInstance() 116 OUStringToOString( aModule, RTL_TEXTENCODING_ASCII_US ).getStr() ); in tryInstance() 124 OUStringToOString( aModule, RTL_TEXTENCODING_ASCII_US ).getStr() ); in tryInstance() 139 OUString aModule = aModName.makeStringAndClear(); in get_desktop_environment() local 142 reinterpret_cast< oslGenericFunction >( &tryInstance ), aModule.pData, in get_desktop_environment()
|
/aoo42x/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 817 pRequest->aModule = aOpt.GetFactoryName( eFactory ); in run() 879 pRequest->aModule = aOpt.GetFactoryName( SvtModuleOptions::E_WRITER ); in run() 881 pRequest->aModule = aOpt.GetFactoryName( SvtModuleOptions::E_CALC ); in run() 883 pRequest->aModule= aOpt.GetFactoryName( SvtModuleOptions::E_IMPRESS ); in run() 885 pRequest->aModule= aOpt.GetFactoryName( SvtModuleOptions::E_DRAW ); in run() 964 …t, aRequest.aCwdUrl, aRequest.aOpenList, DispatchWatcher::REQUEST_OPEN, aEmpty, aRequest.aModule ); in ExecuteCmdLineRequests() 965 …t, aRequest.aCwdUrl, aRequest.aViewList, DispatchWatcher::REQUEST_VIEW, aEmpty, aRequest.aModule ); in ExecuteCmdLineRequests() 966 … aRequest.aCwdUrl, aRequest.aStartList, DispatchWatcher::REQUEST_START, aEmpty, aRequest.aModule ); in ExecuteCmdLineRequests() 967 … aRequest.aCwdUrl, aRequest.aPrintList, DispatchWatcher::REQUEST_PRINT, aEmpty, aRequest.aModule ); in ExecuteCmdLineRequests() 969 …t.aCwdUrl, aRequest.aForceOpenList, DispatchWatcher::REQUEST_FORCEOPEN, aEmpty, aRequest.aModule ); in ExecuteCmdLineRequests() [all …]
|
H A D | officeipcthread.hxx | 56 ::rtl::OUString aModule;
|
/aoo42x/main/xml2cmp/source/xcd/ |
H A D | cr_index.cxx | 115 ModuleDescription aModule; in ReadFile() local 116 X2CParser aParser(aModule); in ReadFile() 130 CreateHtmlFileName( sOutputHtml, aModule ); in ReadFile() 131 HtmlCreator aHtmlCreator( sOutputHtml, aModule, sIdlRootPath ); in ReadFile() 135 sCurModule = aModule.ModuleName(); in ReadFile() 138 aModule.Get_SupportedServices(aSupportedServices); in ReadFile()
|
/aoo42x/main/l10ntools/source/help/ |
H A D | HelpIndexerTool.java | 76 String aModule = ""; in mainImpl() local 113 aModule = args[i + 1]; in mainImpl() 177 String aIndexDirName = aModule + ".idxl"; in mainImpl() 191 … int nRet = indexDocs( writer, aModule, bExtensionMode, aCaptionFilesDir, aContentFilesDir ); in mainImpl() 264 private static int indexDocs(IndexWriter writer, String aModule, boolean bExtensionMode, in indexDocs() argument 302 writer.addDocument( HelpFileDocument.Document( aModule, aCaptionFile, aContentFile ) ); in indexDocs() 317 … writer.addDocument( HelpFileDocument.Document( aModule, aCaptionFile, aContentFile ) ); in indexDocs()
|
H A D | HelpFileDocument.java | 56 public static Document Document( String aModule, File aCaptionFile, File aContentFile ) in Document() argument 65 String aPath = "#HLP#" + aModule + "/" + aFile.getName(); in Document()
|
/aoo42x/main/xml2cmp/source/finder/ |
H A D | dependy.cxx | 123 ModuleDescription aModule; in ReadFile() local 124 X2CParser aParser(aModule); in ReadFile() 136 Simstr sModule = aModule.ModuleName(); in ReadFile() 141 aModule.Get_SupportedServices(aImplServices); in ReadFile() 142 aModule.Get_ServiceDependencies(aNeededServices); in ReadFile()
|
/aoo42x/main/extensions/workben/ |
H A D | testpgp.cxx | 551 String aModule ("module://"); 556 aModule += pBuffer; 559 StringToUString (aModule, CHARSET_SYSTEM)); 569 String aModule ("module://"); 574 aModule += pBuffer; 577 StringToUString (aModule, CHARSET_SYSTEM));
|
/aoo42x/main/unotools/source/config/ |
H A D | moduleoptions.cxx | 1567 ::rtl::OUString aModule; in GetDefaultModuleName() 1569 aModule = m_pDataContainer->GetFactoryShortName(SvtModuleOptions::E_WRITER); in GetDefaultModuleName() 1572 aModule = m_pDataContainer->GetFactoryShortName(SvtModuleOptions::E_CALC); in GetDefaultModuleName() 1575 aModule = m_pDataContainer->GetFactoryShortName(SvtModuleOptions::E_IMPRESS); in GetDefaultModuleName() 1578 aModule = m_pDataContainer->GetFactoryShortName(SvtModuleOptions::E_DATABASE); in GetDefaultModuleName() 1581 aModule = m_pDataContainer->GetFactoryShortName(SvtModuleOptions::E_DRAW); in GetDefaultModuleName() 1584 aModule = m_pDataContainer->GetFactoryShortName(SvtModuleOptions::E_WRITERWEB); in GetDefaultModuleName() 1587 aModule = m_pDataContainer->GetFactoryShortName(SvtModuleOptions::E_WRITERGLOBAL); in GetDefaultModuleName() 1590 aModule = m_pDataContainer->GetFactoryShortName(SvtModuleOptions::E_MATH); in GetDefaultModuleName() 1591 return aModule; in GetDefaultModuleName()
|
/aoo42x/main/scripting/source/basprov/ |
H A D | basprov.cxx | 371 ::rtl::OUString aModule; in getScript() 373 aModule = aDescription.getToken( 0, (sal_Unicode)'.', nIndex ); in getScript() 378 …if ( aLibrary.getLength() != 0 && aModule.getLength() != 0 && aMethod.getLength() != 0 && aLocatio… in getScript() 404 SbModule* pModule = pBasic->FindModule( aModule ); in getScript() 429 aMessage.appendAscii( "module: '" ).append( aModule ).appendAscii( "'\n" ); in getScript()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | basides2.cxx | 247 ::rtl::OUString aModule; in CreateBasWin() 250 bSuccess = rDocument.getModule( aLibName, aModName, aModule ); in CreateBasWin() 252 bSuccess = rDocument.createModule( aLibName, aModName, sal_True, aModule ); in CreateBasWin() 260 pWin = new ModulWindow( pModulLayout, rDocument, aLibName, aModName, aModule ); in CreateBasWin()
|
H A D | moduldlg.cxx | 389 ::rtl::OUString aModule; in NotifyCopyingMoving() 390 if ( rSourceDoc.getModule( aSourceLibName, aSourceName, aModule ) ) in NotifyCopyingMoving() 398 if ( rDestDoc.insertModule( aDestLibName, aSourceName, aModule ) ) in NotifyCopyingMoving() 436 ::rtl::OUString aModule; in NotifyCopyingMoving() 437 if ( rSourceDoc.getModule( aSourceLibName, aSourceName, aModule ) ) in NotifyCopyingMoving() 440 if ( rDestDoc.insertModule( aDestLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
|
H A D | baside2.hxx | 369 String aName, ::rtl::OUString& aModule ); 446 void SetModule( const ::rtl::OUString& aModule ) { m_aModule = aModule; } in SetModule() argument
|
/aoo42x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_docmgr.cxx | 727 rtl::OUString aModule; in isBasicIDE() local 730 aModule = m_xModuleMgr->identify( xModel ); in isBasicIDE() 741 if ( aModule.getLength() > 0 ) in isBasicIDE() 744 if ( aModule.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in isBasicIDE()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | mailmodel.cxx | 362 rtl::OUString aModule; in SaveDocumentAsFormat() local 365 aModule = xModuleManager->identify( xFrameOrModel ); in SaveDocumentAsFormat() 385 if (( aModule.getLength() > 0 ) && xModel.is() ) in SaveDocumentAsFormat() 428 aQuery[1].Value = css::uno::makeAny( aModule ); in SaveDocumentAsFormat() 484 … ::comphelper::SequenceAsHashMap aFilterPropsHM( xNameAccess->getByName( aModule ) ); in SaveDocumentAsFormat()
|
/aoo42x/main/sal/osl/all/ |
H A D | loadmodulerelative.cxx | 73 oslModule aModule = osl_loadModuleRelative( baseModule, pUniName, nRtldMode ); in osl_loadAsciiModuleRelative() local 75 return aModule; in osl_loadAsciiModuleRelative()
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 964 static ::osl::Module aModule; in GetMswordLibSymbol() 968 bLoaded = SvLibrary::LoadModule( aModule, aLibName, &thisModule ); in GetMswordLibSymbol() 970 return aModule.getFunctionSymbol( ::rtl::OUString::createFromAscii( pSymbol ) ); in GetMswordLibSymbol()
|
/aoo42x/main/idl/source/prj/ |
H A D | database.cxx | 865 SvMetaModuleRef aModule = new SvMetaModule( rInStm.GetFileName(), bImported ); in ReadSvIdl() local 866 if( aModule->ReadSvIdl( *this, rInStm ) ) in ReadSvIdl() 867 GetModuleList().Append( aModule ); in ReadSvIdl()
|
/aoo42x/main/sal/osl/w32/ |
H A D | module.cxx | 110 oslModule aModule = osl_loadModule( pUniName, nRtldMode ); in osl_loadAsciiModule() local 112 return aModule; in osl_loadAsciiModule()
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewsh.cxx | 613 rtl::OUString aModule; in ExecMisc_Impl() local 616 aModule = xModuleManager->identify( xFrame ); in ExecMisc_Impl() 655 …me = impl_retrieveFilterNameFromTypeAndModule( xContainerQuery, aTypeName, aModule, nFilterFlags ); in ExecMisc_Impl() 660 …Query, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( HTML_GRAPHIC_TYPE )), aModule, nFilterFlags ); in ExecMisc_Impl()
|
/aoo42x/main/cui/source/customize/ |
H A D | cfgutil.cxx | 1292 String aLib, aModule, aMethod; in SelectMacro() local 1298 aModule = rMacro.GetToken( nCount-2, '.' ); in SelectMacro() 1319 if ( aEntryMod == aModule ) in SelectMacro()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 238 SvtModuleOptions aModule; variable 240 ,aModule.GetFactoryEmptyDocumentURL(SvtModuleOptions::E_CALC)
|