Home
last modified time | relevance | path

Searched refs:bFirstRowAsLabel (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/unocore/
H A Dunotbl.cxx2109 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 …]
/AOO41X/main/sw/inc/
H A Dunotbl.hxx328 sal_Bool bFirstRowAsLabel :1; member in SwXTextTable
446 sal_Bool bFirstRowAsLabel :1; member in SwXCellRange