Searched refs:pColAry (Results 1 – 3 of 3) sorted by relevance
83 sal_Int32* pColAry = aColSeq.getArray(); in FillLongArray() local85 pColAry[nCol] = lcl_DoubleToLong( pDoc->GetValue( in FillLongArray()110 sal_Int32* pColAry = aColSeq.getArray(); in FillLongArray() local113 pColAry[nCol] = 0; in FillLongArray()115 pColAry[nCol] = lcl_DoubleToLong( pMatrix->GetDouble( nCol, nRow ) ); in FillLongArray()139 double* pColAry = aColSeq.getArray(); in FillDoubleArray() local141 pColAry[nCol] = pDoc->GetValue( in FillDoubleArray()166 double* pColAry = aColSeq.getArray(); in FillDoubleArray() local169 pColAry[nCol] = 0.0; in FillDoubleArray()171 pColAry[nCol] = pMatrix->GetDouble( nCol, nRow ); in FillDoubleArray()[all …]
819 const sheet::DataResult* pColAry = pRowAry[nRow].getConstArray(); in Output() local825 DataCell( nColPos, nRowPos, nTab, pColAry[nCol] ); in Output()
3007 double* pColAry = aColSeq.getArray(); in getData() local3009 … pColAry[nCol] = pMemChart->GetData( static_cast<short>(nCol), static_cast<short>(nRow) ); in getData()5279 rtl::OUString* pColAry = aColSeq.getArray(); in getFormulaArray() local5281 pColAry[nColIndex] = lcl_GetInputString( pDocSh->GetDocument(), in getFormulaArray()