#include <memory>#include "ie_imp_OpenDocument.h"#include "ODi_StreamListener.h"#include "ODi_ContentStreamAnnotationMatcher_ListenerState.h"#include "ODi_ManifestStream_ListenerState.h"#include <ut_types.h>#include "xap_App.h"#include "xap_Frame.h"#include "xap_DialogFactory.h"#include "xap_Dlg_Password.h"#include "ap_Dialog_Id.h"#include "ie_imp_PasteListener.h"#include "pd_DocumentRDF.h"#include <glib-object.h>#include <gsf/gsf-input-stdio.h>#include <gsf/gsf-infile.h>#include <gsf/gsf-infile-zip.h>#include <gsf/gsf-input-memory.h>Defines | |
| #define | GetPassword() _getPassword ( XAP_App::getApp()->getLastFocussedFrame() ) |
| Asks the user for a password. | |
Functions | |
| static UT_UTF8String | _getPassword (XAP_Frame *pFrame) |
| gboolean | gsf_infile_child_exists (GsfInfile *infile, char const *name) |
| #define GetPassword | ( | ) | _getPassword ( XAP_App::getApp()->getLastFocussedFrame() ) |
Asks the user for a password.
Taken from ie_imp_MsWord97.cpp
Referenced by IE_Imp_OpenDocument::_handleManifestStream().
| static UT_UTF8String _getPassword | ( | XAP_Frame * | pFrame | ) | [static] |
References XAP_Dialog_Password::getAnswer(), XAP_Frame::getDialogFactory(), XAP_Dialog_Password::getPassword(), XAP_Frame::raise(), XAP_DialogFactory::releaseDialog(), XAP_DialogFactory::requestDialog(), XAP_Dialog_Password::runModal(), UT_return_val_if_fail, UT_UTF8String::utf8_str(), and XAP_DIALOG_ID_PASSWORD.
| gboolean gsf_infile_child_exists | ( | GsfInfile * | infile, | |
| char const * | name | |||
| ) |
1.7.1