Lines Matching refs:aModName
232 String aModName( rModName ); in CreateBasWin() local
239 if ( !aModName.Len() ) in CreateBasWin()
240 aModName = rDocument.createObjectName( E_SCRIPTS, aLibName ); in CreateBasWin()
243 pWin = FindBasWin( rDocument, aLibName, aModName, sal_False, sal_True ); in CreateBasWin()
249 if ( rDocument.hasModule( aLibName, aModName ) ) in CreateBasWin()
250 bSuccess = rDocument.getModule( aLibName, aModName, aModule ); in CreateBasWin()
252 bSuccess = rDocument.createModule( aLibName, aModName, sal_True, aModule ); in CreateBasWin()
256 pWin = FindBasWin( rDocument, aLibName, aModName, sal_False, sal_True ); in CreateBasWin()
260 pWin = new ModulWindow( pModulLayout, rDocument, aLibName, aModName, aModule ); in CreateBasWin()
287 aModName.AppendAscii(" (").Append(sObjName).AppendAscii(")"); in CreateBasWin()
290 pTabBar->InsertPage( (sal_uInt16)nKey, aModName ); in CreateBasWin()