Home
last modified time | relevance | path

Searched refs:rSourceDoc (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/basctl/source/basicide/
H A Dmoduldlg.cxx278 const ScriptDocument& rSourceDoc, const String& rSourceLibName, const ScriptDocument& rDestDoc, in CopyDialogResources() argument
285 …Reference< container::XNameContainer > xSourceDialogLib( rSourceDoc.getLibrary( E_DIALOGS, rSource… in CopyDialogResources()
361 const ScriptDocument rSourceDoc( aSourceDesc.GetDocument() ); in NotifyCopyingMoving() local
374 if ( rSourceDoc != rDestDoc || aSourceLibName != aDestLibName ) in NotifyCopyingMoving()
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()
395 BasicIDE::MarkDocumentModified( rSourceDoc ); in NotifyCopyingMoving()
407 if ( rSourceDoc.getDialog( aSourceLibName, aSourceName, xISP ) ) in NotifyCopyingMoving()
409 BasicIDEShell::CopyDialogResources( xISP, rSourceDoc, in NotifyCopyingMoving()
[all …]
/AOO41X/main/basctl/source/inc/
H A Dbasidesh.hxx231 … const ScriptDocument& rSourceDoc, const String& rSourceLibName, const ScriptDocument& rDestDoc,