Home
last modified time | relevance | path

Searched refs:nNumRows (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1309 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 …]
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx76 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 DSchXMLExport.cxx875 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()
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx110 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 Ddifimp.cxx76 SCROW nNumRows = 0; in ScImportDif() local
115 nNumRows = SCROW_MAX; in ScImportDif()
117 nNumRows = static_cast<SCROW>(aDifParser.nVal); in ScImportDif()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1921 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()
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx309 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…
/trunk/main/starmath/inc/
H A Dnode.hxx810 sal_uInt16 nNumRows, member in SmMatrixNode
817 nNumRows = nNumCols = 0; in SmMatrixNode()
820 sal_uInt16 GetNumRows() const {return nNumRows;} in GetNumRows()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx392 virtual void VisibleRowsChanged( long nNewTopRow, sal_uInt16 nNumRows);
591 void RowRemoved( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True );
593 …void RowInserted( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True, sal_Bool …
/trunk/main/starmath/source/
H A Dnode.cxx2575 for (sal_uInt16 i = 0; i < nNumRows; i++) in CreateTextFromNode()
2584 if (i != nNumRows-1) in CreateTextFromNode()
2637 for (i = 0; i < nNumRows; i++) in Arrange()
2695 nNumRows = nMatrixRows; in SetRowCol()

Completed in 124 milliseconds