Searched refs:m_nRowCount (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/chart2/source/tools/ |
| H A D | InternalData.cxx | 84 , m_nRowCount( 0 ) in InternalData() 94 m_nRowCount = nRowCount; in createDefaultData() 112 m_aRowLabels.reserve( m_nRowCount ); in createDefaultData() 113 generate_n( back_inserter( m_aRowLabels ), m_nRowCount, in createDefaultData() 124 m_nRowCount = rDataInRows.getLength(); in setData() 125 m_nColumnCount = (m_nRowCount ? rDataInRows[0].getLength() : 0); in setData() 127 if( m_aRowLabels.size() != static_cast< sal_uInt32 >( m_nRowCount )) in setData() 128 m_aRowLabels.resize( m_nRowCount ); in setData() 132 m_aData.resize( m_nRowCount * m_nColumnCount ); in setData() 138 for( sal_Int32 nRow=0; nRow<m_nRowCount; ++nRow ) in setData() [all …]
|
| /AOO41X/main/svtools/source/table/ |
| H A D | tablecontrol_impl.cxx | 317 if ( m_pModel->getRowCount() != m_nRowCount ) in impl_checkInvariants() 323 …if ( !lcl_checkLimitsExclusive_OrDefault_OrFallback( m_nTopRow, (RowPos)-1, m_nRowCount, getModel(… in impl_checkInvariants() 326 …if ( !lcl_checkLimitsExclusive_OrDefault_OrFallback( m_nCurRow, (RowPos)-1, m_nRowCount, getModel(… in impl_checkInvariants() 411 if ( m_pVScroll->GetRange().Max() != m_nRowCount ) in impl_checkInvariants() 446 ,m_nRowCount ( 0 ) in TableControl_Impl() 513 if ( m_nRowCount ) m_nCurRow = 0; in setModel() 549 m_nRowCount = m_pModel->getRowCount(); in rowsInserted() 588 lastRemovedRow = m_nRowCount - 1; in rowsRemoved() 605 m_nRowCount = m_pModel->getRowCount(); in rowsRemoved() 608 if ( m_nCurRow >= m_nRowCount ) in rowsRemoved() [all …]
|
| H A D | tablecontrol_impl.hxx | 119 TableSize m_nRowCount; member in svt::table::TableControl_Impl
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | RowSetCache.cxx | 100 ,m_nRowCount(0) in DBG_NAME() 181 …w OptimisticSet(m_aContext,xConnection,_xAnalyzer,_aParameterValueForCache,i_nMaxRows,m_nRowCount); in DBG_NAME() 324 …ble,xUpdateTableKeys,aUpdateTableName ,_xAnalyzer,_aParameterValueForCache,i_nMaxRows,m_nRowCount); in DBG_NAME() 707 return m_nPosition == m_nRowCount; in isLast() 735 m_nRowCount = m_pCacheSet->getRow();// + 1 removed in afterLast() 773 ++m_nRowCount; in fillMatrix() 781 m_nRowCount = m_pCacheSet->getRow(); // here we have the row count in fillMatrix() 782 if(!m_nRowCount) in fillMatrix() 783 m_nRowCount = i-1; // it can be that getRow return zero in fillMatrix() 786 if(m_nRowCount > m_nFetchSize) in fillMatrix() [all …]
|
| H A D | RowSetCache.hxx | 142 sal_Int32 m_nRowCount; member in dbaccess::ORowSetCache
|
| H A D | RowSetBase.cxx | 1479 sal_Int32 nRowCount( m_pCache->m_nRowCount ); in impl_getRowCount()
|
| /AOO41X/main/dbaccess/source/ui/misc/ |
| H A D | RtfReader.cxx | 219 m_nRowCount++; in NextToken() 221 m_pUpdateHelper->updateInt(1,m_nRowCount); in NextToken()
|
| H A D | HtmlReader.cxx | 256 m_nRowCount++; in NextToken() 258 m_pUpdateHelper->updateInt(1,m_nRowCount); in NextToken()
|
| H A D | DExport.cxx | 111 ,m_nRowCount(0) in DBG_NAME() 168 ,m_nRowCount(0) in ODatabaseExport()
|
| /AOO41X/main/chart2/source/inc/ |
| H A D | InternalData.hxx | 96 sal_Int32 m_nRowCount; member in chart::InternalData
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | DExport.hxx | 104 sal_Int32 m_nRowCount; // current count of rows member in dbaui::ODatabaseExport
|