20#undef SC_DLLIMPLEMENTATION
30 : GenericDialogController(pParent,
"modules/scalc/ui/insertcells.ui",
"InsertCellsDialog")
31 , m_xBtnCellsDown(m_xBuilder->weld_radio_button(
"down"))
32 , m_xBtnCellsRight(m_xBuilder->weld_radio_button(
"right"))
33 , m_xBtnInsRow(m_xBuilder->weld_radio_button(
"rows"))
34 , m_xBtnInsCol(m_xBuilder->weld_radio_button(
"cols"))
40 if (bDisallowCellMove)
static ScViewData * GetViewData()
SC_DLLPUBLIC bool IsLayoutRTL(SCTAB nTab) const
std::unique_ptr< weld::RadioButton > m_xBtnCellsRight
ScInsertCellDlg(weld::Window *pParent, bool bDisallowCellMove)
std::unique_ptr< weld::RadioButton > m_xBtnInsCol
InsCellCmd GetInsCellCmd() const
std::unique_ptr< weld::RadioButton > m_xBtnCellsDown
std::unique_ptr< weld::RadioButton > m_xBtnInsRow
virtual ~ScInsertCellDlg() override
ScDocument & GetDocument() const
static sal_uInt8 nInsItemChecked
OUString ScResId(TranslateId aId)