Home
last modified time | relevance | path

Searched refs:aModName (Results 1 – 20 of 20) sorted by relevance

/trunk/main/vcl/unx/generic/plugadapt/
H A Dsalplug.cxx62 OUStringBuffer aModName( 128 ); in tryInstance() local
63 aModName.appendAscii( SAL_DLLPREFIX"vclplug_" ); in tryInstance()
64 aModName.append( rModuleBase ); in tryInstance()
65 aModName.appendAscii( SAL_DLLPOSTFIX ); in tryInstance()
66 aModName.appendAscii( SAL_DLLEXTENSION ); in tryInstance()
67 OUString aModule = aModName.makeStringAndClear(); in tryInstance()
135 OUStringBuffer aModName( 128 ); in get_desktop_environment() local
136 aModName.appendAscii( SAL_DLLPREFIX"desktop_detector" ); in get_desktop_environment()
137 aModName.appendAscii( SAL_DLLPOSTFIX ); in get_desktop_environment()
138 aModName.appendAscii( SAL_DLLEXTENSION ); in get_desktop_environment()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbasides2.cxx232 String aModName( rModName ); in CreateBasWin() local
239 if ( !aModName.Len() ) in CreateBasWin()
240 aModName = rDocument.createObjectName( E_SCRIPTS, aLibName ); in CreateBasWin()
243 pWin = FindBasWin( rDocument, aLibName, aModName, sal_False, sal_True ); in CreateBasWin()
249 if ( rDocument.hasModule( aLibName, aModName ) ) in CreateBasWin()
250 bSuccess = rDocument.getModule( aLibName, aModName, aModule ); in CreateBasWin()
252 bSuccess = rDocument.createModule( aLibName, aModName, sal_True, aModule ); in CreateBasWin()
256 pWin = FindBasWin( rDocument, aLibName, aModName, sal_False, sal_True ); in CreateBasWin()
260 pWin = new ModulWindow( pModulLayout, rDocument, aLibName, aModName, aModule ); in CreateBasWin()
287 aModName.AppendAscii(" (").Append(sObjName).AppendAscii(")"); in CreateBasWin()
[all …]
H A Dmoduldlg.cxx704 String aModName( aDesc.GetName() ); in IMPL_LINK() local
709 aModName = aModName.GetToken( 0, ' ', nIndex ); in IMPL_LINK()
805 String aModName; in NewModule() local
807 aBasicBox, aLibName, aModName, true ); in NewModule()
979 if ( !aModName.Len() ) in createModImpl()
980 aModName = rDocument.createObjectName( E_SCRIPTS, aLibName ); in createModImpl()
984 xNewDlg->SetObjectName( aModName ); in createModImpl()
989 aModName = xNewDlg->GetObjectName(); in createModImpl()
995 if( rDocument.hasModule( aLibName, aModName ) ) in createModImpl()
1001 pModule = pBasic->FindModule( aModName ); in createModImpl()
[all …]
H A Dmacrodlg.cxx340 String aModName = pModule->GetName(); in DeleteMacro() local
341 OSL_VERIFY( aDocument.updateModule( aLibName, aModName, aSource ) ); in DeleteMacro()
380 String aModName( aDesc.GetName() ); in CreateMacro() local
381 if ( aModName.Len() ) in CreateMacro()
387 aModName = aModName.GetToken( 0, ' ', nIndex ); in CreateMacro()
389 pModule = pBasic->FindModule( aModName ); in CreateMacro()
397 aDocument, aBasicBox, aLibName, aModName ); in CreateMacro()
832 String aModName; in IMPL_LINK() local
834 aBasicBox, aLibName, aModName, true ); in IMPL_LINK()
H A Dbastype2.cxx339 String aModName = pModNames[ i ]; in ImpCreateLibSubEntries() local
340 … SvLBoxEntry* pModuleEntry = FindEntry( pLibRootEntry, aModName, OBJ_TYPE_MODULE ); in ImpCreateLibSubEntries()
343 aModName, in ImpCreateLibSubEntries()
352 … Sequence< ::rtl::OUString > aNames = BasicIDE::GetMethodNames( rDocument, rLibName, aModName ); in ImpCreateLibSubEntries()
465 String aModName = pModNames[ i ]; in ImpCreateLibSubSubEntriesInVBAMode() local
467 switch( ModuleInfoHelper::getModuleType( xLib, aModName ) ) in ImpCreateLibSubSubEntriesInVBAMode()
487 String aEntryName( aModName ); in ImpCreateLibSubSubEntriesInVBAMode()
491 ModuleInfoHelper::getObjectName( xLib, aModName, sObjName ); in ImpCreateLibSubSubEntriesInVBAMode()
509 … Sequence< ::rtl::OUString > aNames = BasicIDE::GetMethodNames( rDocument, rLibName, aModName ); in ImpCreateLibSubSubEntriesInVBAMode()
H A Dbasidesh.cxx817 String aModName = pModNames[ j ]; in UpdateWindows() local
818 ModulWindow* pWin = FindBasWin( *doc, aLibName, aModName, sal_False ); in UpdateWindows()
820 pWin = CreateBasWin( *doc, aLibName, aModName ); in UpdateWindows()
821 … if ( !pNextActiveWindow && pLibInfoItem && pLibInfoItem->GetCurrentName() == aModName && in UpdateWindows()
H A Dbasobj3.cxx153 String aModName = pModule->GetName(); in CreateMacro() local
154 OSL_VERIFY( aDocument.updateModule( aLibName, aModName, aOUSource ) ); in CreateMacro()
H A Dbaside2.cxx1402 String aModName( GetName() ); in CreateEntryDescriptor() local
1415 ModuleInfoHelper::getObjectName( xLib, aModName, sObjName ); in CreateEntryDescriptor()
1418 aModName.AppendAscii(" (").Append(sObjName).AppendAscii(")"); in CreateEntryDescriptor()
1434 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aModName, OBJ_TYPE_MODUL… in CreateEntryDescriptor()
H A Dmoduldl2.cxx1664 String aModName = rDocument.createObjectName( E_SCRIPTS, aLibName ); in createLibImpl() local
1666 if ( !rDocument.createModule( aLibName, aModName, sal_True, sModuleCode ) ) in createLibImpl()
1669 SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, rDocument, aLibName, aModName, BASICIDE_TYPE_MODULE ); in createLibImpl()
1704 aModName, in createLibImpl()
H A Dbasides1.cxx390 String aModName = rInfo.GetModule(); in ExecuteGlobal() local
393 if ( aDocument.createModule( aLibName, aModName, sal_False, sModuleCode ) ) in ExecuteGlobal()
394 pModule = pBasic->FindModule( aModName ); in ExecuteGlobal()
H A Dmoduldlg.hxx268 BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain = false );
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_export.cxx357 ::rtl::OUString aModName( pModNames[j] ); in filter()
358 if ( xLib->hasByName( aModName ) ) in filter()
369 aModName ); in filter()
389 xLib->getByName( aModName ) >>= aSource; in filter()
/trunk/main/sw/source/filter/html/
H A Dhtmlbas.cxx166 ::rtl::OUString aModName( aBasicModule ); in EndScript()
167 if ( !xModLib->hasByName( aModName ) ) in EndScript()
171 xModLib->insertByName( aModName , aElement ); in EndScript()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx422 ::rtl::OUString aModName( sModule ); in ImportCode_Impl()
433 moduleInfos[ aModName ] = sModuleInfo; in ImportCode_Impl()
435 moduleData[ aModName ] = aSourceAny; in ImportCode_Impl()
/trunk/main/filter/source/t602/
H A Dt602filter.cxx1166 rtl::OString aModName( "t602filter" ); in initLocale() local
1167 aModName += rtl::OString::valueOf( sal_Int32( SUPD ) ); in initLocale()
1169 mpResMgr = ResMgr::CreateResMgr( aModName.getStr(), meLocale ); in initLocale()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx331 OString aModName( "date" ); in InitData() local
332 pResMgr = ResMgr::CreateResMgr( aModName.getStr(), aFuncLoc ); in InitData()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx160 OString aModName( "analysis" ); in InitData() local
161 pResMgr = ResMgr::CreateResMgr( aModName.getStr(), aFuncLoc ); in InitData()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx782 String aModName = pModule->GetName(); in copyToLibraryContainer() local
783 if( !xLib->hasByName( aModName ) ) in copyToLibraryContainer()
788 xLib->insertByName( aModName, aSourceAny ); in copyToLibraryContainer()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1347 uno::Reference< XHelperInterface > getUnoDocModule( const String& aModName, SfxObjectShell* pShell ) in getUnoDocModule() argument
1357 if( SbModule* pMod = pBasic->FindModule( aModName ) ) in getUnoDocModule()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx67 … css::uno::Reference< XHelperInterface > getUnoDocModule( const String& aModName, SfxObjectShell* …

Completed in 142 milliseconds