#include <sal/config.h>
#include <string_view>
#include "SelectionBrowseBox.hxx"
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <JoinExchange.hxx>
#include <QueryDesignView.hxx>
#include <querycontroller.hxx>
#include <sqlbison.hxx>
#include <QueryTableView.hxx>
#include <browserids.hxx>
#include <comphelper/stl_types.hxx>
#include <comphelper/string.hxx>
#include "TableFieldInfo.hxx"
#include <core_resource.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <helpids.h>
#include "QTableWindow.hxx"
#include <vcl/weld.hxx>
#include <vcl/settings.hxx>
#include "QueryDesignFieldUndoAct.hxx"
#include <sqlmessage.hxx>
#include <UITools.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
◆ DEFAULT_QUERY_COLS
#define DEFAULT_QUERY_COLS 20 |
◆ DEFAULT_SIZE
#define DEFAULT_SIZE GetTextWidth("0") * 30 |
◆ HANDLE_COLUMN_WIDTH
#define HANDLE_COLUMN_WIDTH 70 |
◆ HANDLE_ID
◆ SORT_COLUMN_NONE
#define SORT_COLUMN_NONE 0xFFFFFFFF |
◆ IMPL_LINK_NOARG()
IMPL_LINK_NOARG |
( |
OSelectionBrowseBox |
, |
|
|
OnInvalidateTimer |
, |
|
|
Timer * |
, |
|
|
void |
|
|
) |
| |
◆ nVisibleRowMask
Initial value:=
{
0x0001,
0x0002,
0x0004,
0x0008,
0x0010,
0x0020,
0x0040,
0x0080,
0x0100,
0x0200,
0x0400,
0x0800
}
Definition at line 2072 of file SelectionBrowseBox.cxx.
Referenced by dbaui::OSelectionBrowseBox::GetNoneVisibleRows(), and dbaui::OSelectionBrowseBox::SetNoneVisibleRow().