20#undef SC_DLLIMPLEMENTATION 
   27    : GenericDialogController(pParent, 
"modules/scalc/ui/deletecells.ui", 
"DeleteCellsDialog")
 
   28    , m_xBtnCellsUp(m_xBuilder->weld_radio_button(
"up"))
 
   29    , m_xBtnCellsLeft(m_xBuilder->weld_radio_button(
"left"))
 
   30    , m_xBtnDelRows(m_xBuilder->weld_radio_button(
"rows"))
 
   31    , m_xBtnDelCols(m_xBuilder->weld_radio_button(
"cols"))
 
   33    if (bDisallowCellMove)
 
std::unique_ptr< weld::RadioButton > m_xBtnDelRows
 
std::unique_ptr< weld::RadioButton > m_xBtnDelCols
 
ScDeleteCellDlg(weld::Window *pParent, bool bDisallowCellMove)
 
virtual ~ScDeleteCellDlg() override
 
std::unique_ptr< weld::RadioButton > m_xBtnCellsLeft
 
std::unique_ptr< weld::RadioButton > m_xBtnCellsUp
 
DelCellCmd GetDelCellCmd() const
 
static sal_uInt8 nDelItemChecked