Searched refs:nCellY (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1138 while ( nCellY > nCompRow ) in GetOutputArea() 1176 if ( rThisRowInfo.nRowNo == nCellY ) in GetOutputArea() 1183 … nMergeSizeY += (long) pDoc->GetScaledRowHeight( nCellY+nDirect, nCellY+nMergeRows-1, nTab, nPPTY); in GetOutputArea() 1389 SCROW nCellY = nY; in DrawStrings() local 1408 nCellY = nOverY; in DrawStrings() 1487 if ( nCellY == nY && nCellX >= nX1 && nCellX <= nX2 ) in DrawStrings() 1503 pPattern = pDoc->GetPattern( nCellX, nCellY, nTab ); in DrawStrings() 2169 SCROW nCellY = nY; in DrawEdit() local 2182 nCellY = nOverY; in DrawEdit() 2226 GetVisibleCell( nCellX, nCellY, nTab, pCell ); in DrawEdit() [all …]
|
H A D | gridwin.cxx | 2843 SCsROW nCellY = -1; in Command() local 2844 pViewData->GetPosFromPixel(aPosPixel.X(), aPosPixel.Y(), eWhich, nCellX, nCellY); in Command() 2852 …bool bCellProtected = pDoc->HasAttrib(nCellX, nCellY, nTab, nCellX, nCellY, nTab, HASATTR_PROTECTE… in Command() 2867 SelectForContextMenu( aPosPixel, nCellX, nCellY ); in Command() 2962 void ScGridWindow::SelectForContextMenu( const Point& rPosPixel, SCsCOL nCellX, SCsROW nCellY ) in SelectForContextMenu() argument 2982 nCellY >= (SCsROW) nEditStartRow && nCellY <= (SCsROW) nEditEndRow ) in SelectForContextMenu() 3084 else if ( pViewData->GetMarkData().IsCellMarked(nCellX, nCellY) ) in SelectForContextMenu() 3108 pView->SetCursor(nCellX, nCellY); in SelectForContextMenu()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | editutil.cxx | 126 long nCellY = (long) ( pDoc->GetRowHeight(nRow,nTab) * nPPTY ); in GetEditArea() local 130 nCellY += (long) pDoc->GetScaledRowHeight( nRow+1, nRow+nCountY-1, nTab, nPPTY); in GetEditArea() 175 if ( nTextHeight > nCellY + nTopMargin || bForceToTop ) in GetEditArea() 180 nPixDifY = nTopMargin + ( nCellY - nTextHeight ) / 2; in GetEditArea() 182 nPixDifY = nCellY - nTextHeight + nTopMargin; // JUSTIFY_BOTTOM in GetEditArea() 187 nCellY -= nPixDifY; in GetEditArea() 193 return Rectangle( aStartPos, Size(nCellX-1,nCellY-1) ); in GetEditArea()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | print3.cxx | 1068 long nCellX = 0, nCellY = 0; in getFilteredPageFile() local 1073 nCellY = (nSubPage / rMPS.nColumns); in getFilteredPageFile() 1077 nCellY = (nSubPage % rMPS.nRows); in getFilteredPageFile() 1081 nCellY = (nSubPage / rMPS.nColumns); in getFilteredPageFile() 1085 nCellY = (nSubPage % rMPS.nRows); in getFilteredPageFile() 1099 long nY = rMPS.nTopMargin + nOffY + nAdvY * nCellY; in getFilteredPageFile()
|
/aoo42x/main/svx/source/table/ |
H A D | tablelayouter.cxx | 327 …Table, sal_Int32 nMergedX, sal_Int32 nMergedY, sal_Int32 nCellX, sal_Int32 nCellY, bool& bRunning ) in checkMergeOrigin() argument 329 Reference< XMergeableCell > xCell( xTable->getCellByPosition( nCellX, nCellY ), UNO_QUERY ); in checkMergeOrigin() 333 const sal_Int32 nBottom = xCell->getRowSpan() + nCellY; in checkMergeOrigin()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | output.hxx | 163 SCCOL nCellX, SCROW nCellY, long nNeeded,
|
H A D | gridwin.hxx | 292 void SelectForContextMenu( const Point& rPosPixel, SCsCOL nCellX, SCsROW nCellY );
|
Completed in 81 milliseconds