Searched refs:pINST (Results 1 – 14 of 14) sorted by relevance
| /AOO41X/main/basic/source/classes/ |
| H A D | sbxmod.cxx | 721 SbiInstance* pInst = pINST; in Find() 1040 sal_Bool bDelInst = sal_Bool( pINST == NULL ); in Run() 1052 pINST = new SbiInstance( (StarBASIC*) GetParent() ); in Run() 1123 if( ++pINST->nCallLvl <= nMaxCallLevel ) in Run() 1138 pINST->CalcBreakCallLevel( pMeth->GetDebugFlags() ); in Run() 1146 dbg_traceNotifyCall( this, pMeth, pINST->nCallLvl ); in Run() 1149 pRt->pNext = pINST->pRun; in Run() 1152 pINST->pRun = pRt; in Run() 1155 pINST->EnableCompatibility( sal_True ); in Run() 1163 dbg_traceNotifyCall( this, pMeth, pINST->nCallLvl, bLeave ); in Run() [all …]
|
| H A D | sb.cxx | 1395 if( !pINST ) in FindSBXInCurrentScope() 1397 if( !pINST->pRun ) in FindSBXInCurrentScope() 1399 return pINST->pRun->FindElementExtern( rName ); in FindSBXInCurrentScope() 1427 SbiInstance* p = pINST; in Stop() 1437 return sal_Bool( pINST != NULL ); in IsRunning() 1482 if( pINST ) in GetActiveMethod() 1483 return pINST->GetCaller( nLevel ); in GetActiveMethod() 1490 if( pINST && !IsCompilerError() ) in GetActiveModule() 1491 return pINST->GetActiveModule(); in GetActiveModule() 1744 StarBASIC* pStartedBasic = pINST->GetBasic(); in CError() [all …]
|
| H A D | errobject.cxx | 90 pINST->setErrorVB( _number, String() ); in setNumber() 91 ::rtl::OUString _description = pINST->GetErrorMsg(); in setNumber() 158 pINST->ErrorVB( m_nNumber, m_sDescription ); in Raise()
|
| H A D | eventatt.cxx | 520 Reference< frame::XModel > xModel = StarBASIC::GetModelFromBasic( pINST->GetBasic() ) ; in RTL_Impl_CreateUnoDialog() 521 aDlgLibAny = implFindDialogLibForDialogBasic( aAnyISP, pINST->GetBasic(), pFoundBasic ); in RTL_Impl_CreateUnoDialog() 557 …Reference< XScriptListener > xScriptListener = new BasicScriptListener_Impl( pINST->GetBasic(), xM… in RTL_Impl_CreateUnoDialog() 575 pINST->getComponentVector().push_back( xDlgComponent ); in RTL_Impl_CreateUnoDialog()
|
| H A D | sbunoobj.cxx | 773 SbiInstance* pInst = pINST; in unoToSbxValue() 956 SbiInstance* pInst = pINST; in getUnoTypeForSbxBaseType() 1364 SbiInstance* pInst = pINST; in sbxToUnoValue() 2229 SbiInstance* pInst = pINST; in TYPEINIT1() 2285 bool bBlockConversionToSmallestType = pINST->IsCompatibility(); in TYPEINIT1() 2681 SbiInstance* pInst = pINST; in GetInfo() 4560 SbiInstance* pInst = pINST; in invoke()
|
| /AOO41X/main/basic/source/runtime/ |
| H A D | methods.cxx | 835 SbiInstance* pInst = pINST; in RTLFUNC() 990 SbiInstance* pInst = pINST; in RTLFUNC() 1071 SbiInstance* pInst = pINST; in RTLFUNC() 1296 SbiInstance* pInst = pINST; in RTLFUNC() 1407 SbiInstance* pInst = pINST; in RTLFUNC() 1592 SbiInstance* pInst = pINST; in RTLFUNC() 1635 SbiInstance* pInst = pINST; in RTLFUNC() 1996 if( pINST ) in RTLFUNC() 1997 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC() 2042 if( !pINST ) in RTLFUNC() [all …]
|
| H A D | methods1.cxx | 190 SbiInstance* pInst = pINST; in RTLFUNC() 748 pINST->GetDllMgr()->FreeDll( rPar.Get(1)->GetString() ); in RTLFUNC() 753 if ( pINST && pINST->pRun ) in IsBaseIndexOne() 755 sal_uInt16 res = pINST->pRun->GetBase(); in IsBaseIndexOne() 1197 SbiIoSystem* pIO = pINST->GetIoSystem(); in PutGet() 1354 if( pINST ) in RTLFUNC() 1355 pINST->EnableReschedule( rPar.Get(1)->GetBool() ); in RTLFUNC() 2514 if( pINST ) in RTLFUNC() 2515 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC() 2527 if( !pINST ) in RTLFUNC() [all …]
|
| H A D | runtime.cxx | 51 SbiInstance* pInst = pINST; in isVBAEnabled() 52 if ( pInst && pINST->pRun ) in isVBAEnabled() 543 : rBasic( *(StarBASIC*)pm->pParent ), pInst( pINST ), in SbiRuntime() 729 dbg_traceStep( pMod, nPC, pINST->nCallLvl ); in Step() 864 dbg_traceNotifyError( nTraceErr, aTraceErrMsg, bTraceErrHandled, pINST->nCallLvl ); in Step()
|
| H A D | step0.cxx | 283 bool bCompatibility = ( pINST && pINST->IsCompatibility() ); in StepLIKE()
|
| H A D | iosys.cxx | 830 SbiInstance* pInst = pINST; in SbGetIoSystem()
|
| H A D | stdobj.cxx | 696 SbiInstance* pInst = pINST; in Find()
|
| H A D | step2.cxx | 117 SbiInstance* pInst_ = pINST; in FindElement()
|
| /AOO41X/main/basic/source/inc/ |
| H A D | sbintern.hxx | 135 #define pINST GetSbData()->pInst macro
|
| /AOO41X/main/basic/source/comp/ |
| H A D | sbcomp.cxx | 1020 if( pINST == NULL ) in Compile()
|