Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx680 bool mbUseFirstRow; member
688 : mbUseFirstRow(true) in TableStyleSettings()
722 const bool bFirstRow = rSettings.mbUseFirstRow && (nRow == 0); in FillCellInfoMatrix()
927 aSettings.mbUseFirstRow = static_cast< CheckBox* >(mxControls[CB_HEADER_ROW].get())->IsChecked(); in FillDesignPreviewControl()
/trunk/main/svx/source/unodraw/
H A Dtableshape.cxx91 case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue >>= aSettings.mbUseFirstRow; break; in setPropertyValueImpl()
159 case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue <<= aSettings.mbUseFirstRow; break; in getPropertyValueImpl()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx174 : mbUseFirstRow(true) in TableStyleSettings()
190 mbUseFirstRow = rStyle.mbUseFirstRow; in operator =()
202 (mbUseFirstRow == rStyle.mbUseFirstRow) && in operator ==()
381 const bool bFirstRow = (aPos.mnRow == 0) && rStyle.mbUseFirstRow; in ApplyCellStyles()
H A Dtablecontroller.cxx931 aSettings.mbUseFirstRow = static_cast< const SfxBoolItem* >(pPoolItem)->GetValue(); in SetTableStyleSettings()
2684 return aSettings.mbUseFirstRow; in isRowHeader()
/trunk/main/svx/inc/svx/
H A Dsvdotable.hxx86 bool mbUseFirstRow; member

Completed in 48 milliseconds