Home
last modified time | relevance | path

Searched refs:xNewDlg (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx984 … std::auto_ptr< InputDialog > xNewDlg( new InputDialog( static_cast<Window*>(this), nMode ) ); in createEntry() local
985 xNewDlg->SetObjectName( aNewName ); in createEntry()
989 if ( xNewDlg->Execute() && xNewDlg->GetObjectName().Len() ) in createEntry()
991 ::rtl::OUString aUserSuppliedName = xNewDlg->GetObjectName(); in createEntry()
1003 xNewDlg->SetObjectName( aNewName ); in createEntry()
1109 … std::auto_ptr< InputDialog > xNewDlg( new InputDialog( static_cast<Window*>(this), nMode ) ); in renameEntry() local
1110 xNewDlg->SetObjectName( aNewName ); in renameEntry()
1115 if ( xNewDlg->Execute() && xNewDlg->GetObjectName().Len() ) in renameEntry()
1117 ::rtl::OUString aUserSuppliedName = xNewDlg->GetObjectName(); in renameEntry()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx820 std::auto_ptr< NewObjectDialog > xNewDlg( in NewDialog() local
822 xNewDlg->SetObjectName( aDocument.createObjectName( E_DIALOGS, aLibName ) ); in NewDialog()
824 if (xNewDlg->Execute() != 0) in NewDialog()
826 String aDlgName( xNewDlg->GetObjectName() ); in NewDialog()
982 std::auto_ptr< NewObjectDialog > xNewDlg( in createModImpl() local
984 xNewDlg->SetObjectName( aModName ); in createModImpl()
986 if (xNewDlg->Execute() != 0) in createModImpl()
988 if ( xNewDlg->GetObjectName().Len() ) in createModImpl()
989 aModName = xNewDlg->GetObjectName(); in createModImpl()
H A Dmoduldl2.cxx1193 std::auto_ptr< ExportDialog > xNewDlg( new ExportDialog( pWin ) ); in Export() local
1195 if ( xNewDlg->Execute() == RET_OK ) in Export()
1199 if( xNewDlg->isExportAsPackage() ) in Export()
1626 std::auto_ptr< NewObjectDialog > xNewDlg( new NewObjectDialog( pWin, NEWOBJECTMODE_LIB ) ); in createLibImpl() local
1627 xNewDlg->SetObjectName( aLibName ); in createLibImpl()
1629 if ( xNewDlg->Execute() ) in createLibImpl()
1631 if ( xNewDlg->GetObjectName().Len() ) in createLibImpl()
1632 aLibName = xNewDlg->GetObjectName(); in createLibImpl()

Completed in 34 milliseconds