Searched refs:aSourceDesc (Results 1 – 1 of 1) sorted by relevance
212 BasicEntryDescriptor aSourceDesc( GetEntryDescriptor( pSelected ) ); in NotifyAcceptDrop() local213 String aSourceName( aSourceDesc.GetName() ); in NotifyAcceptDrop()214 BasicEntryType eSourceType( aSourceDesc.GetType() ); in NotifyAcceptDrop()360 BasicEntryDescriptor aSourceDesc( GetEntryDescriptor( FirstSelected() ) ); in NotifyCopyingMoving() local361 const ScriptDocument rSourceDoc( aSourceDesc.GetDocument() ); in NotifyCopyingMoving()362 String aSourceLibName( aSourceDesc.GetLibName() ); in NotifyCopyingMoving()363 String aSourceName( aSourceDesc.GetName() ); in NotifyCopyingMoving()364 BasicEntryType eType( aSourceDesc.GetType() ); in NotifyCopyingMoving()
Completed in 24 milliseconds