Home
last modified time | relevance | path

Searched refs:bVBAEnabled (Results 1 – 8 of 8) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dstep0.cxx68 if ( bVBAEnabled in StepArith()
320 if ( bVBAEnabled && !bRes ) in StepIS()
392 if ( bVBAEnabled ) in StepPUT()
410 if ( !bVBAEnabled || ( bVBAEnabled && refVar->GetType() != SbxEMPTY ) ) in StepPUT()
568 sal_Bool bDimAsNew = bVBAEnabled && refVar->IsSet( SBX_DIM_AS_NEW ); in StepSET_Impl()
680 StepSET_Impl( refVal, refVar, bVBAEnabled ); // this is really assigment in StepSET()
984 void lcl_eraseImpl( SbxVariableRef& refVar, bool bVBAEnabled ) in lcl_eraseImpl() argument
989 if ( bVBAEnabled ) in lcl_eraseImpl()
1034 lcl_eraseImpl( refVar, bVBAEnabled ); in StepERASE()
1040 lcl_eraseImpl( refVar, bVBAEnabled ); in StepERASE_CLEAR()
[all …]
H A Dstep2.cxx133 if ( bVBAEnabled ) in FindElement()
269 else if( bVBAEnabled && pElem->ISA(SbUnoProperty) && pElem->GetParameters() ) in FindElement()
410 … else if( bVBAEnabled && p->GetType() == SbxOBJECT && (!p->ISA(SbxMethod) || !p->IsBroadcaster()) ) in SetupArgs()
520 …else if( pElem->GetType() == SbxOBJECT && (!pElem->ISA(SbxMethod) || (bVBAEnabled && !pElem->IsBro… in CheckArray()
538 if ( !bVBAEnabled ) in CheckArray()
620 else if( bVBAEnabled ) // !pObj in CheckArray()
H A Dstep1.cxx472 if ( bVBAEnabled && pObj->IsA( TYPE(SbUnoObject) ) ) in checkClass_Impl()
497 if ( !bVBAEnabled ) in checkClass_Impl()
532 bool bDefault = !bVBAEnabled; in StepTESTCLASS()
H A Druntime.cxx53 result = pInst->pRun->bVBAEnabled; in isVBAEnabled()
68 bVBAEnabled = bEnabled; in SetVBAEnabled()
78 return bVBAEnabled; in isVBAEnabled()
600 bVBAEnabled = bEnabled; in SetVBAEnabled()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx627 sal_Bool bVBAEnabled = aDocument.isInVBAMode(); in CheckButtons() local
633 if( bVBAEnabled && ( nMode & BROWSEMODE_MODULES ) && ( nDepth == 2 ) ) in CheckButtons()
668 …if( bVBAEnabled && ( nMode & BROWSEMODE_MODULES ) && ( ( nDepth == 2 ) || aLibSubName.Equals( Stri… in CheckButtons()
/trunk/main/basic/inc/basic/
H A Dsbstar.hxx72 sal_Bool bVBAEnabled; member in StarBASIC
/trunk/main/basic/source/inc/
H A Druntime.hxx317 sal_Bool bVBAEnabled; member in SbiRuntime
/trunk/main/basic/source/classes/
H A Dsb.cxx913 bVBAEnabled = sal_False; in StarBASIC()

Completed in 72 milliseconds