Searched refs:AnnotationWindow (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sd/source/ui/annotations/ |
| H A D | annotationwindow.cxx | 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() [all …]
|
| H A D | annotationwindow.hxx | 54 class AnnotationWindow; 62 AnnotationWindow* mpAnnotationWindow; 74 AnnotationTextWindow( AnnotationWindow* pParent, WinBits nBits ); 86 class AnnotationWindow : public FloatingWindow class 113 … AnnotationWindow( AnnotationManagerImpl& rManager, DrawDocShell* pDocShell, ::Window* pParent ); 114 virtual ~AnnotationWindow();
|
| H A D | annotationtag.hxx | 38 class AnnotationWindow; 90 std::auto_ptr<AnnotationWindow> mpAnnotationWindow;
|
| H A D | annotationmanager.cxx | 1002 …AnnotationWindow* pAnnotationWindow = bButtonMenu ? 0 : dynamic_cast< AnnotationWindow* >( pParent… in ExecuteAnnotationContextMenu()
|
| H A D | annotationtag.cxx | 687 …mpAnnotationWindow.reset( new AnnotationWindow( mrManager, mrView.GetDocSh(), pWindow->GetWindow(W… in OpenPopup()
|