LibreOffice Module cui (master) 1
Macros | Functions
backgrnd.cxx File Reference
#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>
Include dependency graph for backgrnd.cxx:

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)
 

Macro Definition Documentation

◆ TBL_DEST_CELL

#define TBL_DEST_CELL   0

Definition at line 35 of file backgrnd.cxx.

◆ TBL_DEST_ROW

#define TBL_DEST_ROW   1

Definition at line 36 of file backgrnd.cxx.

◆ TBL_DEST_TBL

#define TBL_DEST_TBL   2

Definition at line 37 of file backgrnd.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SvxBkgTabPage  ,
TblDestinationHdl_Impl  ,
weld::ComboBox ,
rBox  ,
void   
)

◆ lcl_GetTableDestSlot()

static sal_uInt16 lcl_GetTableDestSlot ( sal_Int32  nTblDest)
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().