LibreOffice Module svx (master) 1
|
#include <tabwin.hxx>
#include <fmservs.hxx>
#include <svx/strings.hrc>
#include <svx/svxids.hrc>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/types.hxx>
#include <helpids.h>
#include <svx/fmshell.hxx>
#include <fmshimp.hxx>
#include <fmprop.hxx>
#include <svx/dialmgr.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/objitem.hxx>
#include <sfx2/frame.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tabwin.hrc>
#include <utility>
Go to the source code of this file.
Classes | |
struct | ColumnInfo |
Functions | |
IMPL_LINK (FmFieldWin, DragBeginHdl, bool &, rUnsetDragIcon, bool) | |
IMPL_LINK_NOARG (FmFieldWin, RowActivatedHdl, weld::TreeView &, bool) | |
Variables | |
const tools::Long | STD_WIN_SIZE_X = 120 |
const tools::Long | STD_WIN_SIZE_Y = 150 |
IMPL_LINK | ( | FmFieldWin | , |
DragBeginHdl | , | ||
bool & | , | ||
rUnsetDragIcon | , | ||
bool | |||
) |
Definition at line 89 of file tabwin.cxx.
IMPL_LINK_NOARG | ( | FmFieldWin | , |
RowActivatedHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 147 of file tabwin.cxx.
const tools::Long STD_WIN_SIZE_X = 120 |
Definition at line 46 of file tabwin.cxx.
Referenced by FmFieldWin::FmFieldWin().
const tools::Long STD_WIN_SIZE_Y = 150 |
Definition at line 47 of file tabwin.cxx.
Referenced by FmFieldWin::FmFieldWin().