LibreOffice Module dbaccess (master) 1
Macros | Functions | Variables
SelectionBrowseBox.cxx File Reference
#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>
Include dependency graph for SelectionBrowseBox.cxx:

Go to the source code of this file.

Macros

#define DEFAULT_QUERY_COLS   20
 
#define DEFAULT_SIZE   GetTextWidth("0") * 30
 
#define HANDLE_ID   0
 
#define HANDLE_COLUMN_WIDTH   70
 
#define SORT_COLUMN_NONE   0xFFFFFFFF
 

Functions

 IMPL_LINK_NOARG (OSelectionBrowseBox, OnInvalidateTimer, Timer *, void)
 

Variables

const tools::Long nVisibleRowMask []
 

Macro Definition Documentation

◆ DEFAULT_QUERY_COLS

#define DEFAULT_QUERY_COLS   20

Definition at line 64 of file SelectionBrowseBox.cxx.

◆ DEFAULT_SIZE

#define DEFAULT_SIZE   GetTextWidth("0") * 30

Definition at line 65 of file SelectionBrowseBox.cxx.

◆ HANDLE_COLUMN_WIDTH

#define HANDLE_COLUMN_WIDTH   70

Definition at line 67 of file SelectionBrowseBox.cxx.

◆ HANDLE_ID

#define HANDLE_ID   0

Definition at line 66 of file SelectionBrowseBox.cxx.

◆ SORT_COLUMN_NONE

#define SORT_COLUMN_NONE   0xFFFFFFFF

Definition at line 68 of file SelectionBrowseBox.cxx.

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( OSelectionBrowseBox  ,
OnInvalidateTimer  ,
Timer ,
void   
)

Definition at line 2503 of file SelectionBrowseBox.cxx.

Variable Documentation

◆ nVisibleRowMask

const tools::Long 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().