Searched refs:SbiInstance (Results 1 – 12 of 12) sorted by relevance
| /AOO41X/main/basic/source/runtime/ |
| H A D | runtime.cxx | 51 SbiInstance* pInst = pINST; in isVBAEnabled() 252 void SbiInstance::CalcBreakCallLevel( sal_uInt16 nFlags ) in CalcBreakCallLevel() 277 SbiInstance::SbiInstance( StarBASIC* p ) in SbiInstance() function in SbiInstance 294 SbiInstance::~SbiInstance() in ~SbiInstance() 328 SbiDllMgr* SbiInstance::GetDllMgr() in GetDllMgr() 336 SvNumberFormatter* SbiInstance::GetNumberFormatter() in GetNumberFormatter() 359 void SbiInstance::PrepareNumberFormatter( SvNumberFormatter*& rpNumberFormatter, in PrepareNumberFormatter() 417 void SbiInstance::Stop() in Stop() 431 void SbiInstance::Error( SbError n ) in Error() 436 void SbiInstance::Error( SbError n, const String& rMsg ) in Error() [all …]
|
| 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() 2001 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n ); in RTLFUNC() 2063 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n ); in RTLFUNC() 2273 SbiInstance::PrepareNumberFormatter( pFormatter, n, nIndex, n ); in RTLFUNC() [all …]
|
| H A D | methods1.cxx | 190 SbiInstance* pInst = pINST; in RTLFUNC() 2519 SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n ); in RTLFUNC() 2649 SbiInstance* pInst = pINST; in RTLFUNC()
|
| 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 | runtime.hxx | 81 class SbiInstance; // aktiver StarBASIC-Prozess 180 class SbiInstance class 205 SbiInstance* pNext; // Instanzen-Chain 213 SbiInstance( StarBASIC* ); 214 ~SbiInstance(); 285 SbiInstance* pInst; // aktiver Thread
|
| H A D | sbintern.hxx | 39 class SbiInstance; 101 SbiInstance* pInst; // alle aktiven Runtime-Instanzen
|
| /AOO41X/main/basic/inc/basic/ |
| H A D | sbstar.hxx | 40 class SbiInstance; // runtime instance 55 friend class SbiInstance;
|
| /AOO41X/main/basic/source/classes/ |
| 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() 2681 SbiInstance* pInst = pINST; in GetInfo() 4560 SbiInstance* pInst = pINST; in invoke()
|
| H A D | sb.cxx | 1427 SbiInstance* p = pINST; in Stop() 2297 SbiInstance* pInst = pINST; in CollRemove()
|
| H A D | sbxmod.cxx | 721 SbiInstance* pInst = pINST; in Find() 1052 pINST = new SbiInstance( (StarBASIC*) GetParent() ); in Run()
|