Home
last modified time | relevance | path

Searched refs:pINST (Results 1 – 14 of 14) sorted by relevance

/aoo42x/main/basic/source/classes/
H A Dsbxmod.cxx1149 pRt->pNext = pINST->pRun; in Run()
1152 pINST->pRun = pRt; in Run()
1181 pINST->pRun = pRt->pNext; in Run()
1201 delete pINST, pINST = NULL, bDelInst = sal_False; in Run()
1249 delete pINST; in Run()
1250 pINST = NULL; in Run()
1284 pRt->pNext = pINST->pRun; in RunInit()
1285 pINST->pRun = pRt; in RunInit()
1293 pINST->pRun = pRt->pNext; in RunInit()
1618 if( pINST && pINST->pRun ) in SetBP()
[all …]
H A Dsb.cxx1395 if( !pINST ) in FindSBXInCurrentScope()
1397 if( !pINST->pRun ) in FindSBXInCurrentScope()
1427 SbiInstance* p = pINST; in Stop()
1482 if( pINST ) in GetActiveMethod()
1820 if( pINST ) in Error()
1826 if( pINST ) in FatalError()
1827 pINST->FatalError( n ); in FatalError()
1832 if( pINST ) in FatalError()
1838 if( pINST ) in GetErrBasic()
1847 if( pINST ) in GetErrorMsg()
[all …]
H A Derrobject.cxx90 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 Deventatt.cxx520 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 Dsbunoobj.cxx773 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()
/aoo42x/main/basic/source/runtime/
H A Dmethods.cxx1635 SbiInstance* pInst = pINST; in RTLFUNC()
1996 if( pINST ) in RTLFUNC()
2042 if( !pINST ) in RTLFUNC()
2058 if( pINST ) in RTLFUNC()
2082 if( !pINST ) in RTLFUNC()
2265 if( pINST ) in RTLFUNC()
2279 if( !pINST ) in RTLFUNC()
2322 if( pINST ) in RTLFUNC()
2337 if( !pINST ) in RTLFUNC()
3111 if( pINST ) in RTLFUNC()
[all …]
H A Dmethods1.cxx190 SbiInstance* pInst = pINST; 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()
2649 SbiInstance* pInst = pINST; in RTLFUNC()
[all …]
H A Druntime.cxx51 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 Dstep0.cxx283 bool bCompatibility = ( pINST && pINST->IsCompatibility() ); in StepLIKE()
H A Diosys.cxx831 SbiInstance* pInst = pINST; in SbGetIoSystem()
H A Dstep2.cxx117 SbiInstance* pInst_ = pINST; in FindElement()
H A Dstdobj.cxx696 SbiInstance* pInst = pINST; in Find()
/aoo42x/main/basic/source/inc/
H A Dsbintern.hxx135 #define pINST GetSbData()->pInst macro
/aoo42x/main/basic/source/comp/
H A Dsbcomp.cxx1020 if( pINST == NULL ) in Compile()

Completed in 622 milliseconds