Searched refs:nNumRows (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1309 if ( nNumRows <= 0 ) in RowInserted() 1314 if (nNumRows > 1) in RowInserted() 1324 nRowCount += nNumRows; in RowInserted() 1357 nTopRow += nNumRows; in RowInserted() 1363 uRow.nSel += nNumRows; in RowInserted() 1387 nRow + nNumRows, in RowInserted() 1425 if ( nNumRows <= 0 ) in RowRemoved() 1440 nRowCount -= nNumRows; in RowRemoved() 1450 uRow.nSel -= nNumRows; in RowRemoved() 1507 nTopRow = nTopRow >= nNumRows ? nTopRow-nNumRows : 0; in RowRemoved() [all …]
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 76 sal_Int32 nNumRows( static_cast< sal_Int32 >( rTable.aData.size())); in lcl_getCategoriesFromTable() local 77 OSL_ENSURE( static_cast< size_t >( nNumRows ) == rTable.aData.size(), "Table too big" ); in lcl_getCategoriesFromTable() 80 Sequence< OUString > aResult( nNumRows - nOffset ); in lcl_getCategoriesFromTable() 82 for( ; i<nNumRows; ++i ) in lcl_getCategoriesFromTable() 878 sal_Int32 nNumRows( static_cast< sal_Int32 >( rTable.aData.size())); in applyTableToInternalDataProvider() local 882 --nNumRows; in applyTableToInternalDataProvider() 893 Sequence< Sequence< double > > aDataInRows( nNumRows ); in applyTableToInternalDataProvider() 894 Sequence< Sequence< uno::Any > > aComplexRowDescriptions( nNumRows ); in applyTableToInternalDataProvider() 896 for( sal_Int32 i=0; i<nNumRows; ++i ) in applyTableToInternalDataProvider() 914 for( sal_Int32 nRow = 0; aRowIter != aEnd && nRow < nNumRows; ++aRowIter, ++nRow ) in applyTableToInternalDataProvider()
|
H A D | SchXMLExport.cxx | 875 size_t nNumRows( bSeriesFromColumns ? nMaxSequenceLength : nNumSequences ); in lcl_getDataForLocalTable() local 878 aResult.aDataInRows.resize( nNumRows ); in lcl_getDataForLocalTable() 885 aResult.aRowDescriptions.resize( nNumRows ); in lcl_getDataForLocalTable() 886 aResult.aComplexRowDescriptions.realloc( nNumRows ); in lcl_getDataForLocalTable()
|
/aoo4110/main/sc/source/filter/dif/ |
H A D | difexp.cxx | 110 SCROW nNumRows = nEndRow - rRange.aStart.Row() + 1; in ScExportDif() local 117 …s aPrgrsBar( pDoc->GetDocumentShell(), ScGlobal::GetRscString( STR_LOAD_DOC ), nNumRows ); in ScExportDif() 143 aOS += String::CreateFromInt32( nNumRows ); in ScExportDif()
|
H A D | difimp.cxx | 76 SCROW nNumRows = 0; in ScImportDif() local 115 nNumRows = SCROW_MAX; in ScImportDif() 117 nNumRows = static_cast<SCROW>(aDifParser.nVal); in ScImportDif()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 1921 void DbGridControl::RowInserted(long nRow, long nNumRows, sal_Bool bDoPaint, sal_Bool bKeepSelectio… in RowInserted() argument 1923 if (nNumRows) in RowInserted() 1929 m_nTotalCount = GetRowCount() + nNumRows; in RowInserted() 1934 m_nTotalCount += nNumRows; in RowInserted() 1936 DbGridControl_Base::RowInserted(nRow, nNumRows, bDoPaint, bKeepSelection); in RowInserted() 1942 void DbGridControl::RowRemoved(long nRow, long nNumRows, sal_Bool bDoPaint) in RowRemoved() argument 1944 if (nNumRows) in RowRemoved() 1948 m_nTotalCount = GetRowCount() - nNumRows; in RowRemoved() 1954 m_nTotalCount -= nNumRows; in RowRemoved() 1956 DbGridControl_Base::RowRemoved(nRow, nNumRows, bDoPaint); in RowRemoved()
|
/aoo4110/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 309 virtual void VisibleRowsChanged( long nNewTopRow, sal_uInt16 nNumRows); 470 virtual void RowRemoved( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True ); 471 …virtual void RowInserted( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True, sal_Bool bKe…
|
/aoo4110/main/starmath/inc/ |
H A D | node.hxx | 810 sal_uInt16 nNumRows, member in SmMatrixNode 817 nNumRows = nNumCols = 0; in SmMatrixNode() 820 sal_uInt16 GetNumRows() const {return nNumRows;} in GetNumRows()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 391 virtual void VisibleRowsChanged( long nNewTopRow, sal_uInt16 nNumRows); 590 void RowRemoved( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True ); 592 …void RowInserted( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True, sal_Bool …
|
/aoo4110/main/starmath/source/ |
H A D | node.cxx | 2535 for (sal_uInt16 i = 0; i < nNumRows; i++) in CreateTextFromNode() 2544 if (i != nNumRows-1) in CreateTextFromNode() 2597 for (i = 0; i < nNumRows; i++) in Arrange() 2655 nNumRows = nMatrixRows; in SetRowCol()
|
Completed in 194 milliseconds