LibreOffice Module svtools (master) 1
Functions | Variables
brwbox2.cxx File Reference
#include <sal/log.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <tools/debug.hxx>
#include <svtools/brwbox.hxx>
#include <svtools/brwhead.hxx>
#include <svtools/colorcfg.hxx>
#include <svtools/scrolladaptor.hxx>
#include "datwin.hxx"
#include <vcl/commandevent.hxx>
#include <vcl/help.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/settings.hxx>
#include <tools/multisel.hxx>
#include <tools/fract.hxx>
#include <algorithm>
#include <memory>
Include dependency graph for brwbox2.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK (BrowseBox, VertScrollHdl, weld::Scrollbar &, rScrollbar, void)
 
 IMPL_LINK (BrowseBox, HorzScrollHdl, weld::Scrollbar &, rScrollbar, void)
 
 IMPL_LINK (BrowseBox, StartDragHdl, HeaderBar *, pBar, void)
 

Variables

static bool bExtendedMode = false
 
static bool bFieldMode = false
 

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( BrowseBox  ,
HorzScrollHdl  ,
weld::Scrollbar ,
rScrollbar  ,
void   
)

Definition at line 1310 of file brwbox2.cxx.

◆ IMPL_LINK() [2/3]

IMPL_LINK ( BrowseBox  ,
StartDragHdl  ,
HeaderBar ,
pBar  ,
void   
)

Definition at line 1316 of file brwbox2.cxx.

◆ IMPL_LINK() [3/3]

IMPL_LINK ( BrowseBox  ,
VertScrollHdl  ,
weld::Scrollbar ,
rScrollbar  ,
void   
)

Definition at line 1289 of file brwbox2.cxx.

References Help::IsQuickHelpEnabled(), nPos, Help::ShowQuickHelp(), and TRACKING_TIPS.

Variable Documentation

◆ bExtendedMode

bool bExtendedMode = false
static

Definition at line 1461 of file brwbox2.cxx.

Referenced by BrowseBox::MouseButtonDown(), and BrowseBox::MouseButtonUp().

◆ bFieldMode

bool bFieldMode = false
static

Definition at line 1462 of file brwbox2.cxx.

Referenced by BrowseBox::MouseButtonDown(), and BrowseBox::MouseButtonUp().