Searched refs:nControlHeight (Results 1 – 4 of 4) sorted by relevance
381 const sal_Int32 nControlHeight = GetMaxControlHeight(); in CheckScrollBars() local384 …erallSize.Height() - nControl_Spacing_y - nHScrollHeight) / (nControl_Spacing_y + nControlHeight)); in CheckScrollBars()386 …sal_uInt16>((szOverallSize.Height() - nControl_Spacing_y) / (nControl_Spacing_y + nControlHeight)); in CheckScrollBars()399 …erallSize.Height() - nControl_Spacing_y - nHScrollHeight) / (nControl_Spacing_y + nControlHeight)); in CheckScrollBars()466 const sal_Int32 nControlHeight = GetMaxControlHeight(); in ScrollAllAggregates() local468 nDeltaY = (m_nOldVThumb - m_pVertScroll->GetThumbPos()) * (nControl_Spacing_y + nControlHeight); in ScrollAllAggregates()1044 const sal_Int32 nControlHeight = GetMaxControlHeight(); in ActivateAggregate() local1045 pFormat->SetSizePixel(Size(nControlHeight, nControlHeight)); in ActivateAggregate()1172 const sal_Int32 nControlHeight = GetMaxControlHeight(); in SetPosSize() local1173 Size aSize(0,nControlHeight); in SetPosSize()[all …]
357 int nControlHeight = frame.size.height; in createUserPane() local409 if (nControlHeight < kAquaPopupButtonDefaultHeight) { in createUserPane()411 nControlHeight = kAquaPopupButtonDefaultHeight; in createUserPane()414 nControlHeight -= kAquaSpacePopupMenuFrameBoundsDiffV; in createUserPane()427 nControlHeight -= 2 * kAquaSpaceSwitchButtonFrameBoundsDiff; in createUserPane()434 currentHeight += nControlHeight; in createUserPane()866 int nControlHeight = controlRect.size.height; in layoutControls() local870 currenttop -= nControlHeight; in layoutControls()
579 long nControlHeight( nFixedLineHeight ); in Resize() local584 nControlHeight = nEditLineHeight; in Resize()590 nControlHeight = nButtonLineHeight; in Resize()595 nControlHeight * aControlRows[i].nRows in Resize()
350 const sal_Int32 nControlHeight = mpMediaWindowControl->GetSizePixel().Height(); in Resize() local351 const sal_Int32 nControlY = ::std::max( aCurSize.Height() - nControlHeight - nOffset, 0L ); in Resize()354 …ePixel( Point( nOffset, nControlY ), Size( aCurSize.Width() - ( nOffset << 1 ), nControlHeight ) ); in Resize()
Completed in 58 milliseconds