|
LibreOffice Module cui (master) 1
|
#include <memory>#include <sfx2/objsh.hxx>#include <svx/svxids.hrc>#include <editeng/colritem.hxx>#include <backgrnd.hxx>#include <svx/drawitem.hxx>#include <svx/xfillit0.hxx>#include <svx/xflclit.hxx>#include <svx/flagsdef.hxx>#include <svl/intitem.hxx>#include <svx/unobrushitemhelper.hxx>Go to the source code of this file.
Macros | |
| #define | TBL_DEST_CELL 0 |
| #define | TBL_DEST_ROW 1 |
| #define | TBL_DEST_TBL 2 |
Functions | |
| static sal_uInt16 | lcl_GetTableDestSlot (sal_Int32 nTblDest) |
| IMPL_LINK (SvxBkgTabPage, TblDestinationHdl_Impl, weld::ComboBox &, rBox, void) | |
| #define TBL_DEST_CELL 0 |
Definition at line 35 of file backgrnd.cxx.
| #define TBL_DEST_ROW 1 |
Definition at line 36 of file backgrnd.cxx.
| #define TBL_DEST_TBL 2 |
Definition at line 37 of file backgrnd.cxx.
| IMPL_LINK | ( | SvxBkgTabPage | , |
| TblDestinationHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 277 of file backgrnd.cxx.
References SvxAreaTabPage::FillItemSet(), getSvxBrushItemFromSourceSet(), GetWhich, lcl_GetTableDestSlot(), setSvxBrushItemAsFillAttributesToTargetSet(), and XATTR_FILLSTYLE().
|
static |
Definition at line 44 of file backgrnd.cxx.
References TBL_DEST_CELL, TBL_DEST_ROW, and TBL_DEST_TBL.
Referenced by SvxBkgTabPage::FillItemSet(), and IMPL_LINK().