LibreOffice Module vcl (master) 1
Classes | Typedefs | Functions | Variables
salvtables.cxx File Reference
#include <sal/config.h>
#include <limits>
#include <string_view>
#include <com/sun/star/accessibility/AccessibleRelationType.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <o3tl/safeint.hxx>
#include <o3tl/sorted_vector.hxx>
#include <o3tl/string_view.hxx>
#include <officecfg/Office/Common.hxx>
#include <salframe.hxx>
#include <salinst.hxx>
#include <salvd.hxx>
#include <salprn.hxx>
#include <saltimer.hxx>
#include <salsession.hxx>
#include <salsys.hxx>
#include <salbmp.hxx>
#include <salobj.hxx>
#include <salmenu.hxx>
#include <strings.hrc>
#include <svdata.hxx>
#include <svimpbox.hxx>
#include <messagedialog.hxx>
#include <treeglue.hxx>
#include <unotools/accessiblerelationsethelper.hxx>
#include <unotools/configmgr.hxx>
#include <utility>
#include <tools/helpers.hxx>
#include <vcl/abstdlg.hxx>
#include <vcl/builder.hxx>
#include <vcl/toolkit/combobox.hxx>
#include <vcl/toolkit/dialog.hxx>
#include <vcl/toolkit/fixed.hxx>
#include <vcl/toolkit/fmtfield.hxx>
#include <vcl/headbar.hxx>
#include <vcl/toolkit/ivctrl.hxx>
#include <vcl/layout.hxx>
#include <vcl/toolkit/menubtn.hxx>
#include <vcl/toolkit/prgsbar.hxx>
#include <vcl/ptrstyle.hxx>
#include <slider.hxx>
#include <vcl/sysdata.hxx>
#include <vcl/toolkit/svlbitm.hxx>
#include <vcl/toolkit/svtabbx.hxx>
#include <vcl/tabctrl.hxx>
#include <vcl/tabpage.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/toolkit/treelistentry.hxx>
#include <vcl/toolkit/throbber.hxx>
#include <vcl/toolkit/unowrap.hxx>
#include <vcl/weld.hxx>
#include <vcl/weldutils.hxx>
#include <vcl/toolkit/vclmedit.hxx>
#include <vcl/toolkit/viewdataentry.hxx>
#include <vcl/virdev.hxx>
#include <bitmaps.hlst>
#include <menutogglebutton.hxx>
#include <verticaltabctrl.hxx>
#include <window.h>
#include <wizdlg.hxx>
#include <salvtables.hxx>
#include <comphelper/lok.hxx>
Include dependency graph for salvtables.cxx:

Go to the source code of this file.

Classes

class  SalFlashAttention
 
class  SalInstanceEntryTreeView
 

Typedefs

typedef std::set< VclPtr< vcl::Window > > winset
 

