Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx381 const sal_Int32 nControlHeight = GetMaxControlHeight(); in CheckScrollBars() local
384 …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() local
468 nDeltaY = (m_nOldVThumb - m_pVertScroll->GetThumbPos()) * (nControl_Spacing_y + nControlHeight); in ScrollAllAggregates()
1044 const sal_Int32 nControlHeight = GetMaxControlHeight(); in ActivateAggregate() local
1045 pFormat->SetSizePixel(Size(nControlHeight, nControlHeight)); in ActivateAggregate()
1172 const sal_Int32 nControlHeight = GetMaxControlHeight(); in SetPosSize() local
1173 Size aSize(0,nControlHeight); in SetPosSize()
[all …]
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx357 int nControlHeight = frame.size.height; in createUserPane() local
409 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() local
870 currenttop -= nControlHeight; in layoutControls()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx579 long nControlHeight( nFixedLineHeight ); in Resize() local
584 nControlHeight = nEditLineHeight; in Resize()
590 nControlHeight = nButtonLineHeight; in Resize()
595 nControlHeight * aControlRows[i].nRows in Resize()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx350 const sal_Int32 nControlHeight = mpMediaWindowControl->GetSizePixel().Height(); in Resize() local
351 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 39 milliseconds