LibreOffice Module dbaccess (master) 1
Namespaces | Functions
indexdialog.cxx File Reference
#include <sal/config.h>
#include <set>
#include <core_resource.hxx>
#include <indexdialog.hxx>
#include <strings.hrc>
#include <bitmaps.hlst>
#include <indexfieldscontrol.hxx>
#include <indexcollection.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <com/sun/star/sdb/SQLContext.hpp>
#include <connectivity/dbtools.hxx>
#include <osl/diagnose.h>
Include dependency graph for indexdialog.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaui
 

Functions

static bool dbaui::operator== (const OIndexField &_rLHS, const OIndexField &_rRHS)
 
static bool dbaui::operator== (const IndexFields &_rLHS, const IndexFields &_rRHS)
 
static bool dbaui::operator!= (const IndexFields &_rLHS, const IndexFields &_rRHS)
 
 dbaui::IMPL_LINK (DbaIndexDialog, OnIndexAction, const OUString &, rClicked, void)
 
 dbaui::IMPL_LINK_NOARG (DbaIndexDialog, OnCloseDialog, weld::Button &, void)
 
 dbaui::IMPL_LINK (DbaIndexDialog, OnEditIndexAgain, void *, p, void)
 
 dbaui::IMPL_LINK_NOARG (DbaIndexDialog, OnEntryEditing, const weld::TreeIter &, bool)
 
 dbaui::IMPL_LINK (DbaIndexDialog, OnEntryEdited, const IterString &, rIterString, bool)
 
 dbaui::IMPL_LINK_NOARG (DbaIndexDialog, OnModifiedClick, weld::Toggleable &, void)
 
 dbaui::IMPL_LINK_NOARG (DbaIndexDialog, OnModified, IndexFieldsControl &, void)
 
 dbaui::IMPL_LINK_NOARG (DbaIndexDialog, OnIndexSelected, weld::TreeView &, void)