Searched refs:nRowIndex (Results 1 – 8 of 8) sorted by relevance
/trunk/main/chart2/source/tools/ |
H A D | InternalData.cxx | 170 if( nRowIndex >= 0 && nRowIndex < m_nRowCount ) in getRowValues() 190 if( nRowIndex < 0 ) in setRowValues() 192 enlargeData( rNewData.size(), nRowIndex+1 ); in setRowValues() 214 if( nRowIndex < 0 ) in setComplexRowLabel() 218 m_aRowLabels.resize(nRowIndex+1); in setComplexRowLabel() 219 enlargeData( 0, nRowIndex+1 ); in setComplexRowLabel() 221 m_aRowLabels[nRowIndex] = rComplexLabel; in setComplexRowLabel() 234 return m_aRowLabels[nRowIndex]; in getComplexRowLabel() 241 if( nRowIndex < m_nRowCount - 1 ) in swapRowWithNext() 254 m_aRowLabels[nRowIndex] = m_aRowLabels[nRowIndex + 1]; in swapRowWithNext() [all …]
|
/trunk/main/chart2/source/inc/ |
H A D | InternalData.hxx | 47 ::com::sun::star::uno::Sequence< double > getRowValues( sal_Int32 nRowIndex ) const; 50 void setRowValues( sal_Int32 nRowIndex, const ::std::vector< double > & rNewData ); 53 …void setComplexRowLabel( sal_Int32 nRowIndex, const ::std::vector< ::com::sun::star::uno::Any >& r… 56 ::std::vector< ::com::sun::star::uno::Any > getComplexRowLabel( sal_Int32 nRowIndex ) const; 58 void swapRowWithNext( sal_Int32 nRowIndex );
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewTable.cxx | 518 SCROW nRowIndex = 0; in getAccessibleAtPoint() local 519 while ( nRowIndex < nRows && aMovedPoint.Y > pRowInfo[nRowIndex].nPixelEnd ) in getAccessibleAtPoint() 520 ++nRowIndex; in getAccessibleAtPoint() 521 if ( nColIndex < nCols && nRowIndex < nRows ) in getAccessibleAtPoint() 525 xRet = getAccessibleCellAt( nRowIndex, nColIndex ); in getAccessibleAtPoint()
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 317 mrTable.nRowIndex = -1; in SchXMLTableContext() 661 mrTable.nRowIndex++; in SchXMLTableRowContext() 665 while( mrTable.aData.size() <= (unsigned long)mrTable.nRowIndex ) in SchXMLTableRowContext() 793 mrTable.aData[ mrTable.nRowIndex ].push_back( aCell ); in StartElement() 809 SchXMLCell& rCell = mrTable.aData[ mrTable.nRowIndex ][ mrTable.nColumnIndex ]; in CreateChildContext() 838 mrTable.aData[ mrTable.nRowIndex ][ mrTable.nColumnIndex ].aString = maCellContent; in EndElement() 840 mrTable.aData[ mrTable.nRowIndex ][ mrTable.nColumnIndex ].aRangeId = maRangeId; in EndElement()
|
H A D | transporttypes.hxx | 73 sal_Int32 nRowIndex; /// reflects the index of the row currently parsed member 88 SchXMLTable() : nRowIndex( -1 ), in SchXMLTable()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2122 ScVbaRange::Cells( const uno::Any &nRowIndex, const uno::Any &nColumnIndex ) throw(uno::RuntimeExce… in Cells() argument 2131 return xRange->Cells( nRowIndex, nColumnIndex ); in Cells() 2136 return CellsHelper( mxParent, mxContext, mxRange, nRowIndex, nColumnIndex ); in Cells() 2144 … const uno::Any &nRowIndex, const uno::Any &nColumnIndex ) throw(uno::RuntimeException) in CellsHelper() argument 2148 sal_Bool bIsIndex = nRowIndex.hasValue(); in CellsHelper() 2155 if ( nRowIndex.hasValue() && !( nRowIndex >>= nRow ) ) in CellsHelper() 2161 aConverted = xConverter->convertTo( nRowIndex, getCppuType((sal_Int32*)0) ); in CellsHelper()
|
H A D | vbarange.hxx | 160 …const css::uno::Any &nRowIndex, const css::uno::Any &nColumnIndex ) throw(css::uno::RuntimeExcepti…
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 5276 for (SCROW nRowIndex = 0; nRowIndex < nRowCount; nRowIndex++) in getFormulaArray() local 5282 ScAddress( nStartCol+nColIndex, nStartRow+nRowIndex, nTab ), sal_True ); in getFormulaArray() 5284 pRowAry[nRowIndex] = aColSeq; in getFormulaArray()
|
Completed in 138 milliseconds