Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx674 if( !mpAnnotationWindow.get() ) in OpenPopup()
688 mpAnnotationWindow->InitControls(); in OpenPopup()
696 mpAnnotationWindow->DoResize(); in OpenPopup()
698 mpAnnotationWindow->Show(); in OpenPopup()
699 mpAnnotationWindow->GrabFocus(); in OpenPopup()
704 if( bEdit && mpAnnotationWindow.get() ) in OpenPopup()
705 mpAnnotationWindow->StartEdit(); in OpenPopup()
710 if( mpAnnotationWindow.get() ) in ClosePopup()
713 mpAnnotationWindow->Deactivate(); in ClosePopup()
714 mpAnnotationWindow.reset(); in ClosePopup()
[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()
187 mpAnnotationWindow->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

Completed in 41 milliseconds