Searched refs:m_nTimestamp (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_dndcontext.cxx | 42 m_nTimestamp( aTimestamp ), in DropTargetDropContext() 54 m_rManager.accept( dragOperation, m_aDropWindow, m_nTimestamp ); in acceptDrop() 59 m_rManager.reject( m_aDropWindow, m_nTimestamp ); in rejectDrop() 64 m_rManager.dropComplete( success, m_aDropWindow, m_nTimestamp ); in dropComplete() 77 m_nTimestamp( aTimestamp ), in DropTargetDragContext() 89 m_rManager.accept( dragOperation, m_aDropWindow, m_nTimestamp ); in acceptDrag() 94 m_rManager.reject( m_aDropWindow, m_nTimestamp ); in rejectDrag() 106 m_nTimestamp( aTimestamp ), in DragSourceContext() 123 m_rManager.setCursor( cursorId, m_aDropWindow, m_nTimestamp ); in setCursor() 128 m_rManager.setImage( imageId, m_aDropWindow, m_nTimestamp ); in setImage()
|
H A D | X11_dndcontext.hxx | 48 XLIB_Time m_nTimestamp; member in x11::DropTargetDropContext 67 XLIB_Time m_nTimestamp; member in x11::DropTargetDragContext 85 XLIB_Time m_nTimestamp; member in x11::DragSourceContext
|
/aoo41x/main/vcl/inc/ |
H A D | fontcache.hxx | 48 sal_Int64 m_nTimestamp; member 53 FontDir() : m_nTimestamp(0), m_bNoFiles(false), m_bUserOverrideOnly( false ) {} in FontDir()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontcache.cxx | 128 aLine.Append( ByteString::CreateFromInt64( dir_it->second.m_nTimestamp ) ); in flush() 313 m_aCache[ nDir ].m_nTimestamp = (sal_Int64)aStat.st_mtime; in read() 504 m_aCache[ nDirID ].m_nTimestamp = (sal_Int64)aStat.st_mtime; in updateDirTimestamp() 796 m_aCache[nDirID].m_nTimestamp = (sal_Int64)aStat.st_mtime; in createCacheDir()
|
Completed in 21 milliseconds