|
LibreOffice Module cui (master) 1
|
#include <autocdlg.hxx>
Public Member Functions | |
| OfaQuoteTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
| virtual | ~OfaQuoteTabPage () override |
| virtual bool | FillItemSet (SfxItemSet *rSet) override |
| virtual void | Reset (const SfxItemSet *rSet) override |
| virtual void | ActivatePage (const SfxItemSet &) 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 Member Functions | |
| DECL_LINK (QuoteHdl, weld::Button &, void) | |
| DECL_LINK (StdQuoteHdl, weld::Button &, void) | |
| OUString | ChangeStringExt_Impl (sal_UCS4) |
Static Private Member Functions | |
| static void | CreateEntry (weld::TreeView &rLstBox, const OUString &rTxt, sal_uInt16 nCol, sal_uInt16 nTextCol) |
Private Attributes | |
| OUString | sNonBrkSpace |
| OUString | sOrdinal |
| OUString | sTransliterateRTL |
| OUString | sAngleQuotes |
| sal_UCS4 | cSglStartQuote |
| sal_UCS4 | cSglEndQuote |
| sal_UCS4 | cStartQuote |
| sal_UCS4 | cEndQuote |
| std::unique_ptr< weld::CheckButton > | m_xSingleTypoCB |
| std::unique_ptr< weld::Button > | m_xSglStartQuotePB |
| std::unique_ptr< weld::Label > | m_xSglStartExFT |
| std::unique_ptr< weld::Button > | m_xSglEndQuotePB |
| std::unique_ptr< weld::Label > | m_xSglEndExFT |
| std::unique_ptr< weld::Button > | m_xSglStandardPB |
| std::unique_ptr< weld::CheckButton > | m_xDoubleTypoCB |
| std::unique_ptr< weld::Button > | m_xDblStartQuotePB |
| std::unique_ptr< weld::Label > | m_xDblStartExFT |
| std::unique_ptr< weld::Button > | m_xDblEndQuotePB |
| std::unique_ptr< weld::Label > | m_xDblEndExFT |
| std::unique_ptr< weld::Button > | m_xDblStandardPB |
| OUString | m_sStandard |
| std::unique_ptr< weld::TreeView > | m_xCheckLB |
| For anything but writer. More... | |
| std::unique_ptr< weld::TreeView > | m_xSwCheckLB |
| Just for writer. More... | |
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 273 of file autocdlg.hxx.
| OfaQuoteTabPage::OfaQuoteTabPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rSet | ||
| ) |
Definition at line 1566 of file autocdlg.cxx.
References weld::Check, SfxItemSet::GetItem(), SfxBoolItem::GetValue(), LINK, m_xCheckLB, m_xDblEndQuotePB, m_xDblStandardPB, m_xDblStartQuotePB, m_xSglEndQuotePB, m_xSglStandardPB, m_xSglStartQuotePB, m_xSwCheckLB, and rSet.
|
overridevirtual |
Definition at line 1625 of file autocdlg.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1717 of file autocdlg.cxx.
References SfxTabPage::GetDialogController().
|
private |
|
static |
Definition at line 1629 of file autocdlg.cxx.
Referenced by OfaAutoCorrDlg::OfaAutoCorrDlg().
|
staticprivate |
Definition at line 1555 of file autocdlg.cxx.
References weld::TreeView::append(), CBCOL_BOTH, CBCOL_FIRST, CBCOL_SECOND, weld::TreeView::n_children(), weld::TreeView::set_text(), weld::TreeView::set_toggle(), and TRISTATE_FALSE.
Referenced by Reset().
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1635 of file autocdlg.cxx.
References SvxSwAutoFormatFlags::bAddNonBrkSpace, SvxSwAutoFormatFlags::bChgAngleQuotes, SvxSwAutoFormatFlags::bChgOrdinalNumber, SvxSwAutoFormatFlags::bTransliterateRTL, CBCOL_FIRST, CBCOL_SECOND, cEndQuote, SvxAutoCorrCfg::Commit(), cSglEndQuote, cSglStartQuote, cStartQuote, SvxAutoCorrCfg::Get(), SvxAutoCorrCfg::GetAutoCorrect(), SvxAutoCorrect::GetEndDoubleQuote(), SvxAutoCorrect::GetEndSingleQuote(), SvxAutoCorrect::GetFlags(), SvxAutoCorrect::GetStartDoubleQuote(), SvxAutoCorrect::GetStartSingleQuote(), SvxAutoCorrect::GetSwFlags(), m_xCheckLB, m_xDoubleTypoCB, m_xSingleTypoCB, m_xSwCheckLB, nPos, SvxAutoCorrect::SetAutoCorrFlag(), SvxAutoCorrect::SetEndDoubleQuote(), SvxAutoCorrect::SetEndSingleQuote(), SvxAutoCorrCfg::SetModified(), SvxAutoCorrect::SetStartDoubleQuote(), SvxAutoCorrect::SetStartSingleQuote(), and TRISTATE_TRUE.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1722 of file autocdlg.cxx.
References SvxSwAutoFormatFlags::bAddNonBrkSpace, SvxSwAutoFormatFlags::bChgAngleQuotes, SvxSwAutoFormatFlags::bChgOrdinalNumber, SvxSwAutoFormatFlags::bTransliterateRTL, CBCOL_BOTH, CBCOL_FIRST, CBCOL_SECOND, cEndQuote, ChangeStringExt_Impl(), CreateEntry(), cSglEndQuote, cSglStartQuote, cStartQuote, SvxAutoCorrCfg::Get(), SvxAutoCorrCfg::GetAutoCorrect(), SvxAutoCorrect::GetEndDoubleQuote(), SvxAutoCorrect::GetEndSingleQuote(), SvxAutoCorrect::GetFlags(), SvxAutoCorrect::GetStartDoubleQuote(), SvxAutoCorrect::GetStartSingleQuote(), SvxAutoCorrect::GetSwFlags(), m_xCheckLB, m_xDblEndExFT, m_xDblStartExFT, m_xDoubleTypoCB, m_xSglEndExFT, m_xSglStartExFT, m_xSingleTypoCB, m_xSwCheckLB, nPos, sAngleQuotes, sNonBrkSpace, sOrdinal, sTransliterateRTL, TRISTATE_FALSE, and TRISTATE_TRUE.
|
private |
Definition at line 285 of file autocdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 282 of file autocdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 281 of file autocdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 284 of file autocdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 299 of file autocdlg.hxx.
Referenced by ChangeStringExt_Impl().
|
private |
For anything but writer.
Definition at line 301 of file autocdlg.hxx.
Referenced by FillItemSet(), OfaQuoteTabPage(), and Reset().
|
private |
Definition at line 297 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 296 of file autocdlg.hxx.
Referenced by OfaQuoteTabPage().
|
private |
Definition at line 298 of file autocdlg.hxx.
Referenced by OfaQuoteTabPage().
|
private |
Definition at line 295 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 294 of file autocdlg.hxx.
Referenced by OfaQuoteTabPage().
|
private |
Definition at line 293 of file autocdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 291 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 290 of file autocdlg.hxx.
Referenced by OfaQuoteTabPage().
|
private |
Definition at line 292 of file autocdlg.hxx.
Referenced by OfaQuoteTabPage().
|
private |
Definition at line 289 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 288 of file autocdlg.hxx.
Referenced by OfaQuoteTabPage().
|
private |
Definition at line 287 of file autocdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Just for writer.
Definition at line 303 of file autocdlg.hxx.
Referenced by FillItemSet(), OfaQuoteTabPage(), and Reset().
|
private |
Definition at line 279 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 276 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 277 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 278 of file autocdlg.hxx.
Referenced by Reset().