Lines Matching refs:bFirstRowAsLabel

2109 	bFirstRowAsLabel(sal_False),  in TYPEINIT1()
2123 bFirstRowAsLabel(sal_False), in SwXTextTable()
2637 uno::Sequence< uno::Sequence< double > > aRowSeq(bFirstRowAsLabel ? nRowCount - 1 : nRowCount); in getData()
2642 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in getData()
2682 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in setData()
2730 sal_uInt16 nStart = bFirstRowAsLabel ? 1 : 0; in getRowDescriptions()
2760 if(!nRowCount || rRowDesc.getLength() < (bFirstRowAsLabel ? nRowCount - 1 : nRowCount)) in setRowDescriptions()
2767 sal_uInt16 nStart = bFirstRowAsLabel ? 1 : 0; in setRowDescriptions()
2799 uno::Sequence< OUString > aRet(bFirstRowAsLabel ? nColCount - 1 : nColCount); in getColumnDescriptions()
2804 if(bFirstRowAsLabel) in getColumnDescriptions()
2843 if(bFirstRowAsLabel && rColumnDesc.getLength() >= nColCount - bFirstColumnAsLabel ? 1 : 0) in setColumnDescriptions()
3002 if(bFirstRowAsLabel != bTmp) in setPropertyValue()
3005 bFirstRowAsLabel = bTmp; in setPropertyValue()
3209 sal_Bool bTemp = bFirstRowAsLabel; in getPropertyValue()
3623 bFirstRowAsLabel(sal_False), in SwXCellRange()
3818 if(bFirstRowAsLabel != bTmp) in setPropertyValue()
3821 bFirstRowAsLabel = bTmp; in setPropertyValue()
3908 sal_Bool bTemp = bFirstRowAsLabel; in getPropertyValue()
4242 uno::Sequence< uno::Sequence< double > > aRowSeq(bFirstRowAsLabel ? nRowCount - 1 : nRowCount); in getData()
4248 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in getData()
4284 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in setData()
4330 sal_uInt16 nStart = bFirstRowAsLabel ? 1 : 0; in getRowDescriptions()
4360 if(!nRowCount || rRowDesc.getLength() < bFirstRowAsLabel ? nRowCount - 1 : nRowCount) in setRowDescriptions()
4367 sal_uInt16 nStart = bFirstRowAsLabel ? 1 : 0; in setRowDescriptions()
4397 uno::Sequence< OUString > aRet(bFirstRowAsLabel ? nColCount - 1 : nColCount); in getColumnDescriptions()
4402 if(bFirstRowAsLabel) in getColumnDescriptions()
4435 if(bFirstRowAsLabel && ColumnDesc.getLength() >= nColCount - bFirstColumnAsLabel ? 1 : 0) in setColumnDescriptions()