LibreOffice Module sw (master) 1
|
#include <chrdlg.hxx>
Public Member Functions | |
SwCharURLPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SwCharURLPage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) 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 (InsertFileHdl, weld::Button &, void) | |
DECL_LINK (EventHdl, weld::Button &, void) | |
Private Attributes | |
std::optional< SvxMacroTableDtor > | m_oINetMacroTable |
bool | m_bModified |
std::unique_ptr< weld::Entry > | m_xURLED |
std::unique_ptr< weld::Label > | m_xTextFT |
std::unique_ptr< weld::Entry > | m_xTextED |
std::unique_ptr< weld::Entry > | m_xNameED |
std::unique_ptr< weld::ComboBox > | m_xTargetFrameLB |
std::unique_ptr< weld::Button > | m_xURLPB |
std::unique_ptr< weld::Button > | m_xEventPB |
std::unique_ptr< weld::ComboBox > | m_xVisitedLB |
std::unique_ptr< weld::ComboBox > | m_xNotVisitedLB |
std::unique_ptr< weld::Widget > | m_xCharStyleContainer |
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 43 of file chrdlg.hxx.
SwCharURLPage::SwCharURLPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 139 of file chardlg.cxx.
References SfxObjectShell::Current(), FillCharStyleListBox(), GetActiveView(), SfxFrame::GetDefaultTargetList(), SfxItemSet::GetItemIfSet(), CntUInt16Item::GetValue(), HTMLMODE_ON, i, comphelper::LibreOfficeKit::isActive(), LINK, m_xCharStyleContainer, m_xEventPB, m_xNotVisitedLB, m_xTargetFrameLB, m_xURLPB, m_xVisitedLB, nCount, RES_POOLCHR_INET_NORMAL, and RES_POOLCHR_INET_VISIT.
|
overridevirtual |
Definition at line 199 of file chardlg.cxx.
|
static |
Definition at line 292 of file chardlg.cxx.
Referenced by SwCharDlg::SwCharDlg().
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 246 of file chardlg.cxx.
References ChrFmt, FN_PARAM_SELECTION, SwStyleNameMapper::GetPoolIdFromUIName(), comphelper::isFileUrl(), m_bModified, m_oINetMacroTable, m_xNameED, m_xNotVisitedLB, m_xTargetFrameLB, m_xTextED, m_xURLED, m_xVisitedLB, nId, SfxItemSet::Put(), rSet, SwFormatINetFormat::SetINetFormatAndId(), SwFormatINetFormat::SetMacroTable(), SwFormatINetFormat::SetName(), SwFormatINetFormat::SetVisitedFormatAndId(), URIHelper::simpleNormalizedMakeRelative(), and URIHelper::SmartRel2Abs().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 203 of file chardlg.cxx.
References INetURLObject::decode(), SwStyleNameMapper::FillUIName(), FN_PARAM_SELECTION, SfxItemSet::GetItemIfSet(), m_oINetMacroTable, m_xNameED, m_xNotVisitedLB, m_xTargetFrameLB, m_xTextED, m_xTextFT, m_xURLED, m_xVisitedLB, RES_POOLCHR_INET_NORMAL, RES_POOLCHR_INET_VISIT, RES_TXTATR_INETFMT(), rSet, and INetURLObject::Unambiguous.
|
private |
Definition at line 46 of file chrdlg.hxx.
Referenced by FillItemSet().
|
private |
Definition at line 45 of file chrdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 57 of file chrdlg.hxx.
Referenced by SwCharURLPage().
|
private |
Definition at line 54 of file chrdlg.hxx.
Referenced by SwCharURLPage().
|
private |
Definition at line 51 of file chrdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 56 of file chrdlg.hxx.
Referenced by FillItemSet(), Reset(), and SwCharURLPage().
|
private |
Definition at line 52 of file chrdlg.hxx.
Referenced by FillItemSet(), Reset(), and SwCharURLPage().
|
private |
Definition at line 50 of file chrdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 49 of file chrdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 48 of file chrdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 53 of file chrdlg.hxx.
Referenced by SwCharURLPage().
|
private |
Definition at line 55 of file chrdlg.hxx.
Referenced by FillItemSet(), Reset(), and SwCharURLPage().