LibreOffice Module sw (master)
1
|
Classes | |
class | AnchorOverlayObject |
class | FrameSidebarWinContainer |
class | ShadowOverlayObject |
class | SidebarTextControl |
class | SidebarWinAccessible |
class | SwFrameSidebarWinContainer |
Enumerations | |
enum | AnchorState { AnchorState::All, AnchorState::End, AnchorState::Tri } |
enum | ShadowState { SS_NORMAL, SS_VIEW, SS_EDIT } |
enum | ViewState { ViewState::NORMAL, ViewState::VIEW, ViewState::EDIT } |
enum | SidebarPosition { SidebarPosition::LEFT, SidebarPosition::RIGHT, SidebarPosition::NONE } |
Functions | |
ImplPrimitive2DIDBlock (AnchorPrimitive, PRIMITIVE2D_ID_SWSIDEBARANCHORPRIMITIVE) std | |
ImplPrimitive2DIDBlock (ShadowPrimitive, PRIMITIVE2D_ID_SWSIDEBARSHADOWPRIMITIVE) std | |
IMPL_LINK (SidebarTextControl, OnlineSpellCallback, SpellCallbackInfo &, rInfo, void) | |
Variables | |
const sal_Int8 | ANCHORLINE_WIDTH = 1 |
|
strong |
Enumerator | |
---|---|
All | |
End | |
Tri |
Definition at line 32 of file AnchorOverlayObject.hxx.
Enumerator | |
---|---|
SS_NORMAL | |
SS_VIEW | |
SS_EDIT |
Definition at line 28 of file ShadowOverlayObject.hxx.
|
strong |
Enumerator | |
---|---|
LEFT | |
RIGHT | |
NONE |
Definition at line 31 of file SidebarWindowsTypes.hxx.
|
strong |
Enumerator | |
---|---|
NORMAL | |
VIEW | |
EDIT |
Definition at line 24 of file SidebarWindowsTypes.hxx.
sw::sidebarwindows::IMPL_LINK | ( | SidebarTextControl | , |
OnlineSpellCallback | , | ||
SpellCallbackInfo & | , | ||
rInfo | , | ||
void | |||
) |
Definition at line 393 of file SidebarTxtControl.cxx.
References FN_SPELL_GRAMMAR_DIALOG.
sw::sidebarwindows::ImplPrimitive2DIDBlock | ( | ShadowPrimitive | , |
PRIMITIVE2D_ID_SWSIDEBARSHADOWPRIMITIVE | |||
) |
Definition at line 158 of file ShadowOverlayObject.cxx.
References SdrPaintWindow::GetOverlayManager().
sw::sidebarwindows::ImplPrimitive2DIDBlock | ( | AnchorPrimitive | , |
PRIMITIVE2D_ID_SWSIDEBARANCHORPRIMITIVE | |||
) |
Definition at line 177 of file AnchorOverlayObject.cxx.
References SdrPaintWindow::GetOverlayManager().
const sal_Int8 sw::sidebarwindows::ANCHORLINE_WIDTH = 1 |
Definition at line 27 of file SidebarWindowsConsts.hxx.
Referenced by sw::sidebarwindows::AnchorOverlayObject::createOverlayObjectPrimitive2DSequence(), and SwPostItMgr::LayoutByPage().