Searched refs:nNextX (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | InBlocksLabelsAbove.java | 98 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 D | InBlocksLabelsLeft.java | 107 final int nNextX = aRectLabelFields.X + nLabelWidth + nFieldWidth; in insertDetailFields() local 108 if (nNextX > (getPageWidth() - getRightPageIndent())) in insertDetailFields()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output.cxx | 541 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 D | prevloc.cxx | 622 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()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | bitmap4.cxx | 478 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()
|
Completed in 53 milliseconds