Searched refs:nCellX (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1233 SCCOL nRightX = nCellX; in GetOutputArea() 1234 SCCOL nLeftX = nCellX; in GetOutputArea() 1407 nCellX = nOverX; in DrawStrings() 1429 nCellX = nTempX; in DrawStrings() 1450 nCellX = nTempX; in DrawStrings() 1476 if ( nCellY == nY && nCellX == nX && nCellX >= nX1 && nCellX <= nX2 ) in DrawStrings() 1487 if ( nCellY == nY && nCellX >= nX1 && nCellX <= nX2 ) in DrawStrings() 1658 SCCOL nMarkX = ( nCellX <= nX2 ) ? nCellX : nX2; in DrawStrings() 2181 nCellX = nOverX; in DrawEdit() 2198 nCellX = nTempX; in DrawEdit() [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 etc. 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()
|
Completed in 599 milliseconds