Home
last modified time | relevance | path

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

12

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx192 String aName, ::rtl::OUString& aModule ) in ModulWindow() argument
195 ,m_aModule( aModule ) in ModulWindow()
H A Dbaside2.hxx369 String aName, ::rtl::OUString& aModule );
446 void SetModule( const ::rtl::OUString& aModule ) { m_aModule = aModule; } in SetModule() argument
H A Dbaside2b.cxx512 ::rtl::OUString aModule = getTextEngineText( pEditEngine ); in SetSourceInBasic()
521 pModulWindow->SetModule( aModule ); in SetSourceInBasic()
527 OSL_VERIFY( aDocument.updateModule( aLibName, aName, aModule ) ); in SetSourceInBasic()
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()
/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/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/cui/source/options/
H A Dtreeopt.cxx1490 osl::Module aModule; in GetSSOCreator() local
1492 if( aModule.loadRelative( in GetSSOCreator()
1496 theSymbol = reinterpret_cast<CreateTabPage>(aModule.getFunctionSymbol( theSymbolName )); in GetSSOCreator()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx238 SvtModuleOptions aModule; variable
240 ,aModule.GetFactoryEmptyDocumentURL(SvtModuleOptions::E_CALC)
/trunk/main/desktop/source/app/
H A Dapp.cxx3192 aRequest.aModule = aOpt.GetFactoryName( SvtModuleOptions::E_WRITER ); in OpenClients()
3194 aRequest.aModule = aOpt.GetFactoryName( SvtModuleOptions::E_CALC ); in OpenClients()
3196 aRequest.aModule= aOpt.GetFactoryName( SvtModuleOptions::E_IMPRESS ); in OpenClients()
3198 aRequest.aModule= aOpt.GetFactoryName( SvtModuleOptions::E_DRAW ); in OpenClients()
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/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/framework/inc/uifactory/
H A Dfactoryconfiguration.hxx103 …::sun::star::uno::Any& aElement, rtl::OUString& aCommand, rtl::OUString& aModule, rtl::OUString& a…
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx1386 ::rtl::OUString aModule = m_aModuleIdentifier; in getShortCutManager()
1395 aProp.Value <<= aModule; in getShortCutManager()
H A Duiconfigurationmanagerimpl.cxx1371 ::rtl::OUString aModule = m_aModuleIdentifier; in getShortCutManager()
1382 aProp.Value <<= aModule; in getShortCutManager()
/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/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/l10ntools/source/help/
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()
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()
/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/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/sc/source/ui/docshell/
H A Dimpex.cxx2073 static ::osl::Module aModule; in Get()
2074 if ( aModule.loadRelative( &thisModule, in Get()
2077 …oslGenericFunction fn = aModule.getFunctionSymbol( ::rtl::OUString::createFromAscii( "ScFilterCrea… in Get()
/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()

Completed in 152 milliseconds

12