Searched refs:aOldHeight (Results 1 – 6 of 6) sorted by relevance
174 long aOldHeight = mpAnnotationWindow->GetPostItTextHeight(); in KeyInput() local187 mpAnnotationWindow->ResizeIfNeccessary(aOldHeight,mpAnnotationWindow->GetPostItTextHeight()); in KeyInput()490 void AnnotationWindow::ResizeIfNeccessary(long aOldHeight, long aNewHeight) in ResizeIfNeccessary() argument492 if (aOldHeight != aNewHeight) in ResizeIfNeccessary()
138 void ResizeIfNeccessary(long aOldHeight, long aNewHeight);
201 long aOldHeight = mrSidebarWin.GetPostItTextHeight(); in KeyInput() local220 mrSidebarWin.ResizeIfNeccessary( aOldHeight, mrSidebarWin.GetPostItTextHeight() ); in KeyInput()
770 void SwSidebarWin::ResizeIfNeccessary(long aOldHeight, long aNewHeight) in ResizeIfNeccessary() argument772 if (aOldHeight != aNewHeight) in ResizeIfNeccessary()
894 long aOldHeight = pPostItMgr->GetActiveSidebarWin()->GetPostItTextHeight(); in ExecClpbrd() local955 …pPostItMgr->GetActiveSidebarWin()->ResizeIfNeccessary(aOldHeight,pPostItMgr->GetActiveSidebarWin()… in ExecClpbrd()1461 long aOldHeight = rView.GetPostItMgr()->HasActiveSidebarWin() in ExecUndo() local1524 …rView.GetPostItMgr()->GetActiveSidebarWin()->ResizeIfNeccessary(aOldHeight,rView.GetPostItMgr()->G… in ExecUndo()
118 void ResizeIfNeccessary(long aOldHeight, long aNewHeight);
Completed in 43 milliseconds