Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2094 bFirstRowAsLabel(sal_False), in TYPEINIT1()
2108 bFirstRowAsLabel(sal_False), in SwXTextTable()
2612 uno::Sequence< uno::Sequence< double > > aRowSeq(bFirstRowAsLabel ? nRowCount - 1 : nRowCount); in getData()
2617 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in getData()
2656 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in setData()
2704 sal_uInt16 nStart = bFirstRowAsLabel ? 1 : 0; in getRowDescriptions()
2734 if(!nRowCount || rRowDesc.getLength() < (bFirstRowAsLabel ? nRowCount - 1 : nRowCount)) in setRowDescriptions()
2741 sal_uInt16 nStart = bFirstRowAsLabel ? 1 : 0; in setRowDescriptions()
2772 uno::Sequence< OUString > aRet(bFirstRowAsLabel ? nColCount - 1 : nColCount); in getColumnDescriptions()
2777 if(bFirstRowAsLabel) in getColumnDescriptions()
[all …]
/trunk/main/sw/inc/
H A Dunotbl.hxx327 sal_Bool bFirstRowAsLabel :1; member in SwXTextTable
445 sal_Bool bFirstRowAsLabel :1; member in SwXCellRange