Searched refs:rRowSeq (Results 1 – 2 of 2) sorted by relevance
422 const uno::Sequence<double>& rRowSeq = aMatrix.getConstArray()[nRow]; in lcl_GetDoubleElement() local423 if ( nCol < rRowSeq.getLength() ) in lcl_GetDoubleElement()424 return rRowSeq.getConstArray()[nCol]; in lcl_GetDoubleElement()433 const uno::Sequence<INT32>& rRowSeq = aMatrix.getConstArray()[nRow]; in lcl_GetLongElement() local434 if ( nCol < rRowSeq.getLength() ) in lcl_GetLongElement()435 return rRowSeq.getConstArray()[nCol]; in lcl_GetLongElement()
3075 const uno::Sequence<double>& rRowSeq = aData[nRow]; in setData() local3076 const double* pArray = rRowSeq.getConstArray(); in setData()3077 nColCount = rRowSeq.getLength(); in setData()
Completed in 118 milliseconds