/aoo41x/main/sc/source/core/data/ |
H A D | dpoutputgeometry.cxx | 90 nCurRow = nRowEnd + 2; in getColumnFieldPositions() 93 nCurRow += 2; in getColumnFieldPositions() 95 SCROW nRow = nCurRow; in getColumnFieldPositions() 152 nCurRow = nRowEnd + 2; in getRowFieldHeaderRow() 155 nCurRow += 2; in getRowFieldHeaderRow() 160 ++nCurRow; in getRowFieldHeaderRow() 162 return nCurRow; in getRowFieldHeaderRow() 182 nCurRow = nRowEnd + 2; in getFieldButtonType() 185 nCurRow += 2; in getFieldButtonType() 189 SCROW nRow = nCurRow; in getFieldButtonType() [all …]
|
H A D | fillinfo.cxx | 420 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() 539 ScAddress( nX, nCurRow, nTab ) ); in FillInfo() 562 ++nCurRow; in FillInfo() 564 while (nCurRow <= nThisRow && nCurRow <= nYExtra); in FillInfo() 576 nCurRow = nY1; // einzelne Zeile in FillInfo() 606 ++nCurRow; in FillInfo() [all …]
|
H A D | column3.cxx | 1739 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 D | dociter.cxx | 1830 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 D | dptablecache.cxx | 883 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 D | documen3.cxx | 1297 const SCROW nCurRow, in HasAutoFilter() argument 1300 ScDBData* pDBData = GetDBAtCursor( nCurCol, nCurRow, nCurTab ); in HasAutoFilter()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1329 long nOldCurRow = nCurRow; in RowInserted() 1442 long nOldCurRow = nCurRow; in RowRemoved() 1459 nCurRow -= Min( nCurRow - nRow, nNumRows ); in RowRemoved() 1466 --nCurRow; in RowRemoved() 1468 else if( nRow == nCurRow && nCurRow == nRowCount ) in RowRemoved() 1469 nCurRow = nRowCount-1; in RowRemoved() 1655 nCurRow = nCurRow + (nRow - nOldCurRow); in GoToRow() 1659 nCurRow = 0; in GoToRow() 1661 nCurRow = nRowCount - 1; in GoToRow() 1662 aSelRange = Range( nCurRow, nCurRow ); in GoToRow() [all …]
|
H A D | brwbox2.cxx | 182 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 D | jumpmatrix.hxx | 68 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 D | xmltbli.cxx | 1305 nCurRow( 0UL ), in SwXMLTableContext() 1450 nCurRow( 0UL ), in SwXMLTableContext() 1593 ASSERT( nCurRow < USHRT_MAX, in InsertCell() 1637 nRowSpan = USHRT_MAX - nCurRow; in InsertCell() 1700 ASSERT( nCurRow < USHRT_MAX, in InsertRow() 1702 if( nCurRow >= USHRT_MAX ) in InsertRow() 1709 if( nCurRow < pRows->Count() ) in InsertRow() 1713 (*pRows)[(sal_uInt16)nCurRow]->Set( in InsertRow() 1747 GetCell( nCurRow-1, nCurCol ); in InsertRepRows() 1774 nCurRow++; in FinishRow() [all …]
|
H A D | xmltbli.hxx | 99 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 D | htmltab.cxx | 996 nCurRow = 0; nCurCol = 0; in InitCtor() 2184 if( nCurRow>0 ) in InsertCell() 2262 if( nCurRow>0 && nCurRow<=nRows ) in CloseSection() 2266 nHeadlineRepeat = nCurRow; in CloseSection() 2305 if( nCurRow > 0 ) in CloseRow() 2331 nCurRow++; in CloseRow() 2399 if( nRows>nCurRow ) in CloseTable() 2407 ProtectRowSpan( nCurRow, i, (*pRows)[nCurRow]->GetCell(i)->GetRowSpan() ); in CloseTable() 2409 for( i=nRows-1; i>=nCurRow; i-- ) in CloseTable() 2411 nRows = nCurRow; in CloseTable() [all …]
|
/aoo41x/main/ucb/source/cacher/ |
H A D | cachedcontentresultset.cxx | 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() 1652 m_nLastAppliedPos = nCurRow; in last() 1653 m_nRow = nCurRow; in last() 1655 m_nKnownCount = nCurRow; in last() [all …]
|
/aoo41x/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 682 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 D | htmlpars.cxx | 392 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 D | imivctl2.cxx | 432 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 D | svtabbx.cxx | 1181 sal_Int32 nCurRow = GetCurrRow(); in FillAccessibleStateSet() local 1183 if ( IsCellVisible( nCurRow, nCurColumn ) ) in FillAccessibleStateSet()
|
H A D | svimpicn.cxx | 3483 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 D | htmlpars.hxx | 110 SCROW nCurRow; member 114 nCurRow( nCRow ) in ScHTMLAdjustStackEntry()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 266 long nCurRow; // no. of row with cursor member in BrowseBox 540 long GetCurRow() const { return nCurRow; } in GetCurRow()
|
/aoo41x/main/starmath/source/ |
H A D | mathtype.cxx | 804 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 D | GroupsSorting.cxx | 1100 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 D | navipi.hxx | 273 SCROW nCurRow; member in ScNavigatorDlg
|
/aoo41x/main/sc/inc/ |
H A D | dociter.hxx | 456 SCROW nCurRow; member in ScHorizontalValueIterator
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 75 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()
|