Home
last modified time | relevance | path

Searched refs:nPixWidth (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx676 int nPixWidth = 0; in FillDXArray() local
682 const int nOldPixWidth = nPixWidth; in FillDXArray()
683 nPixWidth = Fixed2Vcl( mnCachedWidth ); in FillDXArray()
684 pDXArray[i] = nPixWidth - nOldPixWidth; in FillDXArray()
687 return nPixWidth; in FillDXArray()
H A Dctlayout.cxx403 long nPixWidth = GetTextWidth(); in FillDXArray() local
443 return nPixWidth; in FillDXArray()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx665 long nPixWidth = Application::GetDefaultDevice()->LogicToPixel( in Write() local
667 if( !nPixWidth ) in Write()
668 nPixWidth = 1; in Write()
670 sOut += ByteString::CreateFromInt32( nPixWidth ); in Write()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1245 sal_uInt16 nPixWidth = SCALEVALUE( nPrim + nDist + nSecn ); in Set() local
1246 if( nPixWidth > GetWidth() ) in Set()
1247 mnDist = nPixWidth - mnPrim - mnSecn; in Set()
/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx93 static long nPixWidth; member in SwFntObj
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3502 long nPixWidth, long nPixHeight ) in ImplDrawWavePixel() argument
3510 pGraphics->DrawRect( nCurX, nCurY, nPixWidth, nPixHeight, pOutDev ); in ImplDrawWavePixel()
3557 long nPixWidth; in ImplDrawWaveLine() local
3571 nPixWidth = nLineWidth; in ImplDrawWaveLine()
3578 nPixWidth = 1; in ImplDrawWaveLine()
3589 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine()
3604 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine()
3612 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine()
3624 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine()
3633 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx83 long SwFntObj::nPixWidth; member in SwFntObj
989 nPixWidth = rInf.GetOut().PixelToLogic( aTmp ).Width(); in DrawText()
992 aPos.X() += rInf.GetFrm()->IsRightToLeft() ? 0 : nPixWidth; in DrawText()

Completed in 74 milliseconds