Home
last modified time | relevance | path

Searched refs:pEvt (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/vcl/source/window/
H A Dwinproc.cxx2257 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 …]
/aoo42x/main/svtools/source/brwbox/
H A Debbcontrols.cxx66 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 Deditbrowsebox.cxx118 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()
/aoo42x/main/forms/source/component/
H A DEventThread.cxx201 EventObject* pEvt = *firstEvent; in run() local
221 processEvent( pCompImpl, pEvt, xControl, bFlag ); in run()
224 delete pEvt; in run()
H A Dclickableimage.cxx915 const EventObject* pEvt, in processEvent() argument
919 … ((OClickableImageBaseControl *)pCompImpl)->actionPerformed_Impl( sal_True, *(MouseEvent *)pEvt ); in processEvent()
H A DDatabaseForm.cxx184 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()
/aoo42x/main/framework/source/services/
H A Dbackingwindow.cxx707 const KeyEvent* pEvt = rNEvt.GetKeyEvent(); in Notify() local
708 const KeyCode& rKeyCode(pEvt->GetKeyCode()); in Notify()
709 if( pEvt && mpAccExec->execute(rKeyCode) ) in Notify()
/aoo42x/main/cui/source/options/
H A Doptpath.cxx722 IMPL_LINK( SvxPathTabPage, DialogClosedHdl, DialogClosedEvent*, pEvt ) in IMPL_LINK() argument
724 if ( RET_OK == pEvt->DialogResult ) in IMPL_LINK()
H A Doptjava.cxx398 IMPL_LINK( SvxJavaOptionsPage, DialogClosedHdl, DialogClosedEvent*, pEvt ) in IMPL_LINK() argument
400 if ( RET_OK == pEvt->DialogResult ) in IMPL_LINK()
/aoo42x/main/cui/source/dialogs/
H A Dcuigaldlg.cxx1264 …PGalleryThemeProperties, DialogClosedHdl, ::com::sun::star::ui::dialogs::DialogClosedEvent*, pEvt ) in IMPL_LINK() argument
1269 StartSearchFiles( sURL, pEvt->DialogResult ); in IMPL_LINK()
/aoo42x/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx479 void Set(const BrowserMouseEvent* pEvt, sal_Bool bIsDown);

Completed in 87 milliseconds