Home
last modified time | relevance | path

Searched refs:nCurRow (Results 1 – 25 of 25) sorted by last modified time

/trunk/main/sc/inc/
H A Ddociter.hxx456 SCROW nCurRow; member in ScHorizontalValueIterator
/trunk/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()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx267 long nCurRow; // no. of row with cursor member in BrowseBox
541 long GetCurRow() const { return nCurRow; } in GetCurRow()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx996 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 …]
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx1470 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 …]
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1305 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 Dxmltbli.hxx99 sal_uInt32 nCurRow; member in SwXMLTableContext
171 sal_Bool IsInsertRowPossible() const { return nCurRow < USHRT_MAX; } in IsInsertRowPossible()
/trunk/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 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()
H A Dsvtabbx.cxx1181 sal_Int32 nCurRow = GetCurrRow(); in FillAccessibleStateSet() local
1183 if ( IsCellVisible( nCurRow, nCurColumn ) ) in FillAccessibleStateSet()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1329 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 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()
/trunk/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()
/trunk/main/sc/source/ui/inc/
H A Dnavipi.hxx273 SCROW nCurRow; member in ScNavigatorDlg
/trunk/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()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx110 SCROW nCurRow; member
114 nCurRow( nCRow ) in ScHTMLAdjustStackEntry()
/trunk/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 …]
/trunk/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()
/trunk/main/sc/source/core/data/
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()
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 Ddpoutputgeometry.cxx90 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 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 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 Ddocumen3.cxx1297 const SCROW nCurRow, in HasAutoFilter() argument
1300 ScDBData* pDBData = GetDBAtCursor( nCurCol, nCurRow, nCurTab ); in HasAutoFilter()
/trunk/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()

Completed in 231 milliseconds