Home
last modified time | relevance | path

Searched refs:aOldHeight (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx174 long aOldHeight = mpAnnotationWindow->GetPostItTextHeight(); in KeyInput() local
187 mpAnnotationWindow->ResizeIfNeccessary(aOldHeight,mpAnnotationWindow->GetPostItTextHeight()); in KeyInput()
490 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/source/ui/docvw/
H A DSidebarTxtControl.cxx201 long aOldHeight = mrSidebarWin.GetPostItTextHeight(); in KeyInput() local
220 mrSidebarWin.ResizeIfNeccessary( aOldHeight, mrSidebarWin.GetPostItTextHeight() ); in KeyInput()
H A DSidebarWin.cxx770 void SwSidebarWin::ResizeIfNeccessary(long aOldHeight, long aNewHeight) in ResizeIfNeccessary() argument
772 if (aOldHeight != aNewHeight) in ResizeIfNeccessary()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx894 long aOldHeight = pPostItMgr->GetActiveSidebarWin()->GetPostItTextHeight(); in ExecClpbrd() local
955 …pPostItMgr->GetActiveSidebarWin()->ResizeIfNeccessary(aOldHeight,pPostItMgr->GetActiveSidebarWin()… in ExecClpbrd()
1461 long aOldHeight = rView.GetPostItMgr()->HasActiveSidebarWin() in ExecUndo() local
1524 …rView.GetPostItMgr()->GetActiveSidebarWin()->ResizeIfNeccessary(aOldHeight,rView.GetPostItMgr()->G… in ExecUndo()
/trunk/main/sw/inc/
H A DSidebarWin.hxx118 void ResizeIfNeccessary(long aOldHeight, long aNewHeight);

Completed in 39 milliseconds