Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2095 bFirstColumnAsLabel(sal_False) in TYPEINIT1()
2109 bFirstColumnAsLabel(sal_False) in SwXTextTable()
2620 uno::Sequence< double > aColSeq(bFirstColumnAsLabel ? nColCount - 1 : nColCount); in getData()
2622 sal_uInt16 nColStart = bFirstColumnAsLabel ? 1 : 0; in getData()
2665 sal_uInt16 nColStart = bFirstColumnAsLabel ? 1 : 0; in setData()
2697 uno::Sequence< OUString > aRet(bFirstColumnAsLabel ? nRowCount - 1 : nRowCount); in getRowDescriptions()
2702 if(bFirstColumnAsLabel) in getRowDescriptions()
2739 if(bFirstColumnAsLabel) in setRowDescriptions()
2779 sal_uInt16 nStart = bFirstColumnAsLabel ? 1 : 0; in getColumnDescriptions()
2816 if(bFirstRowAsLabel && rColumnDesc.getLength() >= nColCount - bFirstColumnAsLabel ? 1 : 0) in setColumnDescriptions()
[all …]
/trunk/main/sw/inc/
H A Dunotbl.hxx328 sal_Bool bFirstColumnAsLabel :1; member in SwXTextTable
446 sal_Bool bFirstColumnAsLabel :1; member in SwXCellRange