Searched refs:mbUseLastRow (Results 1 – 5 of 5) sorted by relevance
681 bool mbUseLastRow; member689 , mbUseLastRow(false) in TableStyleSettings()723 const bool bLastRow = rSettings.mbUseLastRow && (nRow == nPreviewColumns - 1); in FillCellInfoMatrix()928 aSettings.mbUseLastRow = static_cast< CheckBox* >(mxControls[CB_TOTAL_ROW].get())->IsChecked(); in FillDesignPreviewControl()
92 case OWN_ATTR_TABLETEMPLATE_LASTROW: rValue >>= aSettings.mbUseLastRow; break; in setPropertyValueImpl()160 case OWN_ATTR_TABLETEMPLATE_LASTROW: rValue <<= aSettings.mbUseLastRow; break; in getPropertyValueImpl()
175 , mbUseLastRow(false) in TableStyleSettings()191 mbUseLastRow = rStyle.mbUseLastRow; in operator =()203 (mbUseLastRow == rStyle.mbUseLastRow) && in operator ==()382 const bool bLastRow = (aPos.mnRow == nRowCount-1) && rStyle.mbUseLastRow; in ApplyCellStyles()
934 aSettings.mbUseLastRow = static_cast< const SfxBoolItem* >(pPoolItem)->GetValue(); in SetTableStyleSettings()
87 bool mbUseLastRow; member
Completed in 63 milliseconds