Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx122 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()
[all …]
H A Dannotationwindow.hxx54 class AnnotationWindow;
62 AnnotationWindow* mpAnnotationWindow;
74 AnnotationTextWindow( AnnotationWindow* pParent, WinBits nBits );
86 class AnnotationWindow : public FloatingWindow class
113AnnotationWindow( AnnotationManagerImpl& rManager, DrawDocShell* pDocShell, ::Window* pParent );
114 virtual ~AnnotationWindow();
H A Dannotationtag.hxx38 class AnnotationWindow;
90 std::auto_ptr<AnnotationWindow> mpAnnotationWindow;
H A Dannotationmanager.cxx1002AnnotationWindow* pAnnotationWindow = bButtonMenu ? 0 : dynamic_cast< AnnotationWindow* >( pParent… in ExecuteAnnotationContextMenu()
H A Dannotationtag.cxx687 …mpAnnotationWindow.reset( new AnnotationWindow( mrManager, mrView.GetDocSh(), pWindow->GetWindow(W… in OpenPopup()