Lines Matching refs:nColCount

2502 	sal_Int16 nColCount = getColumnCount();  in getDataArray()  local
2503 if(!nRowCount || !nColCount) in getDataArray()
2516 uno::Sequence< uno::Any > aColSeq(nColCount); in getDataArray()
2519 for(sal_uInt16 nCol = 0; nCol < nColCount; nCol++) in getDataArray()
2563 sal_Int16 nColCount = getColumnCount(); in setDataArray() local
2584 if(rColSeq.getLength() != nColCount) in setDataArray()
2590 for(sal_uInt16 nCol = 0; nCol < nColCount; nCol++) in setDataArray()
2628 sal_Int16 nColCount = getColumnCount(); in getData() local
2629 if(!nRowCount || !nColCount) in getData()
2645 uno::Sequence< double > aColSeq(bFirstColumnAsLabel ? nColCount - 1 : nColCount); in getData()
2648 for(sal_uInt16 nCol = nColStart; nCol < nColCount; nCol++) in getData()
2670 sal_Int16 nColCount = getColumnCount(); in setData() local
2673 if(!nRowCount || !nColCount) in setData()
2692 if(rColSeq.getLength() < nColCount - nColStart) in setData()
2697 for(sal_uInt16 nCol = nColStart; nCol < nColCount; nCol++) in setData()
2792 sal_Int16 nColCount = getColumnCount(); in getColumnDescriptions() local
2793 if(!nColCount) in getColumnDescriptions()
2799 uno::Sequence< OUString > aRet(bFirstRowAsLabel ? nColCount - 1 : nColCount); in getColumnDescriptions()
2807 for(sal_uInt16 i = nStart; i < nColCount; i++) in getColumnDescriptions()
2832 sal_Int16 nColCount = getColumnCount(); in setColumnDescriptions() local
2833 if(!nColCount) in setColumnDescriptions()
2843 if(bFirstRowAsLabel && rColumnDesc.getLength() >= nColCount - bFirstColumnAsLabel ? 1 : 0) in setColumnDescriptions()
2846 for(sal_uInt16 i = nStart; i < nColCount; i++) in setColumnDescriptions()
3972 sal_Int16 nColCount = getColumnCount(); in GetDataSequence() local
3974 if(!nRowCount || !nColCount) in GetDataSequence()
3981 sal_Int32 nSize = nRowCount * nColCount; in GetDataSequence()
4007 for(sal_uInt16 nCol = 0; nCol < nColCount; nCol++) in GetDataSequence()
4110 sal_Int16 nColCount = getColumnCount(); in getDataArray() local
4112 if(!nRowCount || !nColCount) in getDataArray()
4126 uno::Sequence< uno::Any > aColSeq(nColCount); in getDataArray()
4128 for(sal_uInt16 nCol = 0; nCol < nColCount; nCol++) in getDataArray()
4172 sal_Int16 nColCount = getColumnCount(); in setDataArray() local
4173 if(!nRowCount || !nColCount) in setDataArray()
4190 if(rColSeq.getLength() != nColCount) in setDataArray()
4196 for(sal_uInt16 nCol = 0; nCol < nColCount; nCol++) in setDataArray()
4234 sal_Int16 nColCount = getColumnCount(); in getData() local
4236 if(!nRowCount || !nColCount) in getData()
4251 uno::Sequence< double > aColSeq(bFirstColumnAsLabel ? nColCount - 1 : nColCount); in getData()
4254 for(sal_uInt16 nCol = nColStart; nCol < nColCount; nCol++) in getData()
4274 sal_Int16 nColCount = getColumnCount(); in setData() local
4275 if(!nRowCount || !nColCount) in setData()
4294 if(rColSeq.getLength() < nColCount - nColStart) in setData()
4299 for(sal_uInt16 nCol = nColStart; nCol < nColCount; nCol++) in setData()
4390 sal_Int16 nColCount = getColumnCount(); in getColumnDescriptions() local
4391 if(!nColCount) in getColumnDescriptions()
4397 uno::Sequence< OUString > aRet(bFirstRowAsLabel ? nColCount - 1 : nColCount); in getColumnDescriptions()
4405 for(sal_uInt16 i = nStart; i < nColCount; i++) in getColumnDescriptions()
4430 sal_Int16 nColCount = getColumnCount(); in setColumnDescriptions() local
4435 if(bFirstRowAsLabel && ColumnDesc.getLength() >= nColCount - bFirstColumnAsLabel ? 1 : 0) in setColumnDescriptions()
4438 for(sal_uInt16 i = nStart; i < nColCount; i++) in setColumnDescriptions()
4867 sal_uInt16 nColCount = pLine->GetTabBoxes().Count(); in insertByIndex() local
4868 if (nCount <= 0 || !(0 <= nIndex && nIndex <= nColCount)) in insertByIndex()