Home
last modified time | relevance | path

Searched refs:nOldRow (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx588 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 …]
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx188 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()
/trunk/main/sc/source/ui/view/
H A Dspelldialog.cxx134 SCROW nOldRow = rCursor.Row(); in Reset() local
139 nOldCol, nOldRow, nTab, mxUndoDoc.release(), in Reset()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx330 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 Dcolumn.cxx1148 SCROW nOldRow = pItems[i].nRow; in InsertRow() local
1150 if ( nLastBroadcast != nOldRow ) in InsertRow()
1152 rAddress.SetRow( nOldRow ); in InsertRow()
H A Ddocument.cxx4636 SCROW nOldRow = rStartRow; in ExtendOverlapped() local
4646 pAttrArray->Search( nOldRow, nIndex ); in ExtendOverlapped()
4647 SCROW nAttrPos = nOldRow; in ExtendOverlapped()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx959 sal_uInt16 nOldRow = nRow; in FillFlat() local
1008 nRow = nOldRow; in FillFlat()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx1872 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()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx582 long nOldRow = GetCurRow(); in RenewTable() local
613 GoToRow( ::std::min( nOldRow, GetRowCount() - 1 )); in RenewTable()
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx1131 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 92 milliseconds