Lines Matching refs:aSourceName

213 		String aSourceName( aSourceDesc.GetName() );  in NotifyAcceptDrop()  local
249 if ( ( eSourceType == OBJ_TYPE_MODULE && rDestDoc.hasModule( aDestLibName, aSourceName ) ) || in NotifyAcceptDrop()
250 ( eSourceType == OBJ_TYPE_DIALOG && rDestDoc.hasDialog( aDestLibName, aSourceName ) ) ) in NotifyAcceptDrop()
363 String aSourceName( aSourceDesc.GetName() ); in NotifyCopyingMoving() local
378 …SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, rSourceDoc, aSourceLibName, aSourceName, ConvertType( eTyp… in NotifyCopyingMoving()
390 if ( rSourceDoc.getModule( aSourceLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
393 if ( rSourceDoc.removeModule( aSourceLibName, aSourceName ) ) in NotifyCopyingMoving()
398 if ( rDestDoc.insertModule( aDestLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
407 if ( rSourceDoc.getDialog( aSourceLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
410 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving()
413 if ( BasicIDE::RemoveDialog( rSourceDoc, aSourceLibName, aSourceName ) ) in NotifyCopyingMoving()
418 if ( rDestDoc.insertDialog( aDestLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
437 if ( rSourceDoc.getModule( aSourceLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
440 if ( rDestDoc.insertModule( aDestLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
448 if ( rSourceDoc.getDialog( aSourceLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
451 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving()
454 if ( rDestDoc.insertDialog( aDestLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
470 …SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, rDestDoc, aDestLibName, aSourceName, ConvertType( eType ) … in NotifyCopyingMoving()