Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dframelink.cxx1233 sal_uInt16 nSecn = rBorder.GetInWidth(); in Set() local
1235 if( !nSecn ) // no or single frame border 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
973 mxImpl->maCurrStyle.SetInWidth( nSecn ); in SetStyleToSelection()
/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/sw/source/core/layout/
H A Dpaintfrm.cxx2428 sal_uInt16 nSecn = aStyles[ i ].Secn(); in PaintLines() local
2434 if ( nSecn > 0 ) in PaintLines()
2435 nSecn = (sal_uInt16)( Max( 1L, nPixelSzH * ( nSecn / nPixelSzH ) ) ); in PaintLines()
2437 aStyles[ i ].Set( nPrim, nDist, nSecn ); in PaintLines()

Completed in 67 milliseconds