Home
last modified time | relevance | path

Searched refs:m_nTimestamp (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_dndcontext.cxx42 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 DX11_dndcontext.hxx48 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
/trunk/main/vcl/inc/
H A Dfontcache.hxx48 sal_Int64 m_nTimestamp; member
53 FontDir() : m_nTimestamp(0), m_bNoFiles(false), m_bUserOverrideOnly( false ) {} in FontDir()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx128 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 23 milliseconds