LibreOffice Module sw (master) 1
|
Tabpage providing the functionality behind Format -> Image -> Properties and then the Rotation tabpage. More...
#include <frmpage.hxx>
Public Member Functions | |
SwGrfExtPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SwGrfExtPage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) 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 *rSet) |
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 (MirrorHdl, weld::Toggleable &, void) | |
DECL_LINK (BrowseHdl, weld::Button &, void) | |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
Private Attributes | |
OUString | m_aFilterName |
OUString | m_aGrfName |
OUString | m_aNewGrfName |
std::unique_ptr<::sfx2::FileDialogHelper > | m_xGrfDlg |
bool | m_bHtmlMode |
BmpWindow | m_aBmpWin |
std::unique_ptr< weld::Widget > | m_xMirror |
std::unique_ptr< weld::CheckButton > | m_xMirrorVertBox |
std::unique_ptr< weld::CheckButton > | m_xMirrorHorzBox |
std::unique_ptr< weld::RadioButton > | m_xAllPagesRB |
std::unique_ptr< weld::RadioButton > | m_xLeftPagesRB |
std::unique_ptr< weld::RadioButton > | m_xRightPagesRB |
std::unique_ptr< weld::Entry > | m_xConnectED |
std::unique_ptr< weld::Button > | m_xBrowseBT |
std::unique_ptr< weld::Frame > | m_xLinkFrame |
std::unique_ptr< weld::Frame > | m_xFlAngle |
std::unique_ptr< weld::MetricSpinButton > | m_xNfAngle |
std::unique_ptr< svx::DialControl > | m_xCtlAngle |
std::unique_ptr< weld::CustomWeld > | m_xCtlAngleWin |
std::unique_ptr< weld::CustomWeld > | m_xBmpWin |
std::unique_ptr< weld::Label > | m_xLabelGraphicType |
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 |
Tabpage providing the functionality behind Format -> Image -> Properties and then the Rotation tabpage.
Definition at line 198 of file frmpage.hxx.
SwGrfExtPage::SwGrfExtPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 2365 of file frmpage.cxx.
References DEGREE, LINK, m_aBmpWin, m_xBrowseBT, m_xCtlAngle, m_xMirrorHorzBox, m_xMirrorVertBox, m_xNfAngle, rSet, BmpWindow::SetBitmapEx(), and SfxTabPage::SetExchangeSupport().
|
overridevirtual |
Definition at line 2396 of file frmpage.cxx.
References m_xBmpWin, m_xCtlAngle, m_xCtlAngleWin, and m_xGrfDlg.
|
overrideprivatevirtual |
Reimplemented from SfxTabPage.
Definition at line 2435 of file frmpage.cxx.
References Both, Dont, SfxItemSet::Get(), GraphicHelper::GetImageType(), SfxItemSet::GetItem(), SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), CntUnencodedStringItem::GetValue(), GetValue, Horizontal, weld::CustomWidgetController::Invalidate(), SvxProtectItem::IsContentProtected(), m_aBmpWin, m_aGrfName, m_aNewGrfName, m_bHtmlMode, m_xAllPagesRB, m_xConnectED, m_xLabelGraphicType, m_xLeftPagesRB, m_xMirror, m_xMirrorHorzBox, m_xMirrorVertBox, m_xRightPagesRB, BmpWindow::MirrorHorz(), BmpWindow::MirrorVert(), nPos, RES_GRFATR_MIRRORGRF(), RES_PROTECT(), rSet, BmpWindow::SetGraphic(), and Vertical.
Referenced by Reset().
|
static |
Definition at line 2404 of file frmpage.cxx.
References rSet.
Referenced by SwFrameDlg::SwFrameDlg().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2573 of file frmpage.cxx.
References FillItemSet().
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2526 of file frmpage.cxx.
References Both, Dont, GPOS_LT, Horizontal, m_aFilterName, m_aGrfName, m_aNewGrfName, m_xAllPagesRB, m_xConnectED, m_xCtlAngle, m_xLeftPagesRB, m_xMirrorHorzBox, m_xMirrorVertBox, m_xRightPagesRB, SfxItemSet::Put(), rSet, SwMirrorGrf::SetGrfToggle(), and Vertical.
Referenced by DeactivatePage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2409 of file frmpage.cxx.
References ActivatePage(), SfxObjectShell::Current(), FN_PARAM_GRF_CONNECT, GetHtmlMode(), SfxItemSet::GetItemIfSet(), SfxBoolItem::GetValue(), HTMLMODE_ON, m_bHtmlMode, m_xBrowseBT, m_xConnectED, m_xCtlAngle, and rSet.
|
private |
Definition at line 208 of file frmpage.hxx.
Referenced by ActivatePage(), and SwGrfExtPage().
|
private |
Definition at line 200 of file frmpage.hxx.
Referenced by FillItemSet().
|
private |
Definition at line 201 of file frmpage.hxx.
Referenced by ActivatePage(), and FillItemSet().
|
private |
Definition at line 201 of file frmpage.hxx.
Referenced by ActivatePage(), and FillItemSet().
|
private |
Definition at line 205 of file frmpage.hxx.
Referenced by ActivatePage(), and Reset().
|
private |
Definition at line 212 of file frmpage.hxx.
Referenced by ActivatePage(), and FillItemSet().
|
private |
Definition at line 225 of file frmpage.hxx.
Referenced by ~SwGrfExtPage().
|
private |
Definition at line 217 of file frmpage.hxx.
Referenced by Reset(), and SwGrfExtPage().
|
private |
Definition at line 216 of file frmpage.hxx.
Referenced by ActivatePage(), FillItemSet(), and Reset().
|
private |
Definition at line 223 of file frmpage.hxx.
Referenced by FillItemSet(), Reset(), SwGrfExtPage(), and ~SwGrfExtPage().
|
private |
Definition at line 224 of file frmpage.hxx.
Referenced by ~SwGrfExtPage().
|
private |
Definition at line 221 of file frmpage.hxx.
|
private |
Definition at line 203 of file frmpage.hxx.
Referenced by ~SwGrfExtPage().
|
private |
Definition at line 228 of file frmpage.hxx.
Referenced by ActivatePage().
|
private |
Definition at line 213 of file frmpage.hxx.
Referenced by ActivatePage(), and FillItemSet().
|
private |
Definition at line 218 of file frmpage.hxx.
|
private |
Definition at line 209 of file frmpage.hxx.
Referenced by ActivatePage().
|
private |
Definition at line 211 of file frmpage.hxx.
Referenced by ActivatePage(), FillItemSet(), and SwGrfExtPage().
|
private |
Definition at line 210 of file frmpage.hxx.
Referenced by ActivatePage(), FillItemSet(), and SwGrfExtPage().
|
private |
Definition at line 222 of file frmpage.hxx.
Referenced by SwGrfExtPage().
|
private |
Definition at line 214 of file frmpage.hxx.
Referenced by ActivatePage(), and FillItemSet().