Lines Matching refs:aDestLibName
219 String aDestLibName( aDestDesc.GetLibName() ); in NotifyAcceptDrop() local
220 ::rtl::OUString aOUDestLibName( aDestLibName ); in NotifyAcceptDrop()
249 if ( ( eSourceType == OBJ_TYPE_MODULE && rDestDoc.hasModule( aDestLibName, aSourceName ) ) || in NotifyAcceptDrop()
250 ( eSourceType == OBJ_TYPE_DIALOG && rDestDoc.hasDialog( aDestLibName, aSourceName ) ) ) in NotifyAcceptDrop()
357 String aDestLibName( aDestDesc.GetLibName() ); in NotifyCopyingMoving() local
374 if ( rSourceDoc != rDestDoc || aSourceLibName != aDestLibName ) in NotifyCopyingMoving()
398 if ( rDestDoc.insertModule( aDestLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
410 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving()
418 if ( rDestDoc.insertDialog( aDestLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
440 if ( rDestDoc.insertModule( aDestLibName, aSourceName, aModule ) ) in NotifyCopyingMoving()
451 aSourceLibName, rDestDoc, aDestLibName, aSourceName ); in NotifyCopyingMoving()
454 if ( rDestDoc.insertDialog( aDestLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
466 if ( rSourceDoc != rDestDoc || aSourceLibName != aDestLibName ) in NotifyCopyingMoving()
470 …SbxItem aSbxItem( SID_BASICIDE_ARG_SBX, rDestDoc, aDestLibName, aSourceName, ConvertType( eType ) … in NotifyCopyingMoving()