Lines Matching refs:pMerge
1382 …const ScMergeAttr* pMerge = static_cast<const ScMergeAttr*>(pDoc->GetAttr( nCol,nRow,nTab, ATTR_ME… in GetListValButtonRect() local
1383 if ( pMerge->GetColMerge() > 1 ) in GetListValButtonRect()
1384 nNextCol = nCol + pMerge->GetColMerge(); // next cell after the merged area in GetListValButtonRect()
1612 ScMergeAttr* pMerge = (ScMergeAttr*)&pPattern->GetItem(ATTR_MERGE); in InvertSimple() local
1613 if (pMerge->GetColMerge() > 0 || pMerge->GetRowMerge() > 0) in InvertSimple()
1616 nThisX + pMerge->GetColMerge(), in InvertSimple()
1617 nThisY + pMerge->GetRowMerge(), eWhich ); in InvertSimple()
1799 ScMergeAttr* pMerge = (ScMergeAttr*)&pPattern->GetItem(ATTR_MERGE); in GetSelectionRects() local
1800 if (pMerge->GetColMerge() > 0 || pMerge->GetRowMerge() > 0) in GetSelectionRects()
1803 nThisX + pMerge->GetColMerge(), in GetSelectionRects()
1804 nThisY + pMerge->GetRowMerge(), eWhich ); in GetSelectionRects()