Lines Matching refs:AnnotationWindow

122 AnnotationTextWindow::AnnotationTextWindow( AnnotationWindow* pParent, WinBits nBits )  in AnnotationTextWindow()
283 AnnotationWindow::AnnotationWindow( AnnotationManagerImpl& rManager, DrawDocShell* pDocShell, Windo… in AnnotationWindow() function in sd::AnnotationWindow
300 AnnotationWindow::~AnnotationWindow() in ~AnnotationWindow()
309 void AnnotationWindow::InitControls() in InitControls()
363 mpVScrollbar->SetScrollHdl(LINK(this, AnnotationWindow, ScrollHdl)); in InitControls()
388 Engine()->SetModifyHdl( LINK( this, AnnotationWindow, ModifyHdl ) ); in InitControls()
399 void AnnotationWindow::StartEdit() in StartEdit()
405 void AnnotationWindow::Rescale() in Rescale()
424 void AnnotationWindow::DoResize() in DoResize()
480 void AnnotationWindow::SetSizePixel( const Size& rNewSize ) in SetSizePixel()
485 void AnnotationWindow::SetScrollbar() in SetScrollbar()
490 void AnnotationWindow::ResizeIfNeccessary(long aOldHeight, long aNewHeight) in ResizeIfNeccessary()
503 void AnnotationWindow::SetLanguage(const SvxLanguageItem aNewItem) in SetLanguage()
515 Engine()->SetModifyHdl( LINK( this, AnnotationWindow, ModifyHdl ) ); in SetLanguage()
520 void AnnotationWindow::ToggleInsMode() in ToggleInsMode()
530 long AnnotationWindow::GetPostItTextHeight() in GetPostItTextHeight()
535 IMPL_LINK(AnnotationWindow, ScrollHdl, ScrollBar*, pScroll) in IMPL_LINK() argument
542 IMPL_LINK(AnnotationWindow, ModifyHdl, void*, EMPTYARG) in IMPL_LINK() argument
547 sal_Int32 AnnotationWindow::GetScrollbarWidth() in GetScrollbarWidth()
553 SvxLanguageItem AnnotationWindow::GetLanguage(void) in GetLanguage()
572 void AnnotationWindow::setAnnotation( const Reference< XAnnotation >& xAnnotation, bool bGrabFocus ) in setAnnotation()
592 Engine()->SetModifyHdl( LINK( this, AnnotationWindow, ModifyHdl ) ); in setAnnotation()
615 void AnnotationWindow::SetColor() in SetColor()
660 void AnnotationWindow::Deactivate() in Deactivate()
696 void AnnotationWindow::Paint( const Rectangle& rRect) in Paint()
742 void AnnotationWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
765 void AnnotationWindow::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
775 void AnnotationWindow::Command( const CommandEvent& rCEvt ) in Command()
789 void AnnotationWindow::GetFocus() in GetFocus()
797 void AnnotationWindow::ExecuteSlot( sal_uInt16 nSID ) in ExecuteSlot()