Searched refs:nSecn (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svx/source/dialog/ |
H A D | framelink.cxx | 1233 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 D | frmsel.cxx | 969 void FrameSelector::SetStyleToSelection( sal_uInt16 nPrim, sal_uInt16 nDist, sal_uInt16 nSecn ) in SetStyleToSelection() argument 973 mxImpl->maCurrStyle.SetInWidth( nSecn ); in SetStyleToSelection()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | border.cxx | 552 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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 2337 sal_uInt16 nSecn = aStyles[ i ].Secn(); in PaintLines() local 2343 if ( nSecn > 0 ) in PaintLines() 2344 nSecn = (sal_uInt16)( Max( 1L, nPixelSzH * ( nSecn / nPixelSzH ) ) ); in PaintLines() 2346 aStyles[ i ].Set( nPrim, nDist, nSecn ); in PaintLines()
|
Completed in 58 milliseconds