Searched refs:xNewDlg (Results 1 – 3 of 3) sorted by relevance
984 … std::auto_ptr< InputDialog > xNewDlg( new InputDialog( static_cast<Window*>(this), nMode ) ); in createEntry() local985 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() local1110 xNewDlg->SetObjectName( aNewName ); in renameEntry()1115 if ( xNewDlg->Execute() && xNewDlg->GetObjectName().Len() ) in renameEntry()1117 ::rtl::OUString aUserSuppliedName = xNewDlg->GetObjectName(); in renameEntry()
820 std::auto_ptr< NewObjectDialog > xNewDlg( in NewDialog() local822 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() local984 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()
1193 std::auto_ptr< ExportDialog > xNewDlg( new ExportDialog( pWin ) ); in Export() local1195 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() local1627 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 50 milliseconds