Home
last modified time | relevance | path

Searched refs:mbUseRowBanding (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sd/source/ui/table/
H A DTableDesignPane.cxx684 bool mbUseRowBanding; member
692 , mbUseRowBanding(true) in TableStyleSettings()
754 if( rSettings.mbUseRowBanding ) in FillCellInfoMatrix()
929 …aSettings.mbUseRowBanding = static_cast< CheckBox* >(mxControls[CB_BANDED_ROWS].get())->IsChecked(… in FillDesignPreviewControl()
/aoo42x/main/svx/source/unodraw/
H A Dtableshape.cxx95 case OWN_ATTR_TABLETEMPLATE_BANDINGROWS: rValue >>= aSettings.mbUseRowBanding; break; in setPropertyValueImpl()
163 case OWN_ATTR_TABLETEMPLATE_BANDINGROWS: rValue <<= aSettings.mbUseRowBanding; break; in getPropertyValueImpl()
/aoo42x/main/svx/source/table/
H A Dsvdotable.cxx178 , mbUseRowBanding(true) in TableStyleSettings()
194 mbUseRowBanding = rStyle.mbUseRowBanding; in operator =()
206 (mbUseRowBanding == rStyle.mbUseRowBanding) && in operator ==()
411 if( !xStyle.is() && rStyle.mbUseRowBanding ) in ApplyCellStyles()
H A Dtablecontroller.cxx937 aSettings.mbUseRowBanding = static_cast< const SfxBoolItem* >(pPoolItem)->GetValue(); in SetTableStyleSettings()
/aoo42x/main/svx/inc/svx/
H A Dsvdotable.hxx90 bool mbUseRowBanding; member

Completed in 52 milliseconds