LibreOffice Module ucb (master) 1
|
#include <sal/config.h>
#include <utility>
#include "gio_mount.hxx"
#include <ucbhelper/simpleauthenticationrequest.hxx>
#include <string.h>
Go to the source code of this file.
Functions | |
G_DEFINE_TYPE (OOoMountOperation, ooo_mount_operation, G_TYPE_MOUNT_OPERATION) | |
static void | ooo_mount_operation_ask_password (GMountOperation *op, const char *message, const char *default_user, const char *default_domain, GAskPasswordFlags flags) |
static void | ooo_mount_operation_init (OOoMountOperation *op) |
static void | ooo_mount_operation_finalize (GObject *object) |
static void | ooo_mount_operation_class_init (OOoMountOperationClass *klass) |
GMountOperation * | ooo_mount_operation_new (ucb::ucp::gio::glib::MainContextRef &&context, const css::uno::Reference< css::ucb::XCommandEnvironment > &rEnv) |
G_DEFINE_TYPE | ( | OOoMountOperation | , |
ooo_mount_operation | , | ||
G_TYPE_MOUNT_OPERATION | |||
) |
|
static |
Definition at line 90 of file gio_mount.cxx.
References OOoMountOperation::context, ucbhelper::SimpleAuthenticationRequest::ENTITY_FIXED, ucbhelper::SimpleAuthenticationRequest::ENTITY_MODIFY, ucbhelper::SimpleAuthenticationRequest::ENTITY_NA, OOoMountOperation::m_pPrevPassword, OOoMountOperation::m_pPrevUsername, OUStringToOString(), and OOoMountOperation::pEnv.
Referenced by ooo_mount_operation_class_init().
|
static |
Definition at line 64 of file gio_mount.cxx.
References ooo_mount_operation_ask_password(), and ooo_mount_operation_finalize().
|
static |
Definition at line 52 of file gio_mount.cxx.
References OOoMountOperation::context, OOoMountOperation::m_pPrevPassword, OOoMountOperation::m_pPrevUsername, and OOO_MOUNT_OPERATION.
Referenced by ooo_mount_operation_class_init().
|
static |
Definition at line 46 of file gio_mount.cxx.
References OOoMountOperation::m_pPrevPassword, and OOoMountOperation::m_pPrevUsername.
GMountOperation * ooo_mount_operation_new | ( | ucb::ucp::gio::glib::MainContextRef && | context, |
const css::uno::Reference< css::ucb::XCommandEnvironment > & | rEnv | ||
) |
Definition at line 203 of file gio_mount.cxx.
References OOoMountOperation::context, OOO_TYPE_MOUNT_OPERATION, OOoMountOperation::parent_instance, and OOoMountOperation::pEnv.