Searched refs:rRowDesc (Results 1 – 1 of 1) sorted by relevance
2753 void SwXTextTable::setRowDescriptions(const uno::Sequence< OUString >& rRowDesc) throw( uno::Runtim… in setRowDescriptions() argument2760 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() argument4360 if(!nRowCount || rRowDesc.getLength() < bFirstRowAsLabel ? nRowCount - 1 : nRowCount) in setRowDescriptions()4364 const OUString* pArray = rRowDesc.getConstArray(); in setRowDescriptions()
Completed in 65 milliseconds