Searched refs:XLIB_Time (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/vcl/unx/generic/dtrans/ |
H A D | X11_dndcontext.hxx | 48 XLIB_Time m_nTimestamp; 52 DropTargetDropContext( XLIB_Window, XLIB_Time, SelectionManager& ); 67 XLIB_Time m_nTimestamp; 71 DropTargetDragContext( XLIB_Window, XLIB_Time, SelectionManager& ); 85 XLIB_Time m_nTimestamp; 89 DragSourceContext( XLIB_Window, XLIB_Time, SelectionManager& );
|
H A D | X11_selection.hxx | 214 XLIB_Time m_nOrigTimestamp; 264 XLIB_Time m_nSelectionTimestamp; 281 XLIB_Time m_nDropTime; 287 XLIB_Time m_nDropTimestamp; 322 XLIB_Time m_nDragTimestamp; 400 void sendDropPosition( bool bForce, XLIB_Time eventXLIB_Time ); 470 void accept( sal_Int8 dragOperation, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp ); 471 void reject( XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp ); 472 void dropComplete( sal_Bool success, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp ); 476 void setCursor( sal_Int32 cursor, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp ); [all …]
|
H A D | X11_dndcontext.cxx | 39 XLIB_Time aTimestamp, in DropTargetDropContext() 74 XLIB_Time aTimestamp, in DropTargetDragContext() 103 XLIB_Time aTimestamp, in DragSourceContext()
|
H A D | X11_selection.cxx | 2334 void SelectionManager::dropComplete( sal_Bool bSuccess, XLIB_Window aDropWindow, XLIB_Time ) in dropComplete() argument 2531 void SelectionManager::sendDropPosition( bool bForce, XLIB_Time eventTime ) in sendDropPosition() 2913 void SelectionManager::accept( sal_Int8 dragOperation, XLIB_Window aDropWindow, XLIB_Time ) in accept() argument 2935 void SelectionManager::reject( XLIB_Window aDropWindow, XLIB_Time ) in reject() argument 3556 void SelectionManager::setCursor( sal_Int32 cursor, XLIB_Window aDropWindow, XLIB_Time ) in setCursor() argument 3572 void SelectionManager::setImage( sal_Int32, XLIB_Window, XLIB_Time ) in setImage() argument 3869 XLIB_Time nTimestamp = CurrentTime; in handleEvent()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 384 mutable XLIB_Time m_nLastUserEventTime; // mutable because changed on first access 475 XLIB_Time GetLastUserEventTime( bool bAlwaysReget = false ) const;
|
H A D | salstd.hxx | 37 typedef unsigned long XLIB_Time; typedef
|
H A D | salframe.h | 86 XLIB_Time nReleaseTime_; // timestamp of last key release
|
/aoo4110/main/tools/inc/tools/ |
H A D | prex.h | 34 #define Time XLIB_Time
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 518 …XLIB_Time nUserTime = (nStyle_ & (SAL_FRAME_STYLE_OWNERDRAWDECORATION | SAL_FRAME_STYLE_TOOLWINDOW… in Init() 1227 XLIB_Time nUserTime = 0; in Show()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2711 XLIB_Time SalDisplay::GetLastUserEventTime( bool i_bAlwaysReget ) const in GetLastUserEventTime()
|
Completed in 96 milliseconds