Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2753 void SwXTextTable::setRowDescriptions(const uno::Sequence< OUString >& rRowDesc) throw( uno::Runtim… in setRowDescriptions() argument
2760 if(!nRowCount || rRowDesc.getLength() < (bFirstRowAsLabel ? nRowCount - 1 : nRowCount)) in setRowDescriptions()
2764 const OUString* pArray = rRowDesc.getConstArray(); in setRowDescriptions()
4352 void SwXCellRange::setRowDescriptions(const uno::Sequence< OUString >& rRowDesc) in setRowDescriptions() argument
4360 if(!nRowCount || rRowDesc.getLength() < bFirstRowAsLabel ? nRowCount - 1 : nRowCount) in setRowDescriptions()
4364 const OUString* pArray = rRowDesc.getConstArray(); in setRowDescriptions()

Completed in 24 milliseconds