LibreOffice Module sw (master) 1
Classes | Functions
sw::annotation Namespace Reference

Classes

class  SwAnnotationWin
 

Functions

 IMPL_LINK (SwAnnotationWin, SelectHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (SwAnnotationWin, ToggleHdl, weld::Toggleable &, void)
 
 IMPL_LINK (SwAnnotationWin, KeyInputHdl, const KeyEvent &, rKeyEvt, bool)
 
static Color ColorFromAlphaColor (const sal_uInt8 aTransparency, const Color &aFront, const Color &aBack)
 
 IMPL_LINK (SwAnnotationWin, MouseMoveHdl, const MouseEvent &, rMEvt, bool)
 
 IMPL_LINK (SwAnnotationWin, ScrollHdl, weld::ScrolledWindow &, rScrolledWindow, void)
 
 IMPL_LINK_NOARG (SwAnnotationWin, ModifyHdl, LinkParamNone *, void)
 
 IMPL_LINK_NOARG (SwAnnotationWin, DeleteHdl, void *, void)
 

Function Documentation

◆ ColorFromAlphaColor()

static Color sw::annotation::ColorFromAlphaColor ( const sal_uInt8  aTransparency,
const Color aFront,
const Color aBack 
)
static

◆ IMPL_LINK() [1/4]

sw::annotation::IMPL_LINK ( SwAnnotationWin  ,
KeyInputHdl  ,
const KeyEvent ,
rKeyEvt  ,
bool   
)

Definition at line 118 of file AnnotationMenuButton.cxx.

References vcl::KeyCode::GetCode(), GrabFocus, and KEY_TAB.

◆ IMPL_LINK() [2/4]

sw::annotation::IMPL_LINK ( SwAnnotationWin  ,
MouseMoveHdl  ,
const MouseEvent ,
rMEvt  ,
bool   
)

Definition at line 1127 of file AnnotationWin2.cxx.

◆ IMPL_LINK() [3/4]

sw::annotation::IMPL_LINK ( SwAnnotationWin  ,
ScrollHdl  ,
weld::ScrolledWindow ,
rScrolledWindow  ,
void   
)

Definition at line 1175 of file AnnotationWin2.cxx.

◆ IMPL_LINK() [4/4]

sw::annotation::IMPL_LINK ( SwAnnotationWin  ,
SelectHdl  ,
const OUString &  ,
rIdent  ,
void   
)

◆ IMPL_LINK_NOARG() [1/3]

sw::annotation::IMPL_LINK_NOARG ( SwAnnotationWin  ,
DeleteHdl  ,
void *  ,
void   
)

Definition at line 1186 of file AnnotationWin2.cxx.

References Delete.

◆ IMPL_LINK_NOARG() [2/3]

sw::annotation::IMPL_LINK_NOARG ( SwAnnotationWin  ,
ModifyHdl  ,
LinkParamNone ,
void   
)

Definition at line 1181 of file AnnotationWin2.cxx.

References mrView.

◆ IMPL_LINK_NOARG() [3/3]

sw::annotation::IMPL_LINK_NOARG ( SwAnnotationWin  ,
ToggleHdl  ,
weld::Toggleable ,
void   
)