22#include <svx/svxids.hrc>
38 , mpDrawModel ( pModel ),
39 mpColorList ( pModel->GetColorList() ),
40 mpNewColorList ( pModel->GetColorList() ),
41 mpGradientList ( pModel->GetGradientList() ),
42 mpNewGradientList ( pModel->GetGradientList() ),
43 mpHatchingList ( pModel->GetHatchList() ),
44 mpNewHatchingList ( pModel->GetHatchList() ),
45 mpBitmapList ( pModel->GetBitmapList() ),
46 mpNewBitmapList ( pModel->GetBitmapList() ),
47 mpPatternList ( pModel->GetPatternList() ),
48 mpNewPatternList ( pModel->GetPatternList() ),
84 pShell->
PutItem( aColorListItem );
137 aPath = aPalettePath.getToken(0,
';',
nIndex);
227 if (rId ==
"RID_SVXPAGE_AREA")
240 else if (rId ==
"RID_SVXPAGE_SHADOW")
245 else if (rId ==
"RID_SVXPAGE_TRANSPARENCE")
Reference< XExecutableDialog > m_xDialog
XBitmapListRef GetBitmapList() const
XGradientListRef GetGradientList() const
XPatternListRef GetPatternList() const
const SfxItemPool & GetItemPool() const
XColorListRef GetColorList() const
XHatchListRef GetHatchList() const
void SetPropertyList(XPropertyListRef const &p)
const T & Put(std::unique_ptr< T > xItem, sal_uInt16 nWhich=0)
static SAL_WARN_UNUSED_RESULT SfxObjectShell * Current()
void PutItem(const SfxPoolItem &rItem)
void AddTabPage(const OUString &rName, CreateTabPage pCreateFunc, GetTabPageRanges pRangesFunc)
weld::Button & GetCancelButton() const
void RemoveTabPage(const OUString &rName)
ChangeType mnBitmapListState
virtual void PageCreated(const OUString &rId, SfxTabPage &rPage) override
ChangeType mnColorListState
XHatchListRef mpNewHatchingList
XColorListRef mpNewColorList
XPatternListRef mpPatternList
XGradientListRef mpGradientList
ChangeType mnHatchingListState
XGradientListRef mpNewGradientList
XPatternListRef mpNewPatternList
SvxAreaTabDialog(weld::Window *pParent, const SfxItemSet *pAttr, SdrModel *pModel, bool bShadow, bool bSlideBackground)
XColorListRef mpColorList
XBitmapListRef mpNewBitmapList
XBitmapListRef mpBitmapList
ChangeType mnPatternListState
XHatchListRef mpHatchingList
ChangeType mnGradientListState
virtual short Ok() override
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *)
static std::unique_ptr< SfxTabPage > CreateWithSlideBackground(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *)
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *)
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *)
#define LINK(Instance, Class, Member)
IMPL_LINK_NOARG(SvxAreaTabDialog, CancelHdlImpl, weld::Button &, void)