Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx681 bool mbUseLastRow; member
689 , 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()
/trunk/main/svx/source/unodraw/
H A Dtableshape.cxx92 case OWN_ATTR_TABLETEMPLATE_LASTROW: rValue >>= aSettings.mbUseLastRow; break; in setPropertyValueImpl()
160 case OWN_ATTR_TABLETEMPLATE_LASTROW: rValue <<= aSettings.mbUseLastRow; break; in getPropertyValueImpl()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx175 , 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()
H A Dtablecontroller.cxx934 aSettings.mbUseLastRow = static_cast< const SfxBoolItem* >(pPoolItem)->GetValue(); in SetTableStyleSettings()
/trunk/main/svx/inc/svx/
H A Dsvdotable.hxx87 bool mbUseLastRow; member

Completed in 49 milliseconds