Functions

 IMPL_LINK_NOARG (SalFlashAttention, FlashTimeout, Timer *, void)
 
 IMPL_LINK (SalInstanceWidget, SettingsChangedHdl, VclWindowEvent &, rEvent, void)
 
 IMPL_LINK (SalInstanceWidget, EventListener, VclWindowEvent &, rEvent, void)
 
 IMPL_LINK (SalInstanceWidget, KeyEventListener, VclWindowEvent &, rEvent, bool)
 
 IMPL_LINK (SalInstanceWidget, MouseEventListener, VclWindowEvent &, rEvent, void)
 
 IMPL_LINK_NOARG (SalInstanceWidget, MnemonicActivateHdl, vcl::Window &, bool)
 
 IMPL_LINK_NOARG (SalInstanceMenu, SelectMenuHdl, ::Menu *, bool)
 
 IMPL_LINK_NOARG (SalInstanceToolbar, ClickHdl, ToolBox *, void)
 
 IMPL_LINK_NOARG (SalInstanceToolbar, DropdownClick, ToolBox *, void)
 
 IMPL_LINK (SalInstanceToolbar, MenuToggleListener, VclWindowEvent &, rEvent, void)
 
 IMPL_LINK_NOARG (SalInstanceWindow, HelpHdl, vcl::Window &, bool)
 
 IMPL_LINK (SalInstanceDialog, PopupScreenShotMenuHdl, const CommandEvent &, rCEvt, bool)
 
 IMPL_LINK_NOARG (SalInstanceAssistant, OnRoadmapItemSelected, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (SalInstanceAssistant, UpdateRoadmap_Hdl, Timer *, void)
 
 IMPL_LINK (SalInstanceScrolledWindow, VscrollHdl, ScrollBar *, pScrollBar, void)
 
 IMPL_LINK_NOARG (SalInstanceScrolledWindow, HscrollHdl, ScrollBar *, void)
 
 IMPL_LINK_NOARG (SalInstanceScrollbar, ScrollHdl, ScrollBar *, void)
 
 IMPL_LINK_NOARG (SalInstanceNotebook, DeactivatePageHdl, TabControl *, bool)
 
 IMPL_LINK_NOARG (SalInstanceNotebook, ActivatePageHdl, TabControl *, void)
 
 IMPL_LINK_NOARG (SalInstanceVerticalNotebook, DeactivatePageHdl, VerticalTabControl *, bool)
 
 IMPL_LINK_NOARG (SalInstanceVerticalNotebook, ActivatePageHdl, VerticalTabControl *, void)
 
static void set_label_wrap (Control &rWidget, bool wrap)
 
 IMPL_LINK (SalInstanceButton, ClickHdl, ::Button *, pButton, void)
 
 IMPL_LINK_NOARG (SalInstanceMenuButton, MenuSelectHdl, ::MenuButton *, void)
 
 IMPL_LINK_NOARG (SalInstanceMenuButton, ActivateHdl, ::MenuButton *, void)
 
 IMPL_LINK (SalInstanceLinkButton, ClickHdl, FixedHyperlink &, rButton, void)
 
 IMPL_LINK_NOARG (SalInstanceRadioButton, ToggleHdl, ::RadioButton &, void)
 
 IMPL_LINK (SalInstanceToggleButton, ToggleListener, VclWindowEvent &, rEvent, void)
 
 IMPL_LINK_NOARG (SalInstanceCheckButton, ToggleHdl, CheckBox &, void)
 
 IMPL_LINK_NOARG (SalInstanceScale, SlideHdl, Slider *, void)
 
 IMPL_LINK_NOARG (SalInstanceCalendar, SelectHdl, ::Calendar *, void)
 
 IMPL_LINK_NOARG (SalInstanceCalendar, ActivateHdl, ::Calendar *, void)
 
 IMPL_LINK_NOARG (SalInstanceEntry, ChangeHdl, Edit &, void)
 
 IMPL_LINK (SalInstanceEntry, CursorListener, VclWindowEvent &, rEvent, void)
 
 IMPL_LINK_NOARG (SalInstanceEntry, ActivateHdl, Edit &, bool)
 
 IMPL_LINK (SalInstanceTreeView, TooltipHdl, SvTreeListEntry *, pEntry, OUString)
 
 IMPL_LINK (SalInstanceTreeView, CustomRenderHdl, svtree_render_args, payload, void)
 
 IMPL_LINK (SalInstanceTreeView, CustomMeasureHdl, svtree_measure_args, payload, Size)
 
 IMPL_LINK (SalInstanceTreeView, CompareHdl, const SvSortData &, rSortData, sal_Int32)
 
 IMPL_LINK_NOARG (SalInstanceTreeView, VisibleRangeChangedHdl, SvTreeListBox *, void)
 
 IMPL_LINK_NOARG (SalInstanceTreeView, ModelChangedHdl, SvTreeListBox *, void)
 
 IMPL_LINK_NOARG (SalInstanceTreeView, StartDragHdl, SvTreeListBox *, bool)
 
 IMPL_STATIC_LINK_NOARG (SalInstanceTreeView, FinishDragHdl, SvTreeListBox *, void)
 
 IMPL_LINK (SalInstanceTreeView, ToggleHdl, SvLBoxButtonData *, pData, void)
 
 IMPL_LINK_NOARG (SalInstanceTreeView, SelectHdl, SvTreeListBox *, void)
 
 IMPL_LINK_NOARG (SalInstanceTreeView, DeSelectHdl, SvTreeListBox *, void)
 
 IMPL_LINK_NOARG (SalInstanceTreeView, DoubleClickHdl, SvTreeListBox *, bool)
 
 IMPL_LINK (SalInstanceTreeView, EndDragHdl, HeaderBar *, pHeaderBar, void)
 
 IMPL_LINK (SalInstanceTreeView, HeaderBarClickedHdl, HeaderBar *, pHeaderBar, void)
 
 IMPL_LINK_NOARG (SalInstanceTreeView, ExpandingHdl, SvTreeListBox *, bool)
 
 IMPL_LINK (SalInstanceTreeView, PopupMenuHdl, const CommandEvent &, rEvent, bool)
 
 IMPL_LINK (SalInstanceTreeView, EditingEntryHdl, SvTreeListEntry *, pEntry, bool)
 
 IMPL_LINK (SalInstanceTreeView, EditedEntryHdl, IterString, rIterString, bool)
 
 IMPL_LINK (SalInstanceIconView, TooltipHdl, SvTreeListEntry *, pEntry, OUString)
 
 IMPL_LINK (SalInstanceIconView, EntryAccessibleDescriptionHdl, SvTreeListEntry *, pEntry, OUString)
 
 IMPL_LINK (SalInstanceIconView, DumpElemToPropertyTreeHdl, const ::IconView::json_prop_query &, rQuery, bool)
 
 IMPL_LINK_NOARG (SalInstanceIconView, SelectHdl, SvTreeListBox *, void)
 
 IMPL_LINK_NOARG (SalInstanceIconView, DeSelectHdl, SvTreeListBox *, void)
 
 IMPL_LINK_NOARG (SalInstanceIconView, DoubleClickHdl, SvTreeListBox *, bool)
 
 IMPL_LINK (SalInstanceIconView, CommandHdl, const CommandEvent &, rEvent, bool)
 
 IMPL_LINK_NOARG (SalInstanceSpinButton, ActivateHdl, Edit &, bool)
 
 IMPL_LINK_NOARG (SalInstanceSpinButton, UpDownHdl, SpinField &, void)
 
 IMPL_LINK_NOARG (SalInstanceSpinButton, LoseFocusHdl, Control &, void)
 
 IMPL_LINK_NOARG (SalInstanceSpinButton, OutputHdl, LinkParamNone *, bool)
 
 IMPL_LINK (SalInstanceSpinButton, InputHdl, sal_Int64 *, pResult, TriState)
 
 IMPL_LINK_NOARG (SalInstanceFormattedSpinButton, UpDownHdl, SpinField &, void)
 
 IMPL_LINK_NOARG (SalInstanceFormattedSpinButton, LoseFocusHdl, Control &, void)
 
 IMPL_LINK (SalInstanceTextView, VscrollHdl, ScrollBar *, pScrollBar, void)
 
 IMPL_LINK_NOARG (SalInstanceTextView, ChangeHdl, Edit &, void)
 
 IMPL_LINK (SalInstanceTextView, CursorListener, VclWindowEvent &, rEvent, void)
 
 IMPL_LINK_NOARG (SalInstanceExpander, ExpandedHdl, VclExpander &, void)
 
 IMPL_LINK (SalInstanceDrawingArea, PaintHdl, target_and_area, aPayload, void)
 
 IMPL_LINK (SalInstanceDrawingArea, ResizeHdl, const Size &, rSize, void)
 
 IMPL_LINK (SalInstanceDrawingArea, MousePressHdl, const MouseEvent &, rEvent, bool)
 
 IMPL_LINK (SalInstanceDrawingArea, MouseMoveHdl, const MouseEvent &, rEvent, bool)
 
 IMPL_LINK (SalInstanceDrawingArea, MouseReleaseHdl, const MouseEvent &, rEvent, bool)
 
 IMPL_LINK (SalInstanceDrawingArea, KeyPressHdl, const KeyEvent &, rEvent, bool)
 
 IMPL_LINK (SalInstanceDrawingArea, KeyReleaseHdl, const KeyEvent &, rEvent, bool)
 
 IMPL_LINK_NOARG (SalInstanceDrawingArea, StyleUpdatedHdl, VclDrawingArea &, void)
 
 IMPL_LINK (SalInstanceDrawingArea, CommandHdl, const CommandEvent &, rEvent, bool)
 
 IMPL_LINK (SalInstanceDrawingArea, GetSurroundingHdl, OUString &, rSurrounding, int)
 
 IMPL_LINK (SalInstanceDrawingArea, DeleteSurroundingHdl, const Selection &, rSelection, bool)
 
 IMPL_LINK (SalInstanceDrawingArea, QueryTooltipHdl, tools::Rectangle &, rHelpArea, OUString)
 
 IMPL_LINK_NOARG (SalInstanceDrawingArea, StartDragHdl, VclDrawingArea *, bool)
 
 IMPL_LINK_NOARG (SalInstanceComboBoxWithoutEdit, SelectHdl, ListBox &, void)
 
 IMPL_LINK_NOARG (SalInstanceComboBoxWithEdit, ChangeHdl, Edit &, void)
 
 IMPL_LINK_NOARG (SalInstanceComboBoxWithEdit, SelectHdl, ::ComboBox &, void)
 
 IMPL_LINK_NOARG (SalInstanceComboBoxWithEdit, EntryActivateHdl, Edit &, bool)
 
 IMPL_LINK (SalInstanceComboBoxWithEdit, UserDrawHdl, UserDrawEvent *, pEvent, void)
 
 IMPL_LINK (SalInstanceEntryTreeView, KeyPressListener, VclWindowEvent &, rEvent, void)
 
 IMPL_LINK (SalInstanceEntryTreeView, AutocompleteHdl, Edit &, rEdit, void)
 
 IMPL_LINK_NOARG (SalInstancePopover, PopupModeEndHdl, FloatingWindow *, void)
 

Variables

static SalInstanceTreeViewg_DragSource
 

Typedef Documentation

◆ winset

Definition at line 1735 of file salvtables.cxx.

Function Documentation

◆ IMPL_LINK() [1/42]

IMPL_LINK ( SalInstanceButton  ,
ClickHdl  ,
::Button ,
pButton  ,
void   
)

Definition at line 2922 of file salvtables.cxx.

References LINK.

◆ IMPL_LINK() [2/42]

IMPL_LINK ( SalInstanceComboBoxWithEdit  ,
UserDrawHdl  ,
UserDrawEvent ,
pEvent  ,
void   
)

Definition at line 6765 of file salvtables.cxx.

◆ IMPL_LINK() [3/42]

IMPL_LINK ( SalInstanceDialog  ,
PopupScreenShotMenuHdl  ,
const CommandEvent ,
rCEvt  ,
bool   
)

◆ IMPL_LINK() [4/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
CommandHdl  ,
const CommandEvent ,
rEvent  ,
bool   
)

Definition at line 6399 of file salvtables.cxx.

◆ IMPL_LINK() [5/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
DeleteSurroundingHdl  ,
const Selection ,
rSelection  ,
bool   
)

Definition at line 6409 of file salvtables.cxx.

◆ IMPL_LINK() [6/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
GetSurroundingHdl  ,
OUString &  ,
rSurrounding  ,
int   
)

Definition at line 6404 of file salvtables.cxx.

◆ IMPL_LINK() [7/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
KeyPressHdl  ,
const KeyEvent ,
rEvent  ,
bool   
)

Definition at line 6384 of file salvtables.cxx.

◆ IMPL_LINK() [8/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
KeyReleaseHdl  ,
const KeyEvent ,
rEvent  ,
bool   
)

Definition at line 6389 of file salvtables.cxx.

◆ IMPL_LINK() [9/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
MouseMoveHdl  ,
const MouseEvent ,
rEvent  ,
bool   
)

Definition at line 6374 of file salvtables.cxx.

◆ IMPL_LINK() [10/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
MousePressHdl  ,
const MouseEvent ,
rEvent  ,
bool   
)

Definition at line 6369 of file salvtables.cxx.

◆ IMPL_LINK() [11/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
MouseReleaseHdl  ,
const MouseEvent ,
rEvent  ,
bool   
)

Definition at line 6379 of file salvtables.cxx.

◆ IMPL_LINK() [12/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
PaintHdl  ,
target_and_area  ,
aPayload  ,
void   
)

Definition at line 6356 of file salvtables.cxx.

References InvertFocusRect(), and tools::Rectangle::IsEmpty().

◆ IMPL_LINK() [13/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
QueryTooltipHdl  ,
tools::Rectangle ,
rHelpArea  ,
OUString   
)

Definition at line 6414 of file salvtables.cxx.

◆ IMPL_LINK() [14/42]

IMPL_LINK ( SalInstanceDrawingArea  ,
ResizeHdl  ,
const Size ,
rSize  ,
void   
)

Definition at line 6364 of file salvtables.cxx.

◆ IMPL_LINK() [15/42]

IMPL_LINK ( SalInstanceEntry  ,
CursorListener  ,
VclWindowEvent ,
rEvent  ,
void   
)

Definition at line 3554 of file salvtables.cxx.

References EditCaretChanged, and EditSelectionChanged.

◆ IMPL_LINK() [16/42]

IMPL_LINK ( SalInstanceEntryTreeView  ,
AutocompleteHdl  ,
Edit ,
rEdit  ,
void   
)

Definition at line 6935 of file salvtables.cxx.

References i, Selection::Max(), nCount, and nPos.

◆ IMPL_LINK() [17/42]

IMPL_LINK ( SalInstanceEntryTreeView  ,
KeyPressListener  ,
VclWindowEvent ,
rEvent  ,
void   
)

◆ IMPL_LINK() [18/42]

IMPL_LINK ( SalInstanceIconView  ,
CommandHdl  ,
const CommandEvent ,
rEvent  ,
bool   
)

Definition at line 5715 of file salvtables.cxx.

◆ IMPL_LINK() [19/42]

IMPL_LINK ( SalInstanceIconView  ,
DumpElemToPropertyTreeHdl  ,
const ::IconView::json_prop_query ,
rQuery  ,
bool   
)

Definition at line 5525 of file salvtables.cxx.

◆ IMPL_LINK() [20/42]

IMPL_LINK ( SalInstanceIconView  ,
EntryAccessibleDescriptionHdl  ,
SvTreeListEntry ,
pEntry  ,
OUString   
)

Definition at line 5511 of file salvtables.cxx.

References SvTreeListBox::SearchEntryTextWithHeadTitle().

◆ IMPL_LINK() [21/42]

IMPL_LINK ( SalInstanceIconView  ,
TooltipHdl  ,
SvTreeListEntry ,
pEntry  ,
OUString   
)

Definition at line 5503 of file salvtables.cxx.

◆ IMPL_LINK() [22/42]

IMPL_LINK ( SalInstanceLinkButton  ,
ClickHdl  ,
FixedHyperlink &  ,
rButton  ,
void   
)

Definition at line 3105 of file salvtables.cxx.

◆ IMPL_LINK() [23/42]

IMPL_LINK ( SalInstanceScrolledWindow  ,
VscrollHdl  ,
ScrollBar ,
pScrollBar  ,
void   
)

Definition at line 2494 of file salvtables.cxx.

◆ IMPL_LINK() [24/42]

IMPL_LINK ( SalInstanceSpinButton  ,
InputHdl  ,
sal_Int64 *  ,
pResult  ,
TriState   
)

Definition at line 5818 of file salvtables.cxx.

References TRISTATE_TRUE.

◆ IMPL_LINK() [25/42]

IMPL_LINK ( SalInstanceTextView  ,
CursorListener  ,
VclWindowEvent ,
rEvent  ,
void   
)

Definition at line 6120 of file salvtables.cxx.

References EditCaretChanged, and EditSelectionChanged.

◆ IMPL_LINK() [26/42]

IMPL_LINK ( SalInstanceTextView  ,
VscrollHdl  ,
ScrollBar ,
pScrollBar  ,
void   
)

Definition at line 6112 of file salvtables.cxx.

◆ IMPL_LINK() [27/42]

IMPL_LINK ( SalInstanceToggleButton  ,
ToggleListener  ,
VclWindowEvent ,
rEvent  ,
void   
)

Definition at line 3175 of file salvtables.cxx.

References PushbuttonToggle.

◆ IMPL_LINK() [28/42]

IMPL_LINK ( SalInstanceToolbar  ,
MenuToggleListener  ,
VclWindowEvent ,
rEvent  ,
void   
)

Definition at line 1272 of file salvtables.cxx.

References WindowEndPopupMode.

◆ IMPL_LINK() [29/42]

IMPL_LINK ( SalInstanceTreeView  ,
CompareHdl  ,
const SvSortData ,
rSortData  ,
sal_Int32   
)

◆ IMPL_LINK() [30/42]

IMPL_LINK ( SalInstanceTreeView  ,
CustomMeasureHdl  ,
svtree_measure_args  ,
payload  ,
Size   
)

Definition at line 5158 of file salvtables.cxx.

References SvTreeListEntry::GetUserData().

◆ IMPL_LINK() [31/42]

IMPL_LINK ( SalInstanceTreeView  ,
CustomRenderHdl  ,
svtree_render_args  ,
payload  ,
void   
)

Definition at line 5147 of file salvtables.cxx.

References SvTreeListEntry::GetUserData().

◆ IMPL_LINK() [32/42]

IMPL_LINK ( SalInstanceTreeView  ,
EditedEntryHdl  ,
IterString  ,
rIterString  ,
bool   
)

Definition at line 5364 of file salvtables.cxx.

◆ IMPL_LINK() [33/42]

IMPL_LINK ( SalInstanceTreeView  ,
EditingEntryHdl  ,
SvTreeListEntry ,
pEntry  ,
bool   
)

Definition at line 5359 of file salvtables.cxx.

◆ IMPL_LINK() [34/42]

IMPL_LINK ( SalInstanceTreeView  ,
EndDragHdl  ,
HeaderBar ,
pHeaderBar  ,
void   
)

Definition at line 5293 of file salvtables.cxx.

References i.

◆ IMPL_LINK() [35/42]

IMPL_LINK ( SalInstanceTreeView  ,
HeaderBarClickedHdl  ,
HeaderBar ,
pHeaderBar  ,
void   
)

Definition at line 5302 of file salvtables.cxx.

References CLICKABLE, and nId.

◆ IMPL_LINK() [36/42]

IMPL_LINK ( SalInstanceTreeView  ,
PopupMenuHdl  ,
const CommandEvent ,
rEvent  ,
bool   
)

Definition at line 5354 of file salvtables.cxx.

◆ IMPL_LINK() [37/42]

IMPL_LINK ( SalInstanceTreeView  ,
ToggleHdl  ,
SvLBoxButtonData ,
pData  ,
void   
)

Definition at line 5241 of file salvtables.cxx.

References SvTreeListEntry::GetItem(), i, SvTreeListEntry::ItemCount(), nCount, and pData.

◆ IMPL_LINK() [38/42]

IMPL_LINK ( SalInstanceTreeView  ,
TooltipHdl  ,
SvTreeListEntry ,
pEntry  ,
OUString   
)

Definition at line 5139 of file salvtables.cxx.

◆ IMPL_LINK() [39/42]

IMPL_LINK ( SalInstanceWidget  ,
EventListener  ,
VclWindowEvent ,
rEvent  ,
void   
)

Definition at line 821 of file salvtables.cxx.

◆ IMPL_LINK() [40/42]

IMPL_LINK ( SalInstanceWidget  ,
KeyEventListener  ,
VclWindowEvent ,
rEvent  ,
bool   
)

Definition at line 826 of file salvtables.cxx.

◆ IMPL_LINK() [41/42]

IMPL_LINK ( SalInstanceWidget  ,
MouseEventListener  ,
VclWindowEvent ,
rEvent  ,
void   
)

Definition at line 831 of file salvtables.cxx.

◆ IMPL_LINK() [42/42]

IMPL_LINK ( SalInstanceWidget  ,
SettingsChangedHdl  ,
VclWindowEvent ,
rEvent  ,
void   
)

Definition at line 577 of file salvtables.cxx.

References pData, SETTINGS, and WindowDataChanged.

◆ IMPL_LINK_NOARG() [1/48]

IMPL_LINK_NOARG ( SalFlashAttention  ,
FlashTimeout  ,
Timer ,
void   
)

Definition at line 305 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [2/48]

IMPL_LINK_NOARG ( SalInstanceAssistant  ,
OnRoadmapItemSelected  ,
LinkParamNone ,
void   
)

Definition at line 2185 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [3/48]

IMPL_LINK_NOARG ( SalInstanceAssistant  ,
UpdateRoadmap_Hdl  ,
Timer ,
void   
)

Definition at line 2195 of file salvtables.cxx.

References i, and nPos.

◆ IMPL_LINK_NOARG() [4/48]

IMPL_LINK_NOARG ( SalInstanceCalendar  ,
ActivateHdl  ,
::Calendar ,
void   
)

Definition at line 3324 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [5/48]

IMPL_LINK_NOARG ( SalInstanceCalendar  ,
SelectHdl  ,
::Calendar ,
void   
)

Definition at line 3317 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [6/48]

IMPL_LINK_NOARG ( SalInstanceCheckButton  ,
ToggleHdl  ,
CheckBox ,
void   
)

Definition at line 3224 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [7/48]

IMPL_LINK_NOARG ( SalInstanceComboBoxWithEdit  ,
ChangeHdl  ,
Edit ,
void   
)

Definition at line 6747 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [8/48]

IMPL_LINK_NOARG ( SalInstanceComboBoxWithEdit  ,
EntryActivateHdl  ,
Edit ,
bool   
)

Definition at line 6760 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [9/48]

IMPL_LINK_NOARG ( SalInstanceComboBoxWithEdit  ,
SelectHdl  ,
::ComboBox ,
void   
)

Definition at line 6753 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [10/48]

IMPL_LINK_NOARG ( SalInstanceComboBoxWithoutEdit  ,
SelectHdl  ,
ListBox ,
void   
)

Definition at line 6552 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [11/48]

IMPL_LINK_NOARG ( SalInstanceDrawingArea  ,
StartDragHdl  ,
VclDrawingArea ,
bool   
)

Definition at line 6419 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [12/48]

IMPL_LINK_NOARG ( SalInstanceDrawingArea  ,
StyleUpdatedHdl  ,
VclDrawingArea ,
void   
)

Definition at line 6394 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [13/48]

IMPL_LINK_NOARG ( SalInstanceEntry  ,
ActivateHdl  ,
Edit ,
bool   
)

Definition at line 3563 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [14/48]

IMPL_LINK_NOARG ( SalInstanceEntry  ,
ChangeHdl  ,
Edit ,
void   
)

Definition at line 3552 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [15/48]

IMPL_LINK_NOARG ( SalInstanceExpander  ,
ExpandedHdl  ,
VclExpander ,
void   
)

Definition at line 6157 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [16/48]

IMPL_LINK_NOARG ( SalInstanceFormattedSpinButton  ,
LoseFocusHdl  ,
Control ,
void   
)

Definition at line 5886 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [17/48]

IMPL_LINK_NOARG ( SalInstanceFormattedSpinButton  ,
UpDownHdl  ,
SpinField ,
void   
)

Definition at line 5881 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [18/48]

IMPL_LINK_NOARG ( SalInstanceIconView  ,
DeSelectHdl  ,
SvTreeListBox ,
void   
)

Definition at line 5699 of file salvtables.cxx.

References Single.

◆ IMPL_LINK_NOARG() [19/48]

IMPL_LINK_NOARG ( SalInstanceIconView  ,
DoubleClickHdl  ,
SvTreeListBox ,
bool   
)

Definition at line 5708 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [20/48]

IMPL_LINK_NOARG ( SalInstanceIconView  ,
SelectHdl  ,
SvTreeListBox ,
void   
)

Definition at line 5692 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [21/48]

IMPL_LINK_NOARG ( SalInstanceMenu  ,
SelectMenuHdl  ,
::Menu ,
bool   
)

Definition at line 987 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [22/48]

IMPL_LINK_NOARG ( SalInstanceMenuButton  ,
ActivateHdl  ,
::MenuButton ,
void   
)

Definition at line 3069 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [23/48]

IMPL_LINK_NOARG ( SalInstanceMenuButton  ,
MenuSelectHdl  ,
::MenuButton ,
void   
)

Definition at line 3064 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [24/48]

IMPL_LINK_NOARG ( SalInstanceNotebook  ,
ActivatePageHdl  ,
TabControl ,
void   
)

Definition at line 2731 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [25/48]

IMPL_LINK_NOARG ( SalInstanceNotebook  ,
DeactivatePageHdl  ,
TabControl ,
bool   
)

Definition at line 2726 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [26/48]

IMPL_LINK_NOARG ( SalInstancePopover  ,
PopupModeEndHdl  ,
FloatingWindow ,
void   
)

Definition at line 7028 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [27/48]

IMPL_LINK_NOARG ( SalInstanceRadioButton  ,
ToggleHdl  ,
::RadioButton ,
void   
)

Definition at line 3168 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [28/48]

IMPL_LINK_NOARG ( SalInstanceScale  ,
SlideHdl  ,
Slider ,
void   
)

Definition at line 3275 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [29/48]

IMPL_LINK_NOARG ( SalInstanceScrollbar  ,
ScrollHdl  ,
ScrollBar ,
void   
)

Definition at line 2592 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [30/48]

IMPL_LINK_NOARG ( SalInstanceScrolledWindow  ,
HscrollHdl  ,
ScrollBar ,
void   
)

Definition at line 2501 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [31/48]

IMPL_LINK_NOARG ( SalInstanceSpinButton  ,
ActivateHdl  ,
Edit ,
bool   
)

Definition at line 5805 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [32/48]

IMPL_LINK_NOARG ( SalInstanceSpinButton  ,
LoseFocusHdl  ,
Control ,
void   
)

Definition at line 5814 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [33/48]

IMPL_LINK_NOARG ( SalInstanceSpinButton  ,
OutputHdl  ,
LinkParamNone ,
bool   
)

Definition at line 5816 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [34/48]

IMPL_LINK_NOARG ( SalInstanceSpinButton  ,
UpDownHdl  ,
SpinField ,
void   
)

Definition at line 5812 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [35/48]

IMPL_LINK_NOARG ( SalInstanceTextView  ,
ChangeHdl  ,
Edit ,
void   
)

Definition at line 6118 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [36/48]

IMPL_LINK_NOARG ( SalInstanceToolbar  ,
ClickHdl  ,
ToolBox ,
void   
)

Definition at line 1260 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [37/48]

IMPL_LINK_NOARG ( SalInstanceToolbar  ,
DropdownClick  ,
ToolBox ,
void   
)

Definition at line 1266 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [38/48]

IMPL_LINK_NOARG ( SalInstanceTreeView  ,
DeSelectHdl  ,
SvTreeListBox ,
void   
)

Definition at line 5276 of file salvtables.cxx.

References Single.

◆ IMPL_LINK_NOARG() [39/48]

IMPL_LINK_NOARG ( SalInstanceTreeView  ,
DoubleClickHdl  ,
SvTreeListBox ,
bool   
)

Definition at line 5286 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [40/48]

IMPL_LINK_NOARG ( SalInstanceTreeView  ,
ExpandingHdl  ,
SvTreeListBox ,
bool   
)

Definition at line 5310 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [41/48]

IMPL_LINK_NOARG ( SalInstanceTreeView  ,
ModelChangedHdl  ,
SvTreeListBox ,
void   
)

Definition at line 5220 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [42/48]

IMPL_LINK_NOARG ( SalInstanceTreeView  ,
SelectHdl  ,
SvTreeListBox ,
void   
)

Definition at line 5269 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [43/48]

IMPL_LINK_NOARG ( SalInstanceTreeView  ,
StartDragHdl  ,
SvTreeListBox ,
bool   
)

Definition at line 5227 of file salvtables.cxx.

References g_DragSource.

◆ IMPL_LINK_NOARG() [44/48]

IMPL_LINK_NOARG ( SalInstanceTreeView  ,
VisibleRangeChangedHdl  ,
SvTreeListBox ,
void   
)

Definition at line 5213 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [45/48]

IMPL_LINK_NOARG ( SalInstanceVerticalNotebook  ,
ActivatePageHdl  ,
VerticalTabControl ,
void   
)

Definition at line 2857 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [46/48]

IMPL_LINK_NOARG ( SalInstanceVerticalNotebook  ,
DeactivatePageHdl  ,
VerticalTabControl ,
bool   
)

Definition at line 2852 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [47/48]

IMPL_LINK_NOARG ( SalInstanceWidget  ,
MnemonicActivateHdl  ,
vcl::Window ,
bool   
)

Definition at line 836 of file salvtables.cxx.

◆ IMPL_LINK_NOARG() [48/48]

IMPL_LINK_NOARG ( SalInstanceWindow  ,
HelpHdl  ,
vcl::Window ,
bool   
)

Definition at line 1729 of file salvtables.cxx.

References help.

◆ IMPL_STATIC_LINK_NOARG()

IMPL_STATIC_LINK_NOARG ( SalInstanceTreeView  ,
FinishDragHdl  ,
SvTreeListBox ,
void   
)

Definition at line 5236 of file salvtables.cxx.

References g_DragSource.

◆ set_label_wrap()

static void set_label_wrap ( Control rWidget,
bool  wrap 
)
static

Variable Documentation

◆ g_DragSource

SalInstanceTreeView* g_DragSource
static