20 : m_xCbHorizontalBorder(rBuilder.weld_check_button(
"horizontalBorderCB"))
21 , m_xCbVerticalBorder(rBuilder.weld_check_button(
"verticalBorderCB"))
22 , m_xCbOutilne(rBuilder.weld_check_button(
"outlineCB"))
23 , m_xCbKeys(rBuilder.weld_check_button(
"keysCB"))
41 if (aState == SfxItemState::DONTCARE)
47 if (aState == SfxItemState::SET)
53 if (aState == SfxItemState::DONTCARE)
59 if (aState == SfxItemState::SET)
64 if (aState == SfxItemState::DONTCARE)
70 if (aState == SfxItemState::SET)
75 if (aState == SfxItemState::DONTCARE)
81 if (aState == SfxItemState::SET)
constexpr TypedWhichId< SfxBoolItem > SCHATTR_DATA_TABLE_OUTLINE(SCHATTR_DATA_TABLE_START+2)
constexpr TypedWhichId< SfxBoolItem > SCHATTR_DATA_TABLE_HORIZONTAL_BORDER(SCHATTR_DATA_TABLE_START+0)
constexpr TypedWhichId< SfxBoolItem > SCHATTR_DATA_TABLE_KEYS(SCHATTR_DATA_TABLE_START+3)
constexpr TypedWhichId< SfxBoolItem > SCHATTR_DATA_TABLE_VERTICAL_BORDER(SCHATTR_DATA_TABLE_START+1)
SfxItemState GetItemState(sal_uInt16 nWhich, bool bSrchInParent=true, const SfxPoolItem **ppItem=nullptr) const
const SfxPoolItem * Put(const SfxPoolItem &rItem, sal_uInt16 nWhich)
std::unique_ptr< weld::CheckButton > m_xCbOutilne
std::unique_ptr< weld::CheckButton > m_xCbHorizontalBorder
std::unique_ptr< weld::CheckButton > m_xCbVerticalBorder
bool writeToItemSet(SfxItemSet &rOutAttrs) const
void setChecksSensitive(bool bSensitive)
DataTablePropertiesResources(weld::Builder &rBuilder)
std::unique_ptr< weld::CheckButton > m_xCbKeys
void initFromItemSet(SfxItemSet const &rInAttrs)