Home
last modified time | relevance | path

Searched refs:nCurRow (Results 1 – 25 of 25) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Ddpoutputgeometry.cxx84 SCROW nCurRow = maOutRange.aStart.Row(); in getColumnFieldPositions() local
90 nCurRow = nRowEnd + 2; in getColumnFieldPositions()
93 nCurRow += 2; in getColumnFieldPositions()
95 SCROW nRow = nCurRow; in getColumnFieldPositions()
146 SCROW nCurRow = maOutRange.aStart.Row(); in getRowFieldHeaderRow() local
152 nCurRow = nRowEnd + 2; in getRowFieldHeaderRow()
155 nCurRow += 2; in getRowFieldHeaderRow()
158 nCurRow += static_cast<SCROW>(mnColumnFields); in getRowFieldHeaderRow()
160 ++nCurRow; in getRowFieldHeaderRow()
162 return nCurRow; in getRowFieldHeaderRow()
[all …]
H A Dfillinfo.cxx420 SCROW nCurRow=nY1; // einzelne Zeile in FillInfo() local
421 if (nCurRow>0) in FillInfo()
422 --nCurRow; // oben 1 mehr in FillInfo()
425 nThisRow=nCurRow; // Ende des Bereichs in FillInfo()
427 (void) pThisAttrArr->Search( nCurRow, nIndex ); in FillInfo()
485 bool bRowHidden = RowHidden(nCurRow, nTab, nLastHiddenRow); in FillInfo()
539 ScAddress( nX, nCurRow, nTab ) ); in FillInfo()
558 nCurRow = nLastHiddenRow; in FillInfo()
559 if (nCurRow > nThisRow) in FillInfo()
560 nCurRow = nThisRow; in FillInfo()
[all …]
H A Dcolumn3.cxx1739 SCROW nCurRow = nStartRow; in FillDPCacheT() local
1746 …) : void(nIndex = nCount); nIndex < nCount && pItems[nIndex].nRow <= nEndRow; ++nIndex, ++nCurRow ) in FillDPCacheT()
1748 for( ; nCurRow < pItems[nIndex].nRow; nCurRow++ ) in FillDPCacheT()
1749 if( nCurRow == nStartRow ) in FillDPCacheT()
1754 if( nCurRow > nPatternRowEnd ) in FillDPCacheT()
1755 …ern = pAttrArray ? pAttrArray->GetPatternRange( nPattenRowStart, nPatternRowEnd, nCurRow ) : NULL ) in FillDPCacheT()
1781 if( nCurRow == nStartRow ) in FillDPCacheT()
1788 for( ; nCurRow <= nEndRow; nCurRow++ ) in FillDPCacheT()
1789 if( nCurRow == nStartRow ) in FillDPCacheT()
H A Ddociter.cxx1830 nCurRow = nStartRow; in ScHorizontalValueIterator()
1851 ScBaseCell* pCell = pCellIter->GetNext( nCurCol, nCurRow ); in GetNext()
1857 pCell = pCellIter->GetNext( nCurCol, nCurRow ); in GetNext()
1862 if ( !bSubTotal || !pDoc->pTab[nCurTab]->RowFiltered( nCurRow ) ) in GetNext()
1875 nAttrEndRow, pCol->pAttrArray, nCurRow, pDoc ); in GetNext()
1928 nNumFmtIndex = pCol->GetNumberFormat( nCurRow ); in GetCurNumFmtInfo()
1933 if ( pCol->Search( nCurRow, nCurIndex ) ) in GetCurNumFmtInfo()
H A Ddptablecache.cxx883 size_t nCurRow = mpSourceData[nDim].size() -1 ; in AddData() local
885 while ( mbEmptyRow.size() <= nCurRow ) in AddData()
889 mbEmptyRow[ nCurRow ] = sal_False; in AddData()
H A Ddocumen3.cxx1297 const SCROW nCurRow, in HasAutoFilter() argument
1300 ScDBData* pDBData = GetDBAtCursor( nCurCol, nCurRow, nCurTab ); in HasAutoFilter()
/AOO41X/main/svtools/source/brwbox/
H A Dbrwbox1.cxx116 nCurRow = BROWSER_ENDOFSELECTION; in ConstructImpl()
1249 nCurRow = BROWSER_ENDOFSELECTION; in Clear()
1329 long nOldCurRow = nCurRow; in RowInserted()
1366 if ( nCurRow == BROWSER_ENDOFSELECTION ) in RowInserted()
1368 else if ( nRow <= nCurRow ) in RowInserted()
1369 GoToRow( nCurRow += nNumRows, sal_False, bKeepSelection ); in RowInserted()
1406 if ( nCurRow != nOldCurRow ) in RowInserted()
1410 DBG_ASSERT(nCurRow >= 0,"BrowseBox: nCurRow < 0"); in RowInserted()
1411 DBG_ASSERT(nCurRow < nRowCount,"nCurRow >= nRowCount"); in RowInserted()
1442 long nOldCurRow = nCurRow; in RowRemoved()
[all …]
H A Dbrwbox2.cxx182 nCurRow = BROWSER_ENDOFSELECTION; in StateChanged()
183 else if ( nCurRow == BROWSER_ENDOFSELECTION ) in StateChanged()
184 nCurRow = 0; in StateChanged()
388 Rectangle aRect( GetFieldRectPixel(nCurRow, in ToggleSelection()
420 bReallyHide |= !bSelectionIsVisible || !IsUpdateMode() || bScrolling || nCurRow < 0; in DrawCursor()
435 aCursor = GetFieldRectPixel( nCurRow, nCurColId, sal_False ); in DrawCursor()
445 (nCurRow - nTopRow) * GetDataRowHeight() + 1 ), in DrawCursor()
1989 SelectRow( nCurRow, bLocalSelect, sal_True ); in Dispatch()
2022 … bDone = ( nCurRow < GetRowCount() - 1 ) && GoToRowColumnId( nCurRow + 1, nColId ); in Dispatch()
2050 … bDone = (nCurRow > 0) && GoToRowColumnId(nCurRow - 1, GetColumnId(ColCount() -1)); in Dispatch()
/AOO41X/main/sc/source/core/inc/
H A Djumpmatrix.hxx68 SCSIZE nCurRow; member in ScJumpMatrix
85 , nCurRow( 0 ) in ScJumpMatrix()
164 rRow = nCurRow; in GetPos()
171 nCurCol = nCurRow = 0; in Next()
175 if ( ++nCurRow >= nResMatRows ) in Next()
177 nCurRow = 0; in Next()
209 nCurRow = nResMatRows - 1; in SetNewResMat()
/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx1302 nCurRow( 0UL ), in SwXMLTableContext()
1447 nCurRow( 0UL ), in SwXMLTableContext()
1590 ASSERT( nCurRow < USHRT_MAX, in InsertCell()
1592 if( nCurCol >= USHRT_MAX || nCurRow > USHRT_MAX ) in InsertCell()
1614 if( nCurRow > 0UL && nColSpan > 1UL ) in InsertCell()
1616 SwXMLTableRow_Impl *pCurRow = (*pRows)[(sal_uInt16)nCurRow]; in InsertCell()
1631 sal_uInt32 nRowsReq = nCurRow + nRowSpan; in InsertCell()
1634 nRowSpan = USHRT_MAX - nCurRow; in InsertCell()
1649 (*pRows)[(sal_uInt16)i]->Expand( nColsReq, i<nCurRow ); in InsertCell()
1664 sStyleName = ((*pRows)[(sal_uInt16)nCurRow])->GetDefaultCellStyleName(); in InsertCell()
[all …]
H A Dxmltbli.hxx99 sal_uInt32 nCurRow; member in SwXMLTableContext
171 sal_Bool IsInsertRowPossible() const { return nCurRow < USHRT_MAX; } in IsInsertRowPossible()
/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx421 sal_uInt16 nCurRow; // aktuelle Zeile member in HTMLTable
996 nCurRow = 0; nCurCol = 0; in InitCtor()
1941 ASSERT( nRows>0 && nCols>0 && nCurRow==nRows, in InheritBorders()
2121 eAdjust = ((*pRows)[nCurRow])->GetAdjust(); in GetInheritedAdjust()
2129 sal_Int16 eVOri = ((*pRows)[nCurRow])->GetVertOri(); in GetInheritedVertOri()
2146 if( !nRowSpan || (sal_uInt32)nCurRow + nRowSpan > USHRT_MAX ) in InsertCell()
2153 sal_uInt16 nRowsReq = nCurRow + nRowSpan; // benoetigte Zeilen in InsertCell()
2163 ((*pRows)[i])->Expand( nColsReq, i<nCurRow ); in InsertCell()
2184 if( nCurRow>0 ) in InsertCell()
2186 HTMLTableRow *pCurRow = (*pRows)[nCurRow]; in InsertCell()
[all …]
/AOO41X/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1467 sal_Int32 nCurRow = m_xResultSetOrigin->getRow(); in absolute() local
1470 m_nLastAppliedPos = nCurRow; in absolute()
1471 m_nRow = nCurRow; in absolute()
1473 return nCurRow != 0; in absolute()
1511 sal_Int32 nCurRow = m_xResultSetOrigin->getRow(); in absolute() local
1515 m_nLastAppliedPos = nCurRow; in absolute()
1516 m_nRow = nCurRow; in absolute()
1518 return nCurRow && !bIsAfterLast; in absolute()
1649 sal_Int32 nCurRow = m_xResultSetOrigin->getRow(); in last() local
1652 m_nLastAppliedPos = nCurRow; in last()
[all …]
/AOO41X/main/sc/source/ui/navipi/
H A Dnavipi.cxx682 nCurRow ( 0 ), in ScNavigatorDlg()
1044 if ( (nColNo+1 != nCurCol) || (nRowNo+1 != nCurRow) ) in SetCurrentCell()
1180 nCurRow = *pRow; in UpdateRow()
1182 nCurRow = pViewData->GetCurY() + 1; in UpdateRow()
1184 aEdRow.SetRow( nCurRow ); in UpdateRow()
1460 || nCurRow < pMarkArea->nRowStart+1 in CheckDataArea()
1461 || nCurRow > pMarkArea->nRowEnd+1 ) in CheckDataArea()
/AOO41X/main/sc/source/filter/html/
H A Dhtmlpars.cxx392 SCROW nCurRow = 0; in Adjust() local
403 nCurRow = pS->nCurRow; in Adjust()
414 pE->nRow = nCurRow = nNextRow; in Adjust()
416 nCurRow = nNextRow = pE->nRow; in Adjust()
418 if ( pTab && ((nR = (SCROW)(sal_uLong)pTab->Get( nCurRow )) != 0) ) in Adjust()
424 pE->nRow = nCurRow; in Adjust()
429 nLastCol, nNextRow, nCurRow ) ); in Adjust()
434 if ( pTab && ((nR = (SCROW)(sal_uLong)pTab->Get( nCurRow )) != 0) ) in Adjust()
435 nNextRow = nCurRow + nR; in Adjust()
437 nNextRow = nCurRow + 1; in Adjust()
[all …]
/AOO41X/main/svtools/source/contnr/
H A Dimivctl2.cxx432 long nCurRow = nY; in GoUpDown() local
450 …SvxIconChoiceCtrlEntry* pEntry = SearchRow((sal_uInt16)nCurRow,nColMin,nColMax,nX,sal_True, sal_Fa… in GoUpDown()
457 nCurRow += nRowOffs; in GoUpDown()
458 } while( nCurRow != nLastRow ); in GoUpDown()
H A Dsvtabbx.cxx1181 sal_Int32 nCurRow = GetCurrRow(); in FillAccessibleStateSet() local
1183 if ( IsCellVisible( nCurRow, nCurColumn ) ) in FillAccessibleStateSet()
H A Dsvimpicn.cxx3483 long nCurRow = nY; in GoUpDown() local
3501 SvLBoxEntry* pEntry = SearchRow((sal_uInt16)nCurRow,nColMin,nColMax,nX,sal_True, sal_False); in GoUpDown()
3508 nCurRow += nRowOffs; in GoUpDown()
3509 } while( nCurRow != nLastRow ); in GoUpDown()
/AOO41X/main/sc/source/filter/inc/
H A Dhtmlpars.hxx110 SCROW nCurRow; member
114 nCurRow( nCRow ) in ScHTMLAdjustStackEntry()
/AOO41X/main/svtools/inc/svtools/
H A Dbrwbox.hxx266 long nCurRow; // no. of row with cursor member in BrowseBox
540 long GetCurRow() const { return nCurRow; } in GetCurRow()
/AOO41X/main/starmath/source/
H A Dmathtype.cxx804 int nCurRow=0,nCurCol=0; in HandleRecords() local
1431 nCurCol,nCurRow); in HandleRecords()
1853 HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow); in HandleRecords()
1859 HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow); in HandleRecords()
/AOO41X/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx1100 long nCurRow = m_pFieldExpression->GetCurRow(); in UpdateData() local
1102 m_pFieldExpression->ActivateCell(nCurRow, m_pFieldExpression->GetCurColumnId()); in UpdateData()
1103 DisplayData(nCurRow); in UpdateData()
/AOO41X/main/sc/source/ui/inc/
H A Dnavipi.hxx273 SCROW nCurRow; member in ScNavigatorDlg
/AOO41X/main/sc/inc/
H A Ddociter.hxx456 SCROW nCurRow; member in ScHorizontalValueIterator
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx75 const int nCurRow = (nSelectedChildIndex - nCurCol)/nColNum; in CalcScAddressFromRangeList() local
76 …atic_cast<SCCOL>(pRange->aStart.Col() + nCurCol), pRange->aStart.Row() + nCurRow, maActiveCell.Tab… in CalcScAddressFromRangeList()