Home
last modified time | relevance | path

Searched refs:aModule (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx176 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 Duielementfactorymanager.cxx234 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 …]
/trunk/main/connectivity/source/drivers/evoab2/
H A DEApi.cxx75 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()
/trunk/main/vcl/unx/generic/plugadapt/
H A Dsalplug.cxx67 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()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx817 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 Dofficeipcthread.hxx56 ::rtl::OUString aModule;
/trunk/main/xml2cmp/source/xcd/
H A Dcr_index.cxx115 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()
/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java76 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 DHelpFileDocument.java56 public static Document Document( String aModule, File aCaptionFile, File aContentFile ) in Document() argument
65 String aPath = "#HLP#" + aModule + "/" + aFile.getName(); in Document()
/trunk/main/xml2cmp/source/finder/
H A Ddependy.cxx123 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()
/trunk/main/extensions/workben/
H A Dtestpgp.cxx551 String aModule ("module://");
556 aModule += pBuffer;
559 StringToUString (aModule, CHARSET_SYSTEM));
569 String aModule ("module://");
574 aModule += pBuffer;
577 StringToUString (aModule, CHARSET_SYSTEM));
/trunk/main/unotools/source/config/
H A Dmoduleoptions.cxx1567 ::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()
/trunk/main/scripting/source/basprov/
H A Dbasprov.cxx371 ::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()
/trunk/main/basctl/source/basicide/
H A Dbasides2.cxx247 ::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 Dmoduldlg.cxx389 ::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 Dbaside2.hxx369 String aName, ::rtl::OUString& aModule );
446 void SetModule( const ::rtl::OUString& aModule ) { m_aModule = aModule; } in SetModule() argument
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx727 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()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx362 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()
/trunk/main/sal/osl/all/
H A Dloadmodulerelative.cxx73 oslModule aModule = osl_loadModuleRelative( baseModule, pUniName, nRtldMode ); in osl_loadAsciiModuleRelative() local
75 return aModule; in osl_loadAsciiModuleRelative()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx964 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()
/trunk/main/idl/source/prj/
H A Ddatabase.cxx865 SvMetaModuleRef aModule = new SvMetaModule( rInStm.GetFileName(), bImported ); in ReadSvIdl() local
866 if( aModule->ReadSvIdl( *this, rInStm ) ) in ReadSvIdl()
867 GetModuleList().Append( aModule ); in ReadSvIdl()
/trunk/main/sal/osl/w32/
H A Dmodule.cxx110 oslModule aModule = osl_loadModule( pUniName, nRtldMode ); in osl_loadAsciiModule() local
112 return aModule; in osl_loadAsciiModule()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx613 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()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx1292 String aLib, aModule, aMethod; in SelectMacro() local
1298 aModule = rMacro.GetToken( nCount-2, '.' ); in SelectMacro()
1319 if ( aEntryMod == aModule ) in SelectMacro()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx238 SvtModuleOptions aModule; variable
240 ,aModule.GetFactoryEmptyDocumentURL(SvtModuleOptions::E_CALC)

Completed in 125 milliseconds

12