Searched refs:mbUseFirstRow (Results 1 – 5 of 5) sorted by relevance
680 bool mbUseFirstRow; member688 : 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()
91 case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue >>= aSettings.mbUseFirstRow; break; in setPropertyValueImpl()159 case OWN_ATTR_TABLETEMPLATE_FIRSTROW: rValue <<= aSettings.mbUseFirstRow; break; in getPropertyValueImpl()
174 : 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()
931 aSettings.mbUseFirstRow = static_cast< const SfxBoolItem* >(pPoolItem)->GetValue(); in SetTableStyleSettings()2684 return aSettings.mbUseFirstRow; in isRowHeader()
86 bool mbUseFirstRow; member
Completed in 48 milliseconds