Home
last modified time | relevance | path

Searched refs:nPar2 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/avmedia/source/win/
H A Dwindow.cxx76 LRESULT CALLBACK MediaPlayerWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in MediaPlayerWndProc() argument
106 aWinPoint.x = GET_X_LPARAM( nPar2 ); in MediaPlayerWndProc()
107 aWinPoint.y = GET_Y_LPARAM( nPar2 ); in MediaPlayerWndProc()
171 return( bProcessed ? 0 : DefWindowProc( hWnd, nMsg, nPar1, nPar2 ) ); in MediaPlayerWndProc()
H A Dplayer.cxx51 LRESULT CALLBACK MediaPlayerWndProc_2( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in MediaPlayerWndProc_2() argument
71 return( bProcessed ? 0 : DefWindowProc( hWnd, nMsg, nPar1, nPar2 ) ); in MediaPlayerWndProc_2()
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx85 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc() argument
87 return DefWindowProc( hWnd, nMsg, nPar1, nPar2 ); in TwainWndProc()
H A Dscanwin.cxx153 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc() argument
155 return DefWindowProc( hWnd, nMsg, nPar1, nPar2 ); in TwainWndProc()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx690 TokenId nPar1, nPar2; in Convert() local
694 nPar2 = aPool.Store( aExtDoc ); in Convert()
696 aPool << ocDde << ocOpen << nPar1 << ocSep << nPar2 << ocSep in Convert()
H A Dexcform8.cxx668 TokenId nPar2 = aPool.Store( aTopic ); in Convert() local
670 aPool << ocDde << ocOpen << nPar1 << ocSep << nPar2 << ocSep in Convert()

Completed in 46 milliseconds