LibreOffice Module svx (master) 1
|
Tabpage with the redlining entries. More...
#include <ctredlin.hxx>
Public Member Functions | |
SvxTPView (weld::Container *pParent) | |
virtual | ~SvxTPView () override |
SvxRedlinTable * | GetTableControl () |
void | EnableAccept (bool bFlag) |
void | EnableAcceptAll (bool bFlag) |
void | EnableReject (bool bFlag) |
void | EnableRejectAll (bool bFlag) |
void | EnableClearFormat (bool bFlag) |
void | EnableClearFormatAll (bool bFlag) |
void | EnableUndo (bool bFlag=true) |
void | DisableUndo () |
void | ShowUndo () |
void | SetAcceptClickHdl (const Link< SvxTPView *, void > &rLink) |
void | SetAcceptAllClickHdl (const Link< SvxTPView *, void > &rLink) |
void | SetRejectClickHdl (const Link< SvxTPView *, void > &rLink) |
void | SetRejectAllClickHdl (const Link< SvxTPView *, void > &rLink) |
void | SetUndoClickHdl (const Link< SvxTPView *, void > &rLink) |
virtual void | ActivatePage () override |
void | DeactivatePage () |
Public Member Functions inherited from SvxTPage | |
SvxTPage (weld::Container *pParent, const OUString &rUIXMLDescription, const OUString &rID) | |
virtual | ~SvxTPage () |
virtual void | ActivatePage () |
void | Show () |
Private Member Functions | |
DECL_DLLPRIVATE_LINK (PbClickHdl, weld::Button &, void) | |
Private Attributes | |
Link< SvxTPView *, void > | AcceptClickLk |
Link< SvxTPView *, void > | AcceptAllClickLk |
Link< SvxTPView *, void > | RejectClickLk |
Link< SvxTPView *, void > | RejectAllClickLk |
Link< SvxTPView *, void > | UndoClickLk |
bool | bEnableAccept |
bool | bEnableAcceptAll |
bool | bEnableReject |
bool | bEnableRejectAll |
bool | bEnableUndo |
bool | bEnableClearFormat |
bool | bEnableClearFormatAll |
std::unique_ptr< weld::Button > | m_xAccept |
std::unique_ptr< weld::Button > | m_xReject |
std::unique_ptr< weld::Button > | m_xAcceptAll |
std::unique_ptr< weld::Button > | m_xRejectAll |
std::unique_ptr< weld::Button > | m_xUndo |
std::unique_ptr< SvxRedlinTable > | m_xViewData |
Additional Inherited Members | |
Protected Attributes inherited from SvxTPage | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
Tabpage with the redlining entries.
Definition at line 256 of file ctredlin.hxx.
SvxTPView::SvxTPView | ( | weld::Container * | pParent | ) |
Definition at line 295 of file ctredlin.cxx.
References LINK, m_xAccept, m_xAcceptAll, m_xReject, m_xRejectAll, and m_xUndo.
|
overridevirtual |
Definition at line 339 of file ctredlin.cxx.
|
overridevirtual |
Reimplemented from SvxTPage.
Definition at line 321 of file ctredlin.cxx.
References bEnableAccept, bEnableAcceptAll, bEnableReject, bEnableRejectAll, bEnableUndo, m_xAccept, m_xAcceptAll, m_xReject, m_xRejectAll, and m_xUndo.
void SvxTPView::DeactivatePage | ( | ) |
Definition at line 330 of file ctredlin.cxx.
References m_xAccept, m_xAcceptAll, m_xReject, m_xRejectAll, and m_xUndo.
|
private |
|
inline |
Definition at line 297 of file ctredlin.hxx.
void SvxTPView::EnableAccept | ( | bool | bFlag | ) |
Definition at line 380 of file ctredlin.cxx.
References bEnableAccept, and m_xAccept.
void SvxTPView::EnableAcceptAll | ( | bool | bFlag | ) |
Definition at line 386 of file ctredlin.cxx.
References bEnableAcceptAll, and m_xAcceptAll.
void SvxTPView::EnableClearFormat | ( | bool | bFlag | ) |
Definition at line 404 of file ctredlin.cxx.
References bEnableClearFormat.
void SvxTPView::EnableClearFormatAll | ( | bool | bFlag | ) |
Definition at line 411 of file ctredlin.cxx.
References bEnableClearFormatAll.
void SvxTPView::EnableReject | ( | bool | bFlag | ) |
Definition at line 392 of file ctredlin.cxx.
References bEnableReject, and m_xReject.
void SvxTPView::EnableRejectAll | ( | bool | bFlag | ) |
Definition at line 398 of file ctredlin.cxx.
References bEnableRejectAll, and m_xRejectAll.
void SvxTPView::EnableUndo | ( | bool | bFlag = true | ) |
Definition at line 423 of file ctredlin.cxx.
References bEnableUndo, and m_xUndo.
|
inline |
Definition at line 288 of file ctredlin.hxx.
Definition at line 302 of file ctredlin.hxx.
Definition at line 300 of file ctredlin.hxx.
Definition at line 306 of file ctredlin.hxx.
Definition at line 304 of file ctredlin.hxx.
Definition at line 308 of file ctredlin.hxx.
void SvxTPView::ShowUndo | ( | ) |
Definition at line 418 of file ctredlin.cxx.
References m_xUndo.
Definition at line 261 of file ctredlin.hxx.
Definition at line 260 of file ctredlin.hxx.
|
private |
Definition at line 266 of file ctredlin.hxx.
Referenced by ActivatePage(), and EnableAccept().
|
private |
Definition at line 267 of file ctredlin.hxx.
Referenced by ActivatePage(), and EnableAcceptAll().
|
private |
Definition at line 272 of file ctredlin.hxx.
Referenced by EnableClearFormat().
|
private |
Definition at line 273 of file ctredlin.hxx.
Referenced by EnableClearFormatAll().
|
private |
Definition at line 268 of file ctredlin.hxx.
Referenced by ActivatePage(), and EnableReject().
|
private |
Definition at line 269 of file ctredlin.hxx.
Referenced by ActivatePage(), and EnableRejectAll().
|
private |
Definition at line 270 of file ctredlin.hxx.
Referenced by ActivatePage(), and EnableUndo().
|
private |
Definition at line 275 of file ctredlin.hxx.
Referenced by ActivatePage(), DeactivatePage(), EnableAccept(), and SvxTPView().
|
private |
Definition at line 277 of file ctredlin.hxx.
Referenced by ActivatePage(), DeactivatePage(), EnableAcceptAll(), and SvxTPView().
|
private |
Definition at line 276 of file ctredlin.hxx.
Referenced by ActivatePage(), DeactivatePage(), EnableReject(), and SvxTPView().
|
private |
Definition at line 278 of file ctredlin.hxx.
Referenced by ActivatePage(), DeactivatePage(), EnableRejectAll(), and SvxTPView().
|
private |
Definition at line 279 of file ctredlin.hxx.
Referenced by ActivatePage(), DeactivatePage(), EnableUndo(), ShowUndo(), and SvxTPView().
|
private |
Definition at line 280 of file ctredlin.hxx.
Definition at line 263 of file ctredlin.hxx.
Definition at line 262 of file ctredlin.hxx.
Definition at line 264 of file ctredlin.hxx.