Searched refs:nCellX (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sc/source/ui/view/ |
| H A D | output2.cxx | 1104 SCCOL nCellX, SCROW nCellY, long nNeeded, in GetOutputArea() argument 1117 while ( nCellX > nCompCol ) in GetOutputArea() 1126 while ( nCellX < nCompCol ) in GetOutputArea() 1169 long nColWidth = ( nCellX+i <= nX2 ) ? in GetOutputArea() 1170 pRowInfo[0].pCellInfo[nCellX+i+1].nWidth : in GetOutputArea() 1171 (long) ( pDoc->GetColWidth( sal::static_int_cast<SCCOL>(nCellX+i), nTab ) * nPPTX ); in GetOutputArea() 1233 SCCOL nRightX = nCellX; in GetOutputArea() 1234 SCCOL nLeftX = nCellX; in GetOutputArea() 1388 SCCOL nCellX = nX; // position where the cell really starts in DrawStrings() local 1407 nCellX = nOverX; in DrawStrings() [all …]
|
| H A D | gridwin.cxx | 2827 SCsCOL nCellX = -1; in Command() local 2829 pViewData->GetPosFromPixel(aPosPixel.X(), aPosPixel.Y(), eWhich, nCellX, nCellY); in Command() 2837 …bool bCellProtected = pDoc->HasAttrib(nCellX, nCellY, nTab, nCellX, nCellY, nTab, HASATTR_PROTECTE… in Command() 2852 SelectForContextMenu( aPosPixel, nCellX, nCellY ); in Command() 2947 void ScGridWindow::SelectForContextMenu( const Point& rPosPixel, SCsCOL nCellX, SCsROW nCellY ) in SelectForContextMenu() argument 2966 if ( nCellX >= (SCsCOL) nEditStartCol && nCellX <= (SCsCOL) nEditEndCol && in SelectForContextMenu() 3069 else if ( pViewData->GetMarkData().IsCellMarked(nCellX, nCellY) ) in SelectForContextMenu() 3093 pView->SetCursor(nCellX, nCellY); in SelectForContextMenu()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | editutil.cxx | 119 long nCellX = (long) ( pDoc->GetColWidth(nCol,nTab) * nPPTX ); in GetEditArea() local 124 nCellX += (long) ( pDoc->GetColWidth(nCol+i,nTab) * nPPTX ); in GetEditArea() 140 …nCellX -= nPixDifX + (long) ( pMargin->GetRightMargin() * nPPTX ); // wegen Umbruch e… in GetEditArea() 190 aStartPos.X() -= nCellX - 2; // excluding grid on both sides in GetEditArea() 193 return Rectangle( aStartPos, Size(nCellX-1,nCellY-1) ); in GetEditArea()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | print3.cxx | 1068 long nCellX = 0, nCellY = 0; in getFilteredPageFile() local 1072 nCellX = (nSubPage % rMPS.nColumns); in getFilteredPageFile() 1076 nCellX = (nSubPage / rMPS.nRows); in getFilteredPageFile() 1080 nCellX = rMPS.nColumns - 1 - (nSubPage % rMPS.nColumns); in getFilteredPageFile() 1084 nCellX = rMPS.nColumns - 1 - (nSubPage / rMPS.nRows); in getFilteredPageFile() 1098 long nX = rMPS.nLeftMargin + nOffX + nAdvX * nCellX; in getFilteredPageFile()
|
| /AOO41X/main/svx/source/table/ |
| H A D | tablelayouter.cxx | 327 …TableModelRef& xTable, sal_Int32 nMergedX, sal_Int32 nMergedY, sal_Int32 nCellX, sal_Int32 nCellY,… in checkMergeOrigin() argument 329 Reference< XMergeableCell > xCell( xTable->getCellByPosition( nCellX, nCellY ), UNO_QUERY ); in checkMergeOrigin() 332 const sal_Int32 nRight = xCell->getColumnSpan() + nCellX; in checkMergeOrigin()
|
| /AOO41X/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 );
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | WW8TableInfo.cxx | 1223 long nCellX = aCellIt->left(); in connectCells() local 1275 if (aCellIt != aCellEndIt && aCellIt->left() != nCellX) in connectCells()
|