Home
last modified time | relevance | path

Searched refs:aNewHeight (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx770 void SwSidebarWin::ResizeIfNeccessary(long aOldHeight, long aNewHeight) in ResizeIfNeccessary() argument
772 if (aOldHeight != aNewHeight) in ResizeIfNeccessary()
778 if (aNewHeight > GetMinimumSizeWithoutMeta()) in ResizeIfNeccessary()
780 long aNewLowerValue = GetPosPixel().Y() + aNewHeight + GetMetaHeight(); in ResizeIfNeccessary()
782 SetSizePixel(Size(GetSizePixel().Width(),aNewHeight+GetMetaHeight())); in ResizeIfNeccessary()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1053 Any aNewHeight; in SetRowHeight() local
1061 aNewHeight = xPropState->getPropertyDefault(PROPERTY_ROW_HEIGHT); in SetRowHeight()
1068 aNewHeight <<= nValue; in SetRowHeight()
1071 xCols->setPropertyValue(PROPERTY_ROW_HEIGHT, aNewHeight); in SetRowHeight()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx490 void AnnotationWindow::ResizeIfNeccessary(long aOldHeight, long aNewHeight) in ResizeIfNeccessary() argument
492 if (aOldHeight != aNewHeight) in ResizeIfNeccessary()
H A Dannotationwindow.hxx138 void ResizeIfNeccessary(long aOldHeight, long aNewHeight);
/trunk/main/sw/inc/
H A DSidebarWin.hxx118 void ResizeIfNeccessary(long aOldHeight, long aNewHeight);

Completed in 40 milliseconds