LibreOffice Module svtools (master) 1
Classes | Namespaces | Typedefs | Functions
addresstemplate.cxx File Reference
#include <memory>
#include <svtools/addresstemplate.hxx>
#include <svtools/strings.hrc>
#include <svtools/svtresid.hxx>
#include <tools/debug.hxx>
#include <comphelper/interaction.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/string.hxx>
#include <unotools/configitem.hxx>
#include <utility>
#include <vcl/stdtext.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/util/AliasProgrammaticPair.hpp>
#include <com/sun/star/ui/dialogs/AddressBookSourcePilot.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <com/sun/star/sdb/XCompletedConnection.hpp>
#include <com/sun/star/sdb/SQLContext.hpp>
#include <com/sun/star/sdbc/SQLWarning.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/sdbc/XDataSource.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <svl/filenotation.hxx>
#include <tools/urlobj.hxx>
#include <algorithm>
#include <map>
#include <set>
#include <array>
#include <strings.hxx>
Include dependency graph for addresstemplate.cxx:

Go to the source code of this file.

Classes

struct  svt::AddressBookSourceDialogData
 

Namespaces

namespace  svt
 

Typedefs

typedef std::set< OUString > svt::StringBag
 
typedef std::map< OUString, OUString > svt::MapString2String
 

Functions

 svt::IMPL_LINK (AddressBookSourceDialog, OnFieldScroll, weld::ScrolledWindow &, rScrollBar, void)
 
 svt::IMPL_LINK (AddressBookSourceDialog, OnFieldSelect, weld::ComboBox &, rListbox, void)
 
 svt::IMPL_LINK_NOARG (AddressBookSourceDialog, OnDelayedInitialize, void *, void)
 
 svt::IMPL_LINK (AddressBookSourceDialog, OnComboSelect, weld::ComboBox &, rBox, void)
 
 svt::IMPL_STATIC_LINK (AddressBookSourceDialog, OnComboGetFocus, weld::Widget &, rBox, void)
 
 svt::IMPL_LINK (AddressBookSourceDialog, OnComboLoseFocus, weld::Widget &, rControl, void)
 
 svt::IMPL_LINK_NOARG (AddressBookSourceDialog, OnOkClicked, weld::Button &, void)
 
 svt::IMPL_LINK_NOARG (AddressBookSourceDialog, OnAdministrateDatasources, weld::Button &, void)
 

Variable Documentation

◆ m_aAliases

MapString2String m_aAliases
protected

Definition at line 132 of file addresstemplate.cxx.

◆ m_aStoredFields

StringBag m_aStoredFields
protected

Definition at line 248 of file addresstemplate.cxx.

◆ m_sDSName

OUString m_sDSName
protected

Definition at line 130 of file addresstemplate.cxx.

◆ m_sTableName

OUString m_sTableName
protected

Definition at line 131 of file addresstemplate.cxx.