Home
last modified time | relevance | path

Searched defs:CustomWeld (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dcustomweld.cxx16 CustomWeld::CustomWeld(weld::Builder& rBuilder, const OString& rDrawingId, in CustomWeld() function in weld::CustomWeld
38 IMPL_LINK(CustomWeld, DoResize, const Size&, rSize, void) in IMPL_LINK() argument
44 IMPL_LINK(CustomWeld, DoPaint, weld::DrawingArea::draw_args, aPayload, void) in IMPL_LINK() argument
49 IMPL_LINK(CustomWeld, DoMouseButtonDown, const MouseEvent&, rMEvt, bool) in IMPL_LINK() argument
54 IMPL_LINK(CustomWeld, DoMouseMove, const MouseEvent&, rMEvt, bool) in IMPL_LINK() argument
59 IMPL_LINK(CustomWeld, DoMouseButtonUp, const MouseEvent&, rMEvt, bool) in IMPL_LINK() argument
68 IMPL_LINK(CustomWeld, DoKeyPress, const KeyEvent&, rKEvt, bool) in IMPL_LINK() argument
73 IMPL_LINK_NOARG(CustomWeld, DoFocusRect, weld::Widget&, tools::Rectangle) in IMPL_LINK_NOARG() argument
78 IMPL_LINK_NOARG(CustomWeld, DoStyleUpdated, weld::Widget&, void) in IMPL_LINK_NOARG() argument
83 IMPL_LINK(CustomWeld, DoCommand, const CommandEvent&, rPos, bool) in IMPL_LINK() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dcustomweld.cxx21 CustomWeld::CustomWeld(weld::Builder& rBuilder, const OString& rDrawingId, in CustomWeld() function in weld::CustomWeld
46 IMPL_LINK(CustomWeld, DoResize, const Size&, rSize, void) in IMPL_LINK() argument
52 IMPL_LINK(CustomWeld, DoPaint, weld::DrawingArea::draw_args, aPayload, void) in IMPL_LINK() argument
57 IMPL_LINK(CustomWeld, DoMouseButtonDown, const MouseEvent&, rMEvt, bool) in IMPL_LINK() argument
62 IMPL_LINK(CustomWeld, DoMouseMove, const MouseEvent&, rMEvt, bool) in IMPL_LINK() argument
67 IMPL_LINK(CustomWeld, DoMouseButtonUp, const MouseEvent&, rMEvt, bool) in IMPL_LINK() argument
76 IMPL_LINK(CustomWeld, DoKeyPress, const KeyEvent&, rKEvt, bool) in IMPL_LINK() argument
81 IMPL_LINK_NOARG(CustomWeld, DoFocusRect, weld::Widget&, tools::Rectangle) in IMPL_LINK_NOARG() argument
86 IMPL_LINK_NOARG(CustomWeld, DoStyleUpdated, weld::Widget&, void) in IMPL_LINK_NOARG() argument
91 IMPL_LINK(CustomWeld, DoCommand, const CommandEvent&, rPos, bool) in IMPL_LINK() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dcustomweld.hxx92 class VCL_DLLPUBLIC CustomWeld class
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dcustomweld.hxx141 class VCL_DLLPUBLIC CustomWeld final class