LibreOffice Module dbaccess (master) 1
|
#include <textconnectionsettings.hxx>
Public Member Functions | |
TextConnectionSettingsDialog (weld::Window *_pParent, SfxItemSet &rItems) | |
virtual | ~TextConnectionSettingsDialog () override |
virtual short | run () override |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Static Public Member Functions | |
static void | bindItemStorages (SfxItemSet &_rSet, PropertyValues &_rValues) |
initializes a set of PropertyStorage instances, which are bound to the text-connection relevant items in our item sets More... | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Private Member Functions | |
DECL_LINK (OnOK, weld::Button &, void) | |
Private Attributes | |
SfxItemSet & | m_rItems |
std::unique_ptr< weld::Widget > | m_xContainer |
std::unique_ptr< weld::Button > | m_xOK |
std::unique_ptr< OTextConnectionHelper > | m_xTextConnectionHelper |
Additional Inherited Members | |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 33 of file textconnectionsettings.hxx.
dbaui::TextConnectionSettingsDialog::TextConnectionSettingsDialog | ( | weld::Window * | _pParent, |
SfxItemSet & | rItems | ||
) |
Definition at line 28 of file textconnectionsettings.cxx.
|
overridevirtual |
Definition at line 38 of file textconnectionsettings.cxx.
|
static |
initializes a set of PropertyStorage instances, which are bound to the text-connection relevant items in our item sets
Definition at line 42 of file textconnectionsettings.cxx.
References DSID_CHARSET, DSID_DECIMALDELIMITER, DSID_FIELDDELIMITER, DSID_TEXTDELIMITER, DSID_TEXTFILEHEADER, DSID_THOUSANDSDELIMITER, PROPERTY_ID_DECIMAL_DELIMITER, PROPERTY_ID_ENCODING, PROPERTY_ID_FIELD_DELIMITER, PROPERTY_ID_HEADER_LINE, PROPERTY_ID_STRING_DELIMITER, and PROPERTY_ID_THOUSAND_DELIMITER.
|
private |
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 52 of file textconnectionsettings.cxx.
References m_rItems, and m_xTextConnectionHelper.
|
private |
Definition at line 47 of file textconnectionsettings.hxx.
Referenced by run().
|
private |
Definition at line 49 of file textconnectionsettings.hxx.
|
private |
Definition at line 50 of file textconnectionsettings.hxx.
Referenced by TextConnectionSettingsDialog().
|
private |
Definition at line 51 of file textconnectionsettings.hxx.
Referenced by run().