Searched refs:bFirstRowAsLabel (Results 1 – 2 of 2) sorted by relevance
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()[all …]
328 sal_Bool bFirstRowAsLabel :1; member in SwXTextTable446 sal_Bool bFirstRowAsLabel :1; member in SwXCellRange