Searched refs:bVBAEnabled (Results 1 – 8 of 8) sorted by relevance
68 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() argument989 if ( bVBAEnabled ) in lcl_eraseImpl()1034 lcl_eraseImpl( refVar, bVBAEnabled ); in StepERASE()1040 lcl_eraseImpl( refVar, bVBAEnabled ); in StepERASE_CLEAR()[all …]
133 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()
472 if ( bVBAEnabled && pObj->IsA( TYPE(SbUnoObject) ) ) in checkClass_Impl()497 if ( !bVBAEnabled ) in checkClass_Impl()532 bool bDefault = !bVBAEnabled; in StepTESTCLASS()
53 result = pInst->pRun->bVBAEnabled; in isVBAEnabled()68 bVBAEnabled = bEnabled; in SetVBAEnabled()78 return bVBAEnabled; in isVBAEnabled()600 bVBAEnabled = bEnabled; in SetVBAEnabled()
627 sal_Bool bVBAEnabled = aDocument.isInVBAMode(); in CheckButtons() local633 if( bVBAEnabled && ( nMode & BROWSEMODE_MODULES ) && ( nDepth == 2 ) ) in CheckButtons()668 …if( bVBAEnabled && ( nMode & BROWSEMODE_MODULES ) && ( ( nDepth == 2 ) || aLibSubName.Equals( Stri… in CheckButtons()
71 sal_Bool bVBAEnabled; member in StarBASIC
317 sal_Bool bVBAEnabled; member in SbiRuntime
913 bVBAEnabled = sal_False; in StarBASIC()
Completed in 79 milliseconds