Searched refs:FRAMESEL_GEOM_WIDTH (Results 1 – 1 of 1) sorted by relevance
81 const long FRAMESEL_GEOM_WIDTH = 9; variable118 … std::min< sal_uInt16 >( std::max< sal_uInt16 >( (nWidth + 5) / 20, 1 ), FRAMESEL_GEOM_WIDTH ) : 0; in lclGetPixel()161 maUIStyle.Set( maCoreStyle, 0.05, FRAMESEL_GEOM_WIDTH, true ); in SetCoreStyle()367 long nFixedSize = 2 * mnArrowSize + 2 * FRAMESEL_GEOM_INNER + 3 * FRAMESEL_GEOM_WIDTH; in InitGlobalGeometry()386 mnLine1 = mnArrowSize + FRAMESEL_GEOM_INNER + FRAMESEL_GEOM_WIDTH / 2; in InitBorderGeometry()406 mnFocusOffs = FRAMESEL_GEOM_WIDTH / 2 + 1; in InitBorderGeometry()454 long nClO = FRAMESEL_GEOM_WIDTH / 2 + FRAMESEL_GEOM_ADD_CLICK_OUTER; in InitBorderGeometry()455 … long nClI = (mbTLBR && mbBLTR) ? (FRAMESEL_GEOM_WIDTH / 2 + FRAMESEL_GEOM_ADD_CLICK_INNER) : nClO; in InitBorderGeometry()
Completed in 14 milliseconds