Searched refs:nControl_Spacing_y (Results 1 – 1 of 1) sorted by relevance
382 …const sal_Int32 nControl_Spacing_y = LogicToPixel(Size(0, CONTROL_SPACING_Y),MAP_APPFONT).Height(); in CheckScrollBars() local384 …tic_cast<sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y - nHScrollHeight) / (nControl_Sp… in CheckScrollBars()386 …ble = static_cast<sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y) / (nControl_Spacing_y … in CheckScrollBars()399 …tic_cast<sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y - nHScrollHeight) / (nControl_Sp… in CheckScrollBars()467 …const sal_Int32 nControl_Spacing_y = LogicToPixel(Size(0, CONTROL_SPACING_Y),MAP_APPFONT).Height(); in ScrollAllAggregates() local468 nDeltaY = (m_nOldVThumb - m_pVertScroll->GetThumbPos()) * (nControl_Spacing_y + nControlHeight); in ScrollAllAggregates()1224 …const sal_Int32 nControl_Spacing_y = LogicToPixel(Size(0, CONTROL_SPACING_Y),MAP_APPFONT).Height(); in SetPosSize() local1225 aPosition.Y() += ((nRow+1)*nControl_Spacing_y) + in SetPosSize()
Completed in 19 milliseconds