Searched refs:nCurrentRow (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlrowi.cxx | 168 sal_Int32 nCurrentRow(rXMLImport.GetTables().GetCurrentRow()); in EndElement() local 173 sal_Int32 nFirstRow(nCurrentRow - nRepeatedRows + 1); in EndElement() 176 if (nCurrentRow > MAXROW) in EndElement() 177 nCurrentRow = MAXROW; in EndElement() 178 …rence <table::XCellRange> xCellRange(xSheet->getCellRangeByPosition(0, nFirstRow, 0, nCurrentRow)); in EndElement() 222 … pDoc->SetRowHidden((SCROW)nFirstRow, (SCROW)nCurrentRow, (SCTAB)nSheet, true); in EndElement() 224 … pDoc->SetRowFiltered((SCROW)nFirstRow, (SCROW)nCurrentRow, (SCTAB)nSheet, true); in EndElement()
|
/aoo41x/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 122 RowPos nCurrentRow; member 129 ,nCurrentRow( ROW_INVALID ) in GridTableRenderer_Impl() 206 return m_pImpl->nCurrentRow; in getCurrentRow() 337 m_pImpl->nCurrentRow = _nRow; in PrepareRow() 364 if ( _rStyle.GetHighContrastMode() || ( ( m_pImpl->nCurrentRow % 2 ) == 0 ) ) in PrepareRow() 386 backgroundColor = aRowColors->at( m_pImpl->nCurrentRow % aRowColors->size() ); in PrepareRow() 410 Any const rowHeading( m_pImpl->rModel.getRowHeading( m_pImpl->nCurrentRow ) ); in PaintRowHeader() 532 m_pImpl->rModel.getCellContent( i_context.nColumn, m_pImpl->nCurrentRow, aCellContent ); in impl_paintCellContent()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 446 sal_Int32 nCurrentRow = GetCurRow(); in IMPL_LINK() local 451 …if (sSelectedEntry.Len() && (nCurrentRow == rowCount - 1) /*&& (!m_nMaxColumnsInIndex || rowCount … in IMPL_LINK() 456 Invalidate(GetRowRectPixel(nCurrentRow)); in IMPL_LINK() 458 else if (!sSelectedEntry.Len() && (nCurrentRow == rowCount - 2)) in IMPL_LINK() 463 Invalidate(GetRowRectPixel(nCurrentRow)); in IMPL_LINK()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | RowSetDrop.cxx | 118 sal_Int32 nCurrentRow = 0; in Read() local 155 ++nCurrentRow; in Read() 156 if(!m_pRowMarker || m_pRowMarker[nRowFilterIndex] == nCurrentRow) in Read()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 358 sal_Int32 nCurrentRow=0; in lcl_placeLegendEntries() local 407 nCurrentRow=0; in lcl_placeLegendEntries() 416 nCurrentRow++; in lcl_placeLegendEntries() 422 nNumberOfRows = nCurrentRow+1; in lcl_placeLegendEntries()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 1349 long nCurrentRow = GetCurRow(); in RemoveColumn() local 1365 ActivateCell( nCurrentRow, nCurCol ); in RemoveColumn() 1604 long nCurrentRow = GetCurRow(); in InsertColumn() local 1653 ActivateCell( nCurrentRow, nCurCol ); in InsertColumn()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 209 long nCurrentRow; member in SwEntryBrowseBox 4392 nCurrentRow = nRow; in SeekRow() 4424 String sPaint = GetCellText( nCurrentRow, nColumnId ); in PaintCell()
|
Completed in 69 milliseconds