Home
last modified time | relevance | path

Searched refs:nNextX (Results 1 – 5 of 5) sorted by path

/trunk/main/sc/source/ui/view/
H A Doutput.cxx541 long nNextX; in DrawGrid() local
544 nNextX = nPosX + pRowInfo[0].pCellInfo[i+1].nWidth * nLayoutSign; in DrawGrid()
545 if (nNextX != nPosX) // sichtbar in DrawGrid()
565 aGrid.AddHorLine( nPosX, nNextX-nSignedOneX, nPosY-nOneY ); in DrawGrid()
568 nPosX = nNextX; in DrawGrid()
2205 SCCOL nNextX = nX + 1; in DrawNoteMarks() local
2206 while ( nNextX <= nX2 + 1 && pThisRowInfo->pCellInfo[nNextX+1].bHOverlapped ) in DrawNoteMarks()
2209 ++nNextX; in DrawNoteMarks()
2273 SCCOL nNextX = nX + 1; in AddPDFNotes() local
2274 … while ( nNextX <= nX2 + 1 && pThisRowInfo->pCellInfo[nNextX+1].bHOverlapped ) in AddPDFNotes()
[all …]
H A Dprevloc.cxx622 long nNextX = nPosX + (long) (nDocW * nScaleX); in GetTableInfo() local
625 long nPixelEnd = pWindow->LogicToPixel( Size( nNextX, 0 ), aCellMapMode ).Width() - 1; in GetTableInfo()
630 nPosX = nNextX; in GetTableInfo()
641 long nNextX = nPosX + (long) (nDocW * nScaleX); in GetTableInfo() local
644 long nPixelEnd = pWindow->LogicToPixel( Size( nNextX, 0 ), aCellMapMode ).Width() - 1; in GetTableInfo()
649 nPosX = nNextX; in GetTableInfo()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx478 const long nNextX = pHMap[ nX + 3 ]; in ImplSobelGrey() local
480 …nGrey11 = nGrey12; nGrey12 = nGrey13; nGrey13 = pReadAcc->GetPixel( pVMap[ nY ], nNextX ).GetIndex… in ImplSobelGrey()
481 …nGrey21 = nGrey22; nGrey22 = nGrey23; nGrey23 = pReadAcc->GetPixel( pVMap[ nY + 1 ], nNextX ).GetI… in ImplSobelGrey()
482 …nGrey31 = nGrey32; nGrey32 = nGrey33; nGrey33 = pReadAcc->GetPixel( pVMap[ nY + 2 ], nNextX ).GetI… in ImplSobelGrey()
592 const long nNextX = pHMap[ nX + 3 ]; in ImplEmbossGrey() local
594 …nGrey11 = nGrey12; nGrey12 = nGrey13; nGrey13 = pReadAcc->GetPixel( pVMap[ nY ], nNextX ).GetIndex… in ImplEmbossGrey()
595 …nGrey21 = nGrey22; nGrey22 = nGrey23; nGrey23 = pReadAcc->GetPixel( pVMap[ nY + 1 ], nNextX ).GetI… in ImplEmbossGrey()
596 …nGrey31 = nGrey32; nGrey32 = nGrey33; nGrey33 = pReadAcc->GetPixel( pVMap[ nY + 2 ], nNextX ).GetI… in ImplEmbossGrey()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsAbove.java98 final int nNextX = aRectFields.X + nFieldWidth; in insertDetailFields() local
99 if (nNextX > (getPageWidth() - getRightPageIndent())) in insertDetailFields()
136 int nNextX = aRectFields.X + nFieldWidth; in insertDetailFields() local
137 if (nNextX > (getPageWidth() - getRightPageIndent()) & nCount > 1) in insertDetailFields()
H A DInBlocksLabelsLeft.java107 final int nNextX = aRectLabelFields.X + nLabelWidth + nFieldWidth; in insertDetailFields() local
108 if (nNextX > (getPageWidth() - getRightPageIndent())) in insertDetailFields()

Completed in 43 milliseconds