Searched refs:nOldRow (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 588 sal_uInt16 nOldRow = nRow; in FillTableRowsCols() local 596 ASSERT( nOldRow <= nRow, "Don't look back!" ); in FillTableRowsCols() 597 if( nOldRow > nRow ) in FillTableRowsCols() 599 nOldRow = nRow; in FillTableRowsCols() 600 if( nOldRow ) in FillTableRowsCols() 601 --nOldRow; in FillTableRowsCols() 605 SwWriteTableRow *pRow = aRows[nOldRow]; in FillTableRowsCols() 683 sal_uInt16 nRowSpan = nRow - nOldRow + 1; in FillTableRowsCols() 693 pRow->AddCell( pBox, nOldRow, nOldCol, in FillTableRowsCols() 701 sal_uInt16 nBorderMask = MergeBoxBorders(pBox, nOldRow, nOldCol, in FillTableRowsCols() [all …]
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 188 sal_Int32 nOldRow(-1); in ResizeShapes() local 218 if (nOldRow != aItr->aEndCell.Row || !xTableRow.is()) in ResizeShapes() 220 nOldRow = aItr->aEndCell.Row; in ResizeShapes() 221 xTableRows->getByIndex(nOldRow) >>= xTableRow; in ResizeShapes()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | spelldialog.cxx | 134 SCROW nOldRow = rCursor.Row(); in Reset() local 139 nOldCol, nOldRow, nTab, mxUndoDoc.release(), in Reset()
|
/aoo42x/main/sc/source/core/data/ |
H A D | column3.cxx | 330 SCROW nOldRow = pItems[i].nRow; in DeleteRow() local 332 rAddress.SetRow( nOldRow ); in DeleteRow() 341 nLastBroadcast = nOldRow; in DeleteRow() 481 SCROW nOldRow = pItems[j].nRow; in DeleteRange() local 504 aHint.GetAddress().SetRow( nOldRow ); in DeleteRange()
|
H A D | column.cxx | 1148 SCROW nOldRow = pItems[i].nRow; in InsertRow() local 1150 if ( nLastBroadcast != nOldRow ) in InsertRow() 1152 rAddress.SetRow( nOldRow ); in InsertRow()
|
H A D | document.cxx | 4636 SCROW nOldRow = rStartRow; in ExtendOverlapped() local 4646 pAttrArray->Search( nOldRow, nIndex ); in ExtendOverlapped() 4647 SCROW nAttrPos = nOldRow; in ExtendOverlapped()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 959 sal_uInt16 nOldRow = nRow; in FillFlat() local 1008 nRow = nOldRow; in FillFlat()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 1872 sal_Int32 nOldRow = 0; in GetColumnCnt() local 1875 nOldRow = pFound->xResultSet->getRow(); in GetColumnCnt() 1883 if ( nOldRow != static_cast<sal_Int32>(nAbsRecordId) ) in GetColumnCnt() 1889 if ( nOldRow != static_cast<sal_Int32>(nAbsRecordId) ) in GetColumnCnt() 1890 bMove = lcl_MoveAbsolute(pFound, nOldRow); in GetColumnCnt()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 582 long nOldRow = GetCurRow(); in RenewTable() local 613 GoToRow( ::std::min( nOldRow, GetRowCount() - 1 )); in RenewTable()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 1131 sal_Int32 nOldRow = m_pCache->getRow(); in setCurrentRow() local 1137 OSL_ENSURE(nOldRow == nNewRow,"Old position is not equal to new position"); in setCurrentRow()
|
Completed in 289 milliseconds