Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunotbl.cxx2110 bFirstColumnAsLabel(sal_False) in TYPEINIT1()
2124 bFirstColumnAsLabel(sal_False) in SwXTextTable()
2645 uno::Sequence< double > aColSeq(bFirstColumnAsLabel ? nColCount - 1 : nColCount); in getData()
2647 sal_uInt16 nColStart = bFirstColumnAsLabel ? 1 : 0; in getData()
2691 sal_uInt16 nColStart = bFirstColumnAsLabel ? 1 : 0; in setData()
2723 uno::Sequence< OUString > aRet(bFirstColumnAsLabel ? nRowCount - 1 : nRowCount); in getRowDescriptions()
2728 if(bFirstColumnAsLabel) in getRowDescriptions()
2765 if(bFirstColumnAsLabel) in setRowDescriptions()
2806 sal_uInt16 nStart = bFirstColumnAsLabel ? 1 : 0; in getColumnDescriptions()
2843 if(bFirstRowAsLabel && rColumnDesc.getLength() >= nColCount - bFirstColumnAsLabel ? 1 : 0) in setColumnDescriptions()
[all …]
/AOO41X/main/sw/inc/
H A Dunotbl.hxx329 sal_Bool bFirstColumnAsLabel :1; member in SwXTextTable
447 sal_Bool bFirstColumnAsLabel :1; member in SwXCellRange