/aoo4110/main/basic/source/comp/ |
H A D | dim.cxx | 196 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 …]
|
H A D | codegen.cxx | 171 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 D | loops.cxx | 319 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 D | parser.cxx | 132 pProc = NULL; in SbiParser() 356 if( !pProc ) in Parse() 359 pProc->GetLabels().Define( aSym ); in Parse() 391 if( !pProc ) in Parse() 414 if( !pProc && !p->bMain ) in Parse() 416 else if( pProc && !p->bSubr ) in Parse()
|
H A D | exprgen.cxx | 121 SbiProcDef* pProc = aVar.pDef->GetProcDef(); in Gen() local 124 else if ( aVar.pDef->IsStatic() || (pProc && pProc->IsStatic()) ) in Gen()
|
H A D | exprtree.cxx | 146 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()
|
/aoo4110/main/tools/inc/tools/ |
H A D | debug.hxx | 160 inline void DbgSetPrintMsgBox( DbgPrintLine pProc ) in DbgSetPrintMsgBox() argument 162 DbgFunc( DBG_FUNC_SETPRINTMSGBOX, (void*)(long)pProc ); in DbgSetPrintMsgBox() 170 inline void DbgSetPrintWindow( DbgPrintLine pProc ) in DbgSetPrintWindow() argument 172 DbgFunc( DBG_FUNC_SETPRINTWINDOW, (void*)(long)pProc ); in DbgSetPrintWindow() 175 inline void DbgSetPrintTestTool( DbgPrintLine pProc ) in DbgSetPrintTestTool() argument 177 DbgFunc( DBG_FUNC_SETPRINTTESTTOOL, (void*)(long)pProc ); in DbgSetPrintTestTool() 180 inline void DbgSetAbort( DbgPrintLine pProc ) in DbgSetAbort() argument 182 DbgFunc( DBG_FUNC_SET_ABORT, (void*)(long)pProc ); in DbgSetAbort() 202 TOOLS_DLLPUBLIC DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc ); 312 inline void DbgSetTestSolarMutex( DbgTestSolarMutexProc pProc ) in DbgSetTestSolarMutex() argument [all …]
|
H A D | resmgr.hxx | 215 static void SetReadStringHook( ResHookProc pProc );
|
/aoo4110/main/vcl/inc/ |
H A D | saltimer.hxx | 53 void SetCallback( SALTIMERPROC pProc ) in SetCallback() argument 55 m_pProc = pProc; in SetCallback()
|
H A D | salobj.hxx | 74 void SetCallback( void* pInst, SALOBJECTPROC pProc ) in SetCallback() argument 75 { m_pInst = pInst; m_pCallback = pProc; } in SetCallback()
|
H A D | salframe.hxx | 271 void SetCallback( Window* pWindow, SALFRAMEPROC pProc ) in SetCallback() argument 272 { m_pWindow = pWindow; m_pProc = pProc; } in SetCallback()
|
H A D | dbggui.hxx | 49 sal_uInt16 DbgRegisterNamedUserChannel( const XubString& _rChannelUIName, DbgPrintLine pProc );
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salsound.hxx | 76 void SetNotifyProc( void* pInst, SALSOUNDPROC pProc ) in SetNotifyProc() argument 77 { mpInst = pInst; mpProc = pProc; } in SetNotifyProc()
|
H A D | salsound.h | 69 void SetNotifyProc( void* pInst, SALSOUNDPROC pProc ) in SetNotifyProc() argument 70 { mpInst = pInst; mpProc = pProc; } in SetNotifyProc()
|
/aoo4110/main/vcl/os2/source/window/ |
H A D | salobj.cxx | 569 void Os2SalObject::SetCallback( void* pInst, SALOBJECTPROC pProc ) 572 if ( pProc ) 573 mpProc = pProc;
|
H A D | salframe.cxx | 291 PFN* pProc; member 330 … if ( 0 != DosQueryProcAddr( pIMEData->mhModIME, aProcAry[i].nOrd, 0, aProcAry[i].pProc ) ) in GetSalIMEData()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_service.cxx | 195 ResHookProc pProc = ResMgr::GetReadStringHook(); in ServiceImpl() local 196 if ( !pProc ) in ServiceImpl()
|
/aoo4110/main/rsc/source/res/ |
H A D | rsctop.cxx | 217 void RscTop::EnumVariables( void * pData, VarEnumCallbackProc pProc ) in EnumVariables() argument 220 pSuperClass->EnumVariables( pData, pProc ); in EnumVariables()
|
H A D | rscclass.cxx | 414 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()
|
/aoo4110/main/basic/source/inc/ |
H A D | parser.hxx | 42 SbiProcDef* pProc; // aktuelle Prozedur member in SbiParser
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 394 static sal_uLong AddEventHook( VCLEventHookProc pProc, void* pData = NULL );
|
/aoo4110/main/vcl/source/app/ |
H A D | dbggui.cxx | 2026 sal_uInt16 DbgRegisterNamedUserChannel( const XubString& _rChannelUIName, DbgPrintLine pProc ) in DbgRegisterNamedUserChannel() argument 2028 DbgChannelId nChannelId = DbgRegisterUserChannel( pProc ); in DbgRegisterNamedUserChannel()
|
H A D | svapp.cxx | 1888 sal_uIntPtr Application::AddEventHook( VCLEventHookProc pProc, void* pData ) in AddEventHook() argument 1893 pEventHookData->mpProc = pProc; in AddEventHook()
|
/aoo4110/main/tools/source/debug/ |
H A D | debug.cxx | 1337 DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc ) in DbgRegisterUserChannel() argument 1340 pData->aDbgPrintUserChannels.push_back( pProc ); in DbgRegisterUserChannel()
|
/aoo4110/main/tools/source/rc/ |
H A D | resmgr.cxx | 1894 void ResMgr::SetReadStringHook( ResHookProc pProc ) in SetReadStringHook() argument 1897 pImplResHookProc = pProc; in SetReadStringHook()
|