Home
last modified time | relevance | path

Searched refs:nCurrentRow (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlrowi.cxx168 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()
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx122 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()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx446 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()
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx118 sal_Int32 nCurrentRow = 0; in Read() local
155 ++nCurrentRow; in Read()
156 if(!m_pRowMarker || m_pRowMarker[nRowFilterIndex] == nCurrentRow) in Read()
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx358 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1349 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()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx209 long nCurrentRow; member in SwEntryBrowseBox
4392 nCurrentRow = nRow; in SeekRow()
4424 String sPaint = GetCellText( nCurrentRow, nColumnId ); in PaintCell()

Completed in 131 milliseconds