Home
last modified time | relevance | path

Searched refs:mpAnnotationWindow (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sd/source/ui/annotations/
H A Dannotationtag.cxx674 if( !mpAnnotationWindow.get() ) in OpenPopup()
687mpAnnotationWindow.reset( new AnnotationWindow( mrManager, mrView.GetDocSh(), pWindow->GetWindow(W… in OpenPopup()
688 mpAnnotationWindow->InitControls(); in OpenPopup()
689 mpAnnotationWindow->setAnnotation(mxAnnotation); in OpenPopup()
692 …Point aPopupPos( FloatingWindow::CalcFloatingPosition( mpAnnotationWindow.get(), aRect, FLOATWIN_P… in OpenPopup()
695 mpAnnotationWindow->SetPosSizePixel( aPopupPos, aPopupSize ); in OpenPopup()
696 mpAnnotationWindow->DoResize(); in OpenPopup()
698 mpAnnotationWindow->Show(); in OpenPopup()
699 mpAnnotationWindow->GrabFocus(); in OpenPopup()
700 mpAnnotationWindow->AddEventListener( LINK(this, AnnotationTag, WindowEventHandler)); in OpenPopup()
[all …]
H A Dannotationwindow.cxx125 , mpAnnotationWindow( pParent ) in AnnotationTextWindow()
139 Gradient(GRADIENT_LINEAR,mpAnnotationWindow->maColorLight,mpAnnotationWindow->maColor)); in Paint()
144 Color aBackgroundColor( mpAnnotationWindow->maColor ); in Paint()
163 …SfxDispatcher* pDispatcher = mpAnnotationWindow->DocShell()->GetViewShell()->GetViewFrame()->GetDi… in KeyInput()
170 mpAnnotationWindow->ToggleInsMode(); in KeyInput()
174 long aOldHeight = mpAnnotationWindow->GetPostItTextHeight(); in KeyInput()
180 bool bIsProtected = mpAnnotationWindow->IsProtected(); in KeyInput()
181 …if (!bIsProtected || (bIsProtected && !mpAnnotationWindow->Engine()->GetEditEngine().DoesKeyChange… in KeyInput()
187mpAnnotationWindow->ResizeIfNeccessary(aOldHeight,mpAnnotationWindow->GetPostItTextHeight()); in KeyInput()
223 mpAnnotationWindow->Command(rCEvt); in Command()
H A Dannotationtag.hxx90 std::auto_ptr<AnnotationWindow> mpAnnotationWindow; member in sd::AnnotationTag
H A Dannotationwindow.hxx62 AnnotationWindow* mpAnnotationWindow; member in sd::AnnotationTextWindow