Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 – 25 of 48) sorted by relevance

12

/aoo41x/main/svl/source/svdde/
H A Dddeimp.hxx86 static HDDEDATA CALLBACK CliCallback
88 static HDDEDATA CALLBACK SvrCallback
90 static HDDEDATA CALLBACK InfCallback
94 static HDDEDATA CALLBACK __EXPORT CliCallback
96 static HDDEDATA CALLBACK __EXPORT SvrCallback
98 static HDDEDATA CALLBACK __EXPORT InfCallback
101 static HDDEDATA CALLBACK _export CliCallback
103 static HDDEDATA CALLBACK _export SvrCallback
105 static HDDEDATA CALLBACK _export InfCallback
H A Dddeinf.cxx36 HDDEDATA CALLBACK DdeInternal::InfCallback( in InfCallback()
40 HDDEDATA CALLBACK __EXPORT DdeInternal::InfCallback( in InfCallback()
43 HDDEDATA CALLBACK _export DdeInternal::InfCallback( in InfCallback()
H A Dddesvr.cxx59 HDDEDATA CALLBACK DdeInternal::SvrCallback( in SV_IMPL_VARARR()
64 HDDEDATA CALLBACK __EXPORT DdeInternal::SvrCallback( in SV_IMPL_VARARR()
68 HDDEDATA CALLBACK _export DdeInternal::SvrCallback( in SV_IMPL_VARARR()
/aoo41x/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx70 void CALLBACK OnClipboardContentChange( void );
71 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
72 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
197 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
341 void CALLBACK OnClipboardContentChange( void ) in OnClipboardContentChange()
/aoo41x/main/migrationanalysis/src/msokill/
H A Dmsokill.cpp39 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM lParam);
40 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM lParam);
187 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM) in CloseOfficeDlgProc()
223 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM) in CountOfficeDlgProc()
/aoo41x/main/vcl/win/source/window/
H A Dsalobj.cxx143 LRESULT CALLBACK SalSysMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in SalSysMsgProc()
315 LRESULT CALLBACK SalSysObjWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalSysObjWndProc()
424 LRESULT CALLBACK SalSysObjWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjWndProcA()
433 LRESULT CALLBACK SalSysObjWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjWndProcW()
444 LRESULT CALLBACK SalSysObjChildWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rD… in SalSysObjChildWndProc()
506 LRESULT CALLBACK SalSysObjChildWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjChildWndProcA()
515 LRESULT CALLBACK SalSysObjChildWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjChildWndProcW()
/aoo41x/main/shell/inc/internal/
H A Dpropsheets.hxx76 static UINT CALLBACK PropPageSummaryCallback(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp);
77 static BOOL CALLBACK PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam);
78 static BOOL CALLBACK PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam);
/aoo41x/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp58 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
59 LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
281 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
428 LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM) in About()
/aoo41x/main/vcl/win/source/app/
H A Dsalinst.cxx102 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
103 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
758 LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalComWndProc()
840 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
871 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
/aoo41x/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx55 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
56 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
254 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/aoo41x/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx60 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
61 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/aoo41x/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx272 UINT CALLBACK CPropertySheet::PropPageSummaryCallback( in PropPageSummaryCallback()
293 BOOL CALLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM … in PropPageSummaryProc()
313 BOOL CALLBACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPAR… in PropPageStatisticsProc()
/aoo41x/main/vcl/inc/win/
H A Dsaldata.hxx221 LRESULT CALLBACK SalFrameWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
222 LRESULT CALLBACK SalFrameWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
225 void CALLBACK SalTimerProc( HWND hWnd, UINT nMsg, UINT_PTR nId, DWORD nTime );
/aoo41x/main/dtrans/source/inc/
H A DMtaOleClipb.hxx93 static LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
127 friend LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/aoo41x/main/fpicker/source/win32/folderpicker/
H A DMtaFop.hxx149 static LRESULT CALLBACK StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
152 static int CALLBACK FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData );
H A DMtaFop.cxx566 int CALLBACK CMtaFolderPicker::FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lp… in FolderPickerCallback()
603 LRESULT CALLBACK CMtaFolderPicker::StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in StaWndProc()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.hxx303 static unsigned int CALLBACK ofnHookProc(
314 static LRESULT CALLBACK BaseDlgProc(
H A DWinFileOpenImpl.hxx209 static LRESULT CALLBACK SubClassFunc(HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam);
211 static BOOL CALLBACK EnumChildWndProc( HWND hWnd, LPARAM lParam );
H A DFileOpenDlg.cxx556 unsigned int CALLBACK CFileOpenDialog::ofnHookProc( in ofnHookProc()
607 LRESULT CALLBACK CFileOpenDialog::BaseDlgProc( in BaseDlgProc()
/aoo41x/main/extensions/source/scanner/
H A Dscanwin.cxx96 friend LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam );
153 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc()
160 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc()
H A Dtwain.cxx85 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc()
92 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc()
/aoo41x/main/crashrep/source/win32/
H A Dsoreport.cpp826 BOOL CALLBACK GrowChildWindows( in GrowChildWindows()
861 BOOL CALLBACK PreviewDialogProc( in PreviewDialogProc()
1031 BOOL CALLBACK OptionsDialogProc( in OptionsDialogProc()
1161 BOOL CALLBACK ReportDialogProc( in ReportDialogProc()
1293 BOOL CALLBACK WelcomeDialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WelcomeDialogProc()
1383 BOOL CALLBACK DialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in DialogProc()
2603 BOOL CALLBACK SendingStatusDialogProc( in SendingStatusDialogProc()
/aoo41x/main/vos/source/
H A Ddllentry.cxx31 sal_Int32 CALLBACK LibMain(HINSTANCE hinst, WORD wDataSeg, WORD cbHeap, LPSTR lpszCmdLine ) in LibMain()
/aoo41x/main/unixODBC/inc/
H A Diodbcunix.h100 #define CALLBACK macro
/aoo41x/main/setup_native/source/win32/customactions/quickstarter/
H A Dshutdown_quickstart.cxx27 static BOOL CALLBACK EnumWindowsProc( HWND hWnd, LPARAM lParam ) in EnumWindowsProc()

Completed in 169 milliseconds

12