Lines Matching defs:exportDialogInstance
1453 Inkscape::UI::Dialog::FileExportDialog *exportDialogInstance =
1462 bool success = exportDialogInstance->show();
1464 delete exportDialogInstance;
1468 Glib::ustring fileName = exportDialogInstance->getFilename();
1471 exportDialogInstance->getSelectionType();
1473 delete exportDialogInstance;
1474 exportDialogInstance = NULL;
1570 Inkscape::UI::Dialog::OCAL:ExportDialog *exportDialogInstance =
1577 success = exportDialogInstance->show();
1579 delete exportDialogInstance;
1583 fileName = exportDialogInstance->getFilename();
1585 delete exportDialogInstance;
1586 exportDialogInstance = NULL;;