Searched refs:m_nRowCount (Results 1 – 11 of 11) sorted by relevance
/trunk/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() 241 if( nRowIndex < m_nRowCount - 1 ) in swapRowWithNext() 302 m_nRowCount = nNewRowCount; in enlargeData() 374 if( nIndex < m_nRowCount ) in insertRow() 382 m_nRowCount = nNewRowCount; in insertRow() 434 if( nAtIndex >= m_nRowCount || m_nRowCount < 1 || nAtIndex < 0 ) in deleteRow() 458 m_nRowCount = nNewRowCount; in deleteRow() 473 return m_nRowCount; in getRowCount() [all …]
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 608 if ( m_nCurRow >= m_nRowCount ) in rowsRemoved() 610 if ( m_nRowCount > 0 ) in rowsRemoved() 618 else if ( m_nRowCount == 0 ) in rowsRemoved() 821 if ( m_nTopRow >= m_nRowCount ) in impl_ni_updateCachedModelValues() 822 m_nTopRow = ( m_nRowCount > 0 ) ? m_nRowCount - 1 : 0; in impl_ni_updateCachedModelValues() 1586 if ( m_nCurRow < m_nRowCount-1 ) in dispatchAction() 1600 if ( m_nCurRow < m_nRowCount - 1 ) in dispatchAction() 1841 if(m_nCurRow<m_nRowCount-1) in dispatchAction() 1854 if(m_nCurRow<m_nRowCount-1) in dispatchAction() 1914 while(iter<=m_nRowCount) in dispatchAction() [all …]
|
H A D | tablecontrol_impl.hxx | 119 TableSize m_nRowCount; member in svt::table::TableControl_Impl
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 100 ,m_nRowCount(0) in DBG_NAME() 773 ++m_nRowCount; in fillMatrix() 782 if(!m_nRowCount) in fillMatrix() 967 m_nRowCount = std::max(sal_Int32(m_nPosition+1),m_nRowCount); in moveWindow() 1010 m_nRowCount = std::max(++nPos,m_nRowCount); in moveWindow() 1024 m_nRowCount = std::max(m_nRowCount,--nPos); // here we have the row count in moveWindow() 1057 m_nRowCount = std::max(m_nPosition,m_nRowCount); in moveWindow() 1080 m_nRowCount = m_nPosition = 0; in first() 1278 ++m_nRowCount; in insertRow() 1365 --m_nRowCount; in deleteRow() [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()
|
/trunk/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()
|
/trunk/main/chart2/source/inc/ |
H A D | InternalData.hxx | 96 sal_Int32 m_nRowCount; member in chart::InternalData
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | DExport.hxx | 104 sal_Int32 m_nRowCount; // current count of rows member in dbaui::ODatabaseExport
|
Completed in 54 milliseconds