Home
last modified time | relevance | path

Searched refs:nPrim (Results 1 – 6 of 6) sorted by path

/trunk/main/cui/source/tabpages/
H A Dborder.cxx552 sal_uInt16 nPrim, nDist, nSecn; in Reset() local
553 bool bWidthEq = aFrameSel.GetVisibleWidth( nPrim, nDist, nSecn ); in Reset()
555 aLbLineStyle.SelectEntry( nPrim * 100, nSecn * 100, nDist * 100 ); in Reset()
/trunk/main/svx/inc/svx/
H A Dfrmsel.hxx158 void SetStyleToSelection( sal_uInt16 nPrim, sal_uInt16 nDist, sal_uInt16 nSec );
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1231 sal_uInt16 nPrim = rBorder.GetOutWidth(); in Set() local
1237 Set( SCALEVALUE( nPrim ), 0, 0 ); in Set()
1238 mbDotted = bUseDots && (0 < nPrim) && (nPrim < 10); in Set()
1242 Set( SCALEVALUE( nPrim ), SCALEVALUE( nDist ), SCALEVALUE( nSecn ) ); in Set()
1245 sal_uInt16 nPixWidth = SCALEVALUE( nPrim + nDist + nSecn ); in Set()
H A Dfrmsel.cxx969 void FrameSelector::SetStyleToSelection( sal_uInt16 nPrim, sal_uInt16 nDist, sal_uInt16 nSecn ) in SetStyleToSelection() argument
971 mxImpl->maCurrStyle.SetOutWidth( nPrim ); in SetStyleToSelection()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2426 sal_uInt16 nPrim = aStyles[ i ].Prim(); in PaintLines() local
2430 if ( nPrim > 0 ) in PaintLines()
2431 nPrim = (sal_uInt16)( Max( 1L, nPixelSzH * ( nPrim / nPixelSzH ) ) ); in PaintLines()
2437 aStyles[ i ].Set( nPrim, nDist, nSecn ); in PaintLines()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx900 sal_uInt16 nPrim( 0 ), nSec( nSize - 1 ); in ImplVectorize() local
904 while( nPrim < nSize ) in ImplVectorize()
906 aNewPoly.SetPoint( rPoly.GetPoint( nSec ), nPrim ); in ImplVectorize()
907 aNewPoly.SetFlags( nPrim++, rPoly.GetFlags( nSec-- ) ); in ImplVectorize()
911 while( nPrim < nSize ) in ImplVectorize()
912 aNewPoly.SetPoint( rPoly.GetPoint( nSec-- ), nPrim++ ); in ImplVectorize()

Completed in 75 milliseconds