Home
last modified time | relevance | path

Searched refs:XLIB_Time (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx210 XLIB_Time m_nOrigTimestamp;
260 XLIB_Time m_nSelectionTimestamp;
276 XLIB_Time m_nDropTime;
282 XLIB_Time m_nDropTimestamp;
317 XLIB_Time m_nDragTimestamp;
393 void sendDropPosition( bool bForce, XLIB_Time eventXLIB_Time );
461 … void accept( sal_Int8 dragOperation, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );
462 void reject( XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );
463 … void dropComplete( sal_Bool success, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );
467 void setCursor( sal_Int32 cursor, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );
[all …]
H A DX11_dndcontext.hxx46 XLIB_Time m_nTimestamp;
50 DropTargetDropContext( XLIB_Window, XLIB_Time, SelectionManager& );
65 XLIB_Time m_nTimestamp;
69 DropTargetDragContext( XLIB_Window, XLIB_Time, SelectionManager& );
83 XLIB_Time m_nTimestamp;
87 DragSourceContext( XLIB_Window, XLIB_Time, SelectionManager& );
H A DX11_dndcontext.cxx37 XLIB_Time aTimestamp, in DropTargetDropContext()
72 XLIB_Time aTimestamp, in DropTargetDragContext()
101 XLIB_Time aTimestamp, in DragSourceContext()
H A DX11_selection.cxx2331 void SelectionManager::dropComplete( sal_Bool bSuccess, XLIB_Window aDropWindow, XLIB_Time ) in dropComplete() argument
2528 void SelectionManager::sendDropPosition( bool bForce, XLIB_Time eventTime ) in sendDropPosition()
2910 void SelectionManager::accept( sal_Int8 dragOperation, XLIB_Window aDropWindow, XLIB_Time ) in accept() argument
2932 void SelectionManager::reject( XLIB_Window aDropWindow, XLIB_Time ) in reject() argument
3551 void SelectionManager::setCursor( sal_Int32 cursor, XLIB_Window aDropWindow, XLIB_Time ) in setCursor() argument
3567 void SelectionManager::setImage( sal_Int32, XLIB_Window, XLIB_Time ) in setImage() argument
3864 XLIB_Time nTimestamp = CurrentTime; in handleEvent()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx384 mutable XLIB_Time m_nLastUserEventTime; // mutable because changed on first access
475 XLIB_Time GetLastUserEventTime( bool bAlwaysReget = false ) const;
H A Dsalstd.hxx37 typedef unsigned long XLIB_Time; typedef
H A Dsalframe.h86 XLIB_Time nReleaseTime_; // timestamp of last key release
/trunk/main/tools/inc/tools/
H A Dprex.h34 #define Time XLIB_Time
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx518XLIB_Time nUserTime = (nStyle_ & (SAL_FRAME_STYLE_OWNERDRAWDECORATION | SAL_FRAME_STYLE_TOOLWINDOW… in Init()
1227 XLIB_Time nUserTime = 0; in Show()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2703 XLIB_Time SalDisplay::GetLastUserEventTime( bool i_bAlwaysReget ) const in GetLastUserEventTime()