LibreOffice Module sw (master) 1
|
#include <optpage.hxx>
Public Member Functions | |
SwShdwCursorOptionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SwShdwCursorOptionsTabPage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
virtual void | PageCreated (const SfxAllItemSet &aSet) override |
Public Member Functions inherited from SfxTabPage | |
void | SetDialogController (SfxOkDialogController *pDialog) |
virtual | ~SfxTabPage () override |
void | set_visible (bool bVisible) |
const SfxItemSet & | GetItemSet () const |
virtual bool | FillItemSet (SfxItemSet *) |
virtual void | Reset (const SfxItemSet *) |
virtual bool | DeferResetToFirstActivation () |
bool | HasExchangeSupport () const |
void | SetExchangeSupport () |
virtual void | ActivatePage (const SfxItemSet &) |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) |
void | SetUserData (const OUString &rString) |
const OUString & | GetUserData () const |
virtual void | FillUserData () |
virtual bool | IsReadOnly () const |
virtual void | PageCreated (const SfxAllItemSet &aSet) |
virtual void | ChangesApplied () |
void | SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame) |
css::uno::Reference< css::frame::XFrame > | GetFrame () const |
const SfxItemSet * | GetDialogExampleSet () const |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Private Attributes | |
SwWrtShell * | m_pWrtShell |
std::unique_ptr< weld::CheckButton > | m_xParaCB |
std::unique_ptr< weld::CheckButton > | m_xSHyphCB |
std::unique_ptr< weld::CheckButton > | m_xSpacesCB |
std::unique_ptr< weld::CheckButton > | m_xHSpacesCB |
std::unique_ptr< weld::CheckButton > | m_xTabCB |
std::unique_ptr< weld::Label > | m_xTabLabel |
std::unique_ptr< weld::CheckButton > | m_xBreakCB |
std::unique_ptr< weld::CheckButton > | m_xCharHiddenCB |
std::unique_ptr< weld::CheckButton > | m_xBookmarkCB |
std::unique_ptr< weld::Label > | m_xBookmarkLabel |
std::unique_ptr< weld::Frame > | m_xDirectCursorFrame |
std::unique_ptr< weld::CheckButton > | m_xOnOffCB |
std::unique_ptr< weld::ComboBox > | m_xDirectCursorFillMode |
std::unique_ptr< weld::Frame > | m_xCursorProtFrame |
std::unique_ptr< weld::Frame > | m_xImageFrame |
std::unique_ptr< weld::CheckButton > | m_xCursorInProtCB |
std::unique_ptr< weld::ComboBox > | m_xDefaultAnchorType |
std::unique_ptr< weld::CheckButton > | m_xMathBaselineAlignmentCB |
Additional Inherited Members | |
Protected Member Functions inherited from SfxTabPage | |
SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet) | |
sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
TypedWhichId< T > | GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const |
const SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Definition at line 219 of file optpage.hxx.
SwShdwCursorOptionsTabPage::SwShdwCursorOptionsTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 1178 of file optpage.cxx.
References eMode, FN_PARAM_SHADOWCURSOR, SfxItemSet::GetItemIfSet(), CntUInt16Item::GetValue(), HTMLMODE_ON, m_xBookmarkCB, m_xBookmarkLabel, m_xCharHiddenCB, m_xCursorInProtCB, m_xCursorProtFrame, m_xDirectCursorFillMode, m_xDirectCursorFrame, m_xImageFrame, m_xOnOffCB, m_xTabCB, m_xTabLabel, rSet, and Tab.
|
overridevirtual |
Definition at line 1229 of file optpage.cxx.
|
static |
Definition at line 1233 of file optpage.cxx.
References rSet.
Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1245 of file optpage.cxx.
References eMode, FN_PARAM_CRSR_IN_PROTECTED, FN_PARAM_DOCDISP, FN_PARAM_SHADOWCURSOR, SwViewShell::GetDoc(), SwDoc::getIDocumentSettingAccess(), SfxItemSet::GetItemIfSet(), SfxTabPage::GetItemSet(), SfxTabPage::GetOldItem(), SwDocDisplayItem::m_bBookmarks, SwDocDisplayItem::m_bCharHiddenText, SwDocDisplayItem::m_bManualBreak, SwDocDisplayItem::m_bNonbreakingSpace, SwDocDisplayItem::m_bParagraphEnd, SwDocDisplayItem::m_bSoftHyphen, SwDocDisplayItem::m_bSpace, SwDocDisplayItem::m_bTab, m_pWrtShell, m_xBookmarkCB, m_xBreakCB, m_xCharHiddenCB, m_xCursorInProtCB, SwDocDisplayItem::m_xDefaultAnchor, m_xDefaultAnchorType, m_xDirectCursorFillMode, m_xHSpacesCB, m_xMathBaselineAlignmentCB, m_xOnOffCB, m_xParaCB, m_xSHyphCB, m_xSpacesCB, m_xTabCB, MATH_BASELINE_ALIGNMENT, SfxItemSet::Put(), rSet, IDocumentSettingAccess::set(), SwShadowCursorItem::SetMode(), and SwShadowCursorItem::SetOn().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1238 of file optpage.cxx.
References SfxItemSet::GetItem(), SwWrtShellItem::GetValue(), and m_pWrtShell.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1294 of file optpage.cxx.
References eMode, FN_PARAM_CRSR_IN_PROTECTED, FN_PARAM_DOCDISP, FN_PARAM_SHADOWCURSOR, IDocumentSettingAccess::get(), SwViewShell::GetDoc(), SwDoc::getIDocumentSettingAccess(), SfxItemSet::GetItemIfSet(), SwDocDisplayItem::m_bBookmarks, SwDocDisplayItem::m_bCharHiddenText, SwDocDisplayItem::m_bManualBreak, SwDocDisplayItem::m_bNonbreakingSpace, SwDocDisplayItem::m_bParagraphEnd, SwDocDisplayItem::m_bSoftHyphen, SwDocDisplayItem::m_bSpace, SwDocDisplayItem::m_bTab, m_pWrtShell, m_xBookmarkCB, m_xBreakCB, m_xCharHiddenCB, m_xCursorInProtCB, SwDocDisplayItem::m_xDefaultAnchor, m_xDefaultAnchorType, m_xDirectCursorFillMode, m_xHSpacesCB, m_xMathBaselineAlignmentCB, m_xOnOffCB, m_xParaCB, m_xSHyphCB, m_xSpacesCB, m_xTabCB, MATH_BASELINE_ALIGNMENT, rSet, and Tab.
|
private |
Definition at line 221 of file optpage.hxx.
Referenced by FillItemSet(), PageCreated(), and Reset().
|
private |
Definition at line 232 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().
|
private |
Definition at line 233 of file optpage.hxx.
Referenced by SwShdwCursorOptionsTabPage().
|
private |
Definition at line 230 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 231 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().
|
private |
Definition at line 241 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().
|
private |
Definition at line 239 of file optpage.hxx.
Referenced by SwShdwCursorOptionsTabPage().
|
private |
Definition at line 243 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 238 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().
|
private |
Definition at line 235 of file optpage.hxx.
Referenced by SwShdwCursorOptionsTabPage().
|
private |
Definition at line 227 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 240 of file optpage.hxx.
Referenced by SwShdwCursorOptionsTabPage().
|
private |
Definition at line 245 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 236 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().
|
private |
Definition at line 224 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 225 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 226 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 228 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().
|
private |
Definition at line 229 of file optpage.hxx.
Referenced by SwShdwCursorOptionsTabPage().