Home
last modified time | relevance | path

Searched refs:nPix (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sw/source/ui/config/
H A Dviewopt.cxx184 sal_uInt16 nPix = GetPixelTwips() * 2; in PaintPostIts() local
185 if( rRect.Width() <= 2 * nPix || rRect.Height() <= 2 * nPix ) in PaintPostIts()
186 nPix = 0; in PaintPostIts()
187 const Point aTopLeft( rRect.Left() + nPix, rRect.Top() + nPix ); in PaintPostIts()
188 const Point aBotRight( rRect.Right() - nPix, rRect.Bottom() - nPix ); in PaintPostIts()
/aoo42x/main/svtools/source/control/
H A Dctrlbox.cxx308 long nPix = aVirDev.PixelToLogic( Size( 0, 1 ) ).Height(); in ImpGetLine() local
312 n1 += nPix-1; in ImpGetLine()
313 n1 -= n1%nPix; in ImpGetLine()
316 nDist += nPix-1; in ImpGetLine()
317 nDist -= nDist%nPix; in ImpGetLine()
318 n2 += nPix-1; in ImpGetLine()
319 n2 -= n2%nPix; in ImpGetLine()
334 aVirDev.DrawRect( Rectangle( 0, 0, aSize.Width(), n1-nPix ) ); in ImpGetLine()
338 aSize.Width(), n1+nDist+n2-nPix ) ); in ImpGetLine()
/aoo42x/main/sc/source/ui/view/
H A Dviewdata.cxx1253 long nPix = ToPixel( pLocalDoc->GetColWidth( nEditStartCol, nTabNo ), nPPTX ); in EditGrowX() local
1254 long nLogicWidth = pWin->PixelToLogic(Size(nPix,0)).Width(); in EditGrowX()
1276 long nPix = ToPixel( pLocalDoc->GetColWidth( nEditEndCol, nTabNo ), nPPTX ); in EditGrowX() local
1277 long nLogicWidth = pWin->PixelToLogic(Size(nPix,0)).Width(); in EditGrowX()
1404 long nPix = ToPixel( pLocalDoc->GetRowHeight( nEditEndRow, nTabNo ), nPPTY ); in EditGrowY() local
1405 aArea.Bottom() += pWin->PixelToLogic(Size(0,nPix)).Height(); in EditGrowY()
3017 long nPix = ToPixel( nTSize, nPPTX ); in UpdateFixX() local
3018 nNewPos += nPix; in UpdateFixX()
3052 long nPix = ToPixel( nTSize, nPPTY ); in UpdateFixY() local
3053 nNewPos += nPix; in UpdateFixY()
/aoo42x/main/svx/inc/svx/
H A Dsvdsnpv.hxx127 void SetSnapMagneticPixel(sal_uInt16 nPix) { nMagnSizPix=nPix; } in SetSnapMagneticPixel() argument

Completed in 62 milliseconds