Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/runtime/
H A Druntime.cxx48 bool SbiRuntime::isVBAEnabled() in isVBAEnabled() function in SbiRuntime
72 sal_Bool StarBASIC::isVBAEnabled() in isVBAEnabled() function in StarBASIC
76 if( SbiRuntime::isVBAEnabled() ) in isVBAEnabled()
876 if( isVBAEnabled() && !bVBATranslationAlreadyDone ) in Error()
1182 else if ( isVBAEnabled() && pUnoObj->isNativeCOMObject() ) in PushForEach()
H A Dstep2.cxx59 bool bIsVBAInterOp = SbiRuntime::isVBAEnabled(); in FindElement()
717 if( SbiRuntime::isVBAEnabled() && in StepPARAM()
1219 if ( SbiRuntime::isVBAEnabled() ) in StepGLOBAL()
H A Dmethods.cxx269 bool bVBA = SbiRuntime::isVBAEnabled(); in RTLFUNC()
391 if( !bChrW && SbiRuntime::isVBAEnabled() ) in implChr()
530 if( SbiRuntime::isVBAEnabled() ) in RTLFUNC()
1837 if ( nYear < 30 && SbiRuntime::isVBAEnabled() ) in implDateSerial()
1847 if ( !SbiRuntime::isVBAEnabled() ) in implDateSerial()
2965 if( SbiRuntime::isVBAEnabled() ) in RTLFUNC()
4062 bool bIncIndex = (IsBaseIndexOne() && SbiRuntime::isVBAEnabled() ); in RTLFUNC()
H A Dprops.cxx50 if( SbiRuntime::isVBAEnabled() ) in RTLFUNC()
H A Dmethods1.cxx771 bool bIncIndex = (IsBaseIndexOne() && SbiRuntime::isVBAEnabled() ); in RTLFUNC()
1075 if( bBinary && SbiRuntime::isVBAEnabled() && aByte == 1 && pStrm->IsEof() ) in lcl_ReadSbxVariable()
H A Ddllmgr.cxx269 if( !bByVal && !SbiRuntime::isVBAEnabled() && eVarType == SbxSTRING ) in marshal()
/aoo42x/main/basic/source/classes/
H A Dsb.cxx1078 p = new SbObjModule( rName, mInfo, isVBAEnabled() ); in MakeModule32()
1081 p = new SbModule( rName, isVBAEnabled() ); in MakeModule32()
1085 p = new SbUserFormModule( rName, mInfo, isVBAEnabled() ); in MakeModule32()
1088 p = new SbModule( rName, isVBAEnabled() ); in MakeModule32()
1561 if( SbiRuntime::isVBAEnabled() ) in GetVBErrorCode()
1603 if( SbiRuntime::isVBAEnabled() ) in GetSfxFromVBError()
1794 if ( SbiRuntime::isVBAEnabled() && ( code == SbERR_BASIC_COMPAT ) ) in RTError()
/aoo42x/main/basic/source/sbx/
H A Dsbxdbl.cxx78 if ( SbiRuntime::isVBAEnabled() )// VBA only behaviour in ImpGetDouble()
88 if ( SbiRuntime::isVBAEnabled() )// VBA only behaviour in ImpGetDouble()
H A Dsbxstr.cxx262 bool bIncIndex = ( IsBaseIndexOne() && SbiRuntime::isVBAEnabled() ); in StringToByteArray()
H A Dsbxvalue.cxx1132 bool bVBAInterop = SbiRuntime::isVBAEnabled(); in Compute()
1466 bool bVBAInterop = SbiRuntime::isVBAEnabled(); in Compare()
H A Dsbxscan.cxx228 else if ( SbiRuntime::isVBAEnabled() ) in ImpScan()
H A Dsbxarray.cxx782 if( nDim == 0 || !pPar || ( ( nDim != ( pPar->Count() - 1 ) ) && SbiRuntime::isVBAEnabled() ) ) in Offset32()
/aoo42x/main/basic/inc/basic/
H A Dsbstar.hxx197 sal_Bool isVBAEnabled();
/aoo42x/main/basic/source/inc/
H A Druntime.hxx467 static bool isVBAEnabled();

Completed in 1425 milliseconds