Searched refs:pEvt (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/vcl/source/window/ |
H A D | winproc.cxx | 2257 pEvt->mnX = -1; in ImplHandleSalExtTextInputPos() 2258 pEvt->mnY = -1; in ImplHandleSalExtTextInputPos() 2259 pEvt->mnWidth = -1; in ImplHandleSalExtTextInputPos() 2323 pEvt->mnStart = 0; in ImplHandleSalSurroundingTextRequest() 2325 pEvt->mnStart = pEvt->maText.Len(); in ImplHandleSalSurroundingTextRequest() 2330 pEvt->mnStart = 0; in ImplHandleSalSurroundingTextRequest() 2332 pEvt->mnEnd = pEvt->maText.Len(); in ImplHandleSalSurroundingTextRequest() 2575 pEvt->maText, pEvt->mpTextAttr, in ImplWindowFrameProc() 2576 pEvt->mnCursorPos, pEvt->mnCursorFlags ); in ImplWindowFrameProc() 2602 pEvt->mnStart, in ImplWindowFrameProc() [all …]
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 66 const KeyEvent *pEvt = rNEvt.GetKeyEvent(); in PreNotify() local 67 const KeyCode rKey = pEvt->GetKeyCode(); in PreNotify() 70 (!pEvt->GetKeyCode().IsShift() && pEvt->GetKeyCode().IsMod1())) in PreNotify() 173 const KeyEvent *pEvt = rNEvt.GetKeyEvent(); in PreNotify() local 174 const KeyCode rKey = pEvt->GetKeyCode(); in PreNotify() 177 (!pEvt->GetKeyCode().IsShift() && pEvt->GetKeyCode().IsMod1())) in PreNotify()
|
H A D | editbrowsebox.cxx | 118 void EditBrowseBox::BrowserMouseEventPtr::Set(const BrowserMouseEvent* pEvt, sal_Bool bIsDown) in Set() argument 120 if (pEvt == pEvent) in Set() 126 if (pEvt) in Set() 128 pEvent = new BrowserMouseEvent(pEvt->GetWindow(), in Set() 129 *pEvt, in Set() 130 pEvt->GetRow(), in Set() 131 pEvt->GetColumn(), in Set() 132 pEvt->GetColumnId(), in Set() 133 pEvt->GetRect()); in Set()
|
/aoo41x/main/forms/source/component/ |
H A D | EventThread.cxx | 201 EventObject* pEvt = *firstEvent; in run() local 221 processEvent( pCompImpl, pEvt, xControl, bFlag ); in run() 224 delete pEvt; in run()
|
H A D | clickableimage.cxx | 915 const EventObject* pEvt, in processEvent() argument 919 … ((OClickableImageBaseControl *)pCompImpl)->actionPerformed_Impl( sal_True, *(MouseEvent *)pEvt ); in processEvent()
|
H A D | DatabaseForm.cxx | 184 virtual EventObject *cloneEvent( const EventObject *pEvt ) const; 200 const EventObject *pEvt ) const in cloneEvent() 202 return new ::com::sun::star::awt::MouseEvent( *(::com::sun::star::awt::MouseEvent *)pEvt ); in cloneEvent()
|
/aoo41x/main/framework/source/services/ |
H A D | backingwindow.cxx | 707 const KeyEvent* pEvt = rNEvt.GetKeyEvent(); in Notify() local 708 const KeyCode& rKeyCode(pEvt->GetKeyCode()); in Notify() 709 if( pEvt && mpAccExec->execute(rKeyCode) ) in Notify()
|
/aoo41x/main/cui/source/options/ |
H A D | optpath.cxx | 722 IMPL_LINK( SvxPathTabPage, DialogClosedHdl, DialogClosedEvent*, pEvt ) in IMPL_LINK() argument 724 if ( RET_OK == pEvt->DialogResult ) in IMPL_LINK()
|
H A D | optjava.cxx | 398 IMPL_LINK( SvxJavaOptionsPage, DialogClosedHdl, DialogClosedEvent*, pEvt ) in IMPL_LINK() argument 400 if ( RET_OK == pEvt->DialogResult ) in IMPL_LINK()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | cuigaldlg.cxx | 1264 …PGalleryThemeProperties, DialogClosedHdl, ::com::sun::star::ui::dialogs::DialogClosedEvent*, pEvt ) in IMPL_LINK() argument 1269 StartSearchFiles( sURL, pEvt->DialogResult ); in IMPL_LINK()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | editbrowsebox.hxx | 479 void Set(const BrowserMouseEvent* pEvt, sal_Bool bIsDown);
|
Completed in 142 milliseconds