Home
last modified time | relevance | path

Searched refs:pProc (Results 1 – 25 of 26) sorted by last modified time

12

/trunk/main/vcl/source/app/
H A Dsvapp.cxx1888 sal_uIntPtr Application::AddEventHook( VCLEventHookProc pProc, void* pData ) in AddEventHook() argument
1893 pEventHookData->mpProc = pProc; in AddEventHook()
H A Ddbggui.cxx2026 sal_uInt16 DbgRegisterNamedUserChannel( const XubString& _rChannelUIName, DbgPrintLine pProc ) in DbgRegisterNamedUserChannel() argument
2028 DbgChannelId nChannelId = DbgRegisterUserChannel( pProc ); in DbgRegisterNamedUserChannel()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx291 PFN* pProc; member
330 … if ( 0 != DosQueryProcAddr( pIMEData->mhModIME, aProcAry[i].nOrd, 0, aProcAry[i].pProc ) ) in GetSalIMEData()
H A Dsalobj.cxx569 void Os2SalObject::SetCallback( void* pInst, SALOBJECTPROC pProc )
572 if ( pProc )
573 mpProc = pProc;
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx394 static sal_uLong AddEventHook( VCLEventHookProc pProc, void* pData = NULL );
/trunk/main/vcl/inc/
H A Dsalobj.hxx74 void SetCallback( void* pInst, SALOBJECTPROC pProc ) in SetCallback() argument
75 { m_pInst = pInst; m_pCallback = pProc; } in SetCallback()
H A Dsaltimer.hxx53 void SetCallback( SALTIMERPROC pProc ) in SetCallback() argument
55 m_pProc = pProc; in SetCallback()
H A Dsalframe.hxx271 void SetCallback( Window* pWindow, SALFRAMEPROC pProc ) in SetCallback() argument
272 { m_pWindow = pWindow; m_pProc = pProc; } in SetCallback()
H A Ddbggui.hxx49 sal_uInt16 DbgRegisterNamedUserChannel( const XubString& _rChannelUIName, DbgPrintLine pProc );
/trunk/main/vcl/inc/os2/
H A Dsalsound.h69 void SetNotifyProc( void* pInst, SALSOUNDPROC pProc ) in SetNotifyProc() argument
70 { mpInst = pInst; mpProc = pProc; } in SetNotifyProc()
H A Dsalsound.hxx76 void SetNotifyProc( void* pInst, SALSOUNDPROC pProc ) in SetNotifyProc() argument
77 { mpInst = pInst; mpProc = pProc; } in SetNotifyProc()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx1894 void ResMgr::SetReadStringHook( ResHookProc pProc ) in SetReadStringHook() argument
1897 pImplResHookProc = pProc; in SetReadStringHook()
/trunk/main/tools/source/debug/
H A Ddebug.cxx1337 DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc ) in DbgRegisterUserChannel() argument
1340 pData->aDbgPrintUserChannels.push_back( pProc ); in DbgRegisterUserChannel()
/trunk/main/tools/inc/tools/
H A Dresmgr.hxx215 static void SetReadStringHook( ResHookProc pProc );
H A Ddebug.hxx160 inline void DbgSetPrintMsgBox( DbgPrintLine pProc ) in DbgSetPrintMsgBox() argument
162 DbgFunc( DBG_FUNC_SETPRINTMSGBOX, (void*)(sal_IntPtr)pProc ); in DbgSetPrintMsgBox()
170 inline void DbgSetPrintWindow( DbgPrintLine pProc ) in DbgSetPrintWindow() argument
172 DbgFunc( DBG_FUNC_SETPRINTWINDOW, (void*)(sal_IntPtr)pProc ); in DbgSetPrintWindow()
175 inline void DbgSetPrintTestTool( DbgPrintLine pProc ) in DbgSetPrintTestTool() argument
177 DbgFunc( DBG_FUNC_SETPRINTTESTTOOL, (void*)(sal_IntPtr)pProc ); in DbgSetPrintTestTool()
180 inline void DbgSetAbort( DbgPrintLine pProc ) in DbgSetAbort() argument
182 DbgFunc( DBG_FUNC_SET_ABORT, (void*)(sal_IntPtr)pProc ); in DbgSetAbort()
202 TOOLS_DLLPUBLIC DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc );
312 inline void DbgSetTestSolarMutex( DbgTestSolarMutexProc pProc ) in DbgSetTestSolarMutex() argument
[all …]
/trunk/main/rsc/source/res/
H A Drscclass.cxx414 void RscClass::EnumVariables( void * pData, VarEnumCallbackProc pProc ) in EnumVariables() argument
418 RscTop::EnumVariables( pData, pProc ); in EnumVariables()
422 (*pProc)( pData, pVarTypeList[ i ].pClass->GetClassType(), in EnumVariables()
H A Drsctop.cxx217 void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc ) in EnumVariables() argument
220 pSuperClass->EnumVariables( pData, pProc ); in EnumVariables()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1488 return pProc(hWnd, uMsg, wParam, lParam);
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_service.cxx195 ResHookProc pProc = ResMgr::GetReadStringHook(); in ServiceImpl() local
196 if ( !pProc ) in ServiceImpl()
/trunk/main/basic/source/comp/
H A Dexprtree.cxx146 SbiProcDef* pProc = pPool->AddProc( rName ); in AddSym() local
152 pDef = pProc; in AddSym()
162 pProc->GetParams().AddSym( aPar ); in AddSym()
297 if ( !bObj && pParser->pProc && pParser->pProc->IsStatic() ) in Term()
H A Dloops.cxx319 sal_uInt32 nOff = pProc->GetLabels().Reference( aSym ); in OnGoto()
339 sal_uInt32 nOff = pProc->GetLabels().Reference( aSym ); in Goto()
352 sal_uInt32 nOff = pProc->GetLabels().Reference( aSym ); in Return()
492 sal_uInt32 nOff = pProc->GetLabels().Reference( aSym ); in On()
545 nLbl = pProc->GetLabels().Reference( aSym ); in Resume()
H A Dparser.cxx132 pProc = NULL; in SbiParser()
364 if( !pProc ) in Parse()
367 pProc->GetLabels().Define( aSym ); in Parse()
399 if( !pProc ) in Parse()
422 if( !pProc && !p->bMain ) in Parse()
424 else if( pProc && !p->bSubr ) in Parse()
H A Dcodegen.cxx171 SbiProcDef* pProc = pDef->GetProcDef(); in Save() local
172 if( pProc && pProc->IsDefined() ) in Save()
174 String aProcName = pProc->GetName(); in Save()
217 ePropType = pProc->GetType(); in Save()
239 String aPropName = pProc->GetPropName(); in Save()
255 if( !pProc->IsPublic() ) in Save()
259 if( pProc->GetLib().Len() > 0 ) in Save()
262 pMeth->nStart = pProc->GetAddr(); in Save()
263 pMeth->nLine1 = pProc->GetLine1(); in Save()
264 pMeth->nLine2 = pProc->GetLine2(); in Save()
[all …]
H A Ddim.cxx196 DefVar( _DIM, ( pProc && bVBASupportOn ) ? pProc->IsStatic() : sal_False ); in Dim()
1105 if( !pProc ) in DefProc()
1110 pProc = NULL; in DefProc()
1122 pProc = NULL; in DefProc()
1130 pProc = pDef; in DefProc()
1136 if( !pProc ) in DefProc()
1156 pProc->GetLocals().SetParent( &pProc->GetParams() ); in DefProc()
1159 pProc->Define(); in DefProc()
1163 pProc->SetLine1( l1 ); in DefProc()
1171 pProc = NULL; in DefProc()
[all …]
/trunk/main/basic/source/inc/
H A Dparser.hxx42 SbiProcDef* pProc; // aktuelle Prozedur member in SbiParser

Completed in 108 milliseconds

12