Searched refs:mbUseRowBanding (Results 1 – 5 of 5) sorted by relevance
684 bool mbUseRowBanding; member692 , mbUseRowBanding(true) in TableStyleSettings()754 if( rSettings.mbUseRowBanding ) in FillCellInfoMatrix()929 …aSettings.mbUseRowBanding = static_cast< CheckBox* >(mxControls[CB_BANDED_ROWS].get())->IsChecked(… in FillDesignPreviewControl()
95 case OWN_ATTR_TABLETEMPLATE_BANDINGROWS: rValue >>= aSettings.mbUseRowBanding; break; in setPropertyValueImpl()163 case OWN_ATTR_TABLETEMPLATE_BANDINGROWS: rValue <<= aSettings.mbUseRowBanding; break; in getPropertyValueImpl()
178 , mbUseRowBanding(true) in TableStyleSettings()194 mbUseRowBanding = rStyle.mbUseRowBanding; in operator =()206 (mbUseRowBanding == rStyle.mbUseRowBanding) && in operator ==()411 if( !xStyle.is() && rStyle.mbUseRowBanding ) in ApplyCellStyles()
937 aSettings.mbUseRowBanding = static_cast< const SfxBoolItem* >(pPoolItem)->GetValue(); in SetTableStyleSettings()
90 bool mbUseRowBanding; member
Completed in 52 milliseconds