Lines Matching refs:aModName
704 String aModName( aDesc.GetName() ); in IMPL_LINK() local
709 aModName = aModName.GetToken( 0, ' ', nIndex ); in IMPL_LINK()
712 aModName, aBasicBox.ConvertType( aDesc.GetType() ) ); in IMPL_LINK()
805 String aModName; in NewModule() local
807 aBasicBox, aLibName, aModName, true ); in NewModule()
967 BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain ) in createModImpl() argument
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()
997 rDocument.createModule( aLibName, aModName, bMain, sModuleCode ); in createModImpl()
1001 pModule = pBasic->FindModule( aModName ); in createModImpl()
1002 …SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, rDocument, aLibName, aModName, BASICIDE_TYPE_MODULE ); in createModImpl()
1036 … SvLBoxEntry* pEntry = rBasicBox.FindEntry( pSubRootEntry, aModName, OBJ_TYPE_MODULE ); in createModImpl()
1040 aModName, in createModImpl()