|
| IMPL_LINK_NOARG (HexColorControl, OnAsyncModifyHdl, void *, void) |
|
| IMPL_LINK_NOARG (HexColorControl, ImplProcessModifyHdl, weld::Entry &, void) |
|
| IMPL_STATIC_LINK (HexColorControl, ImplProcessInputHdl, OUString &, rTest, bool) |
|
| IMPL_LINK_NOARG (CustomWidgetController, DragBeginHdl, weld::DrawingArea &, bool) |
|
| IMPL_LINK (CustomWeld, DoResize, const Size &, rSize, void) |
|
| IMPL_LINK (CustomWeld, DoPaint, weld::DrawingArea::draw_args, aPayload, void) |
|
| IMPL_LINK (CustomWeld, DoMouseButtonDown, const MouseEvent &, rMEvt, bool) |
|
| IMPL_LINK (CustomWeld, DoMouseMove, const MouseEvent &, rMEvt, bool) |
|
| IMPL_LINK (CustomWeld, DoMouseButtonUp, const MouseEvent &, rMEvt, bool) |
|
| IMPL_LINK_NOARG (CustomWeld, DoGetFocus, weld::Widget &, void) |
|
| IMPL_LINK_NOARG (CustomWeld, DoLoseFocus, weld::Widget &, void) |
|
| IMPL_LINK (CustomWeld, DoKeyPress, const KeyEvent &, rKEvt, bool) |
|
| IMPL_LINK_NOARG (CustomWeld, DoFocusRect, weld::Widget &, tools::Rectangle) |
|
| IMPL_LINK_NOARG (CustomWeld, DoStyleUpdated, weld::Widget &, void) |
|
| IMPL_LINK (CustomWeld, DoCommand, const CommandEvent &, rPos, bool) |
|
| IMPL_LINK (CustomWeld, DoRequestHelp, tools::Rectangle &, rHelpArea, OUString) |
|
| IMPL_LINK (CustomWeld, DoGetSurrounding, OUString &, rSurrounding, int) |
|
| IMPL_LINK (CustomWeld, DoDeleteSurrounding, const Selection &, rSelection, bool) |
|
void | RemoveParentKeepChildren (weld::TreeView &rTreeView, const weld::TreeIter &rParent) |
|
| IMPL_LINK_NOARG (EntryFormatter, ModifyHdl, weld::Entry &, void) |
|
| IMPL_LINK_NOARG (EntryFormatter, FocusOutHdl, weld::Widget &, void) |
|
| IMPL_LINK_NOARG (PatternFormatter, ModifyHdl, weld::Entry &, void) |
|
| IMPL_LINK_NOARG (PatternFormatter, FocusOutHdl, weld::Widget &, void) |
|
| IMPL_LINK_NOARG (PatternFormatter, FocusInHdl, weld::Widget &, void) |
|
int | GetMinimumEditHeight () |
|
| IMPL_LINK (ButtonPressRepeater, MousePressHdl, const MouseEvent &, rMouseEvent, bool) |
|
| IMPL_LINK_NOARG (ButtonPressRepeater, MouseReleaseHdl, const MouseEvent &, bool) |
|
| IMPL_LINK_NOARG (ButtonPressRepeater, RepeatTimerHdl, Timer *, void) |
|
weld::Window * | GetPopupParent (vcl::Window &rOutWin, tools::Rectangle &rRect) |
|
void | SetPointFont (OutputDevice &rDevice, const vcl::Font &rFont) |
|
| IMPL_LINK (PatternFormatter, KeyInputHdl, const KeyEvent &, rKEvt, bool) |
|
| IMPL_LINK_NOARG (DateFormatter, FormatOutputHdl, LinkParamNone *, bool) |
|
| IMPL_LINK (DateFormatter, ParseInputHdl, sal_Int64 *, result, TriState) |
|
| IMPL_LINK_NOARG (TimeFormatter, FormatOutputHdl, LinkParamNone *, bool) |
|
| IMPL_LINK (TimeFormatter, ParseInputHdl, sal_Int64 *, result, TriState) |
|
| IMPL_LINK (TimeFormatter, CursorChangedHdl, weld::Entry &, rEntry, void) |
|
| IMPL_LINK_NOARG (LongCurrencyFormatter, FormatOutputHdl, LinkParamNone *, bool) |
|
| IMPL_LINK (LongCurrencyFormatter, ParseInputHdl, sal_Int64 *, result, TriState) |
|
| IMPL_LINK_NOARG (MetricSpinButton, spin_button_value_changed, SpinButton &, void) |
|
| IMPL_LINK (MetricSpinButton, spin_button_output, SpinButton &, rSpinButton, void) |
|
| IMPL_LINK (MetricSpinButton, spin_button_input, int *, result, bool) |
|
| IMPL_LINK (EntryTreeView, ClickHdl, weld::TreeView &, rView, void) |
|
| IMPL_LINK_NOARG (EntryTreeView, ModifyHdl, weld::Entry &, void) |
|
size_t | GetAbsPos (const weld::TreeView &rTreeView, const weld::TreeIter &rIter) |
|
bool | IsEntryVisible (const weld::TreeView &rTreeView, const weld::TreeIter &rIter) |
|
OUString | toId (const void *pValue) |
|
T | fromId (const OUString &rValue) |
|