Searched refs:aNewHeight (Results 1 – 5 of 5) sorted by relevance
770 void SwSidebarWin::ResizeIfNeccessary(long aOldHeight, long aNewHeight) in ResizeIfNeccessary() argument772 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()
1053 Any aNewHeight; in SetRowHeight() local1061 aNewHeight = xPropState->getPropertyDefault(PROPERTY_ROW_HEIGHT); in SetRowHeight()1068 aNewHeight <<= nValue; in SetRowHeight()1071 xCols->setPropertyValue(PROPERTY_ROW_HEIGHT, aNewHeight); in SetRowHeight()
490 void AnnotationWindow::ResizeIfNeccessary(long aOldHeight, long aNewHeight) in ResizeIfNeccessary() argument492 if (aOldHeight != aNewHeight) in ResizeIfNeccessary()
138 void ResizeIfNeccessary(long aOldHeight, long aNewHeight);
118 void ResizeIfNeccessary(long aOldHeight, long aNewHeight);
Completed in 41 milliseconds