Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2671 sal_Int32 nPointRow = -1, nPointCol = -1; in DeleteBox() local
2677 lcl_GetCellPosition( aPointCellName, nPointCol, nPointRow ); in DeleteBox()
2679 DBG_ASSERT( nPointRow >= 0 && nPointCol >= 0, "invalid row and col" ); in DeleteBox()
2683 DBG_ASSERT( nPointRow == nMarkRow || nPointCol == nMarkCol, in DeleteBox()
2685 DBG_ASSERT( nPointRow != nMarkRow || nPointCol != nMarkCol, in DeleteBox()
2688 sal_Bool bMoveHorizontal = (nPointRow == nMarkRow); in DeleteBox()
2696 bMoveUp = nPointRow > nMarkRow; in DeleteBox()
2698 bMoveUp = nMarkRow > nPointRow; in DeleteBox()
2712 sal_Int32 nRow = (pPointStartNode == rBox.GetSttNd()) ? nPointRow : nMarkRow; in DeleteBox()

Completed in 29 milliseconds