Lines Matching refs:bVBAInterop
1132 bool bVBAInterop = SbiRuntime::isVBAEnabled(); in Compute() local
1148 && !bVBAInterop in Compute()
1156 if( bVBAInterop && ( ( eThisType == SbxSTRING && eOpType != SbxSTRING ) || in Compute()
1162 …else if( eThisType == SbxSTRING || eOp == SbxCAT || ( bVBAInterop && ( eOpType == SbxSTRING ) && (… in Compute()
1221 if ( !bVBAInterop || ( bVBAInterop && ( eOp != SbxNOT ) ) ) in Compute()
1414 if ( !bVBAInterop || ( bVBAInterop && ( eOp != SbxNEG ) ) ) in Compute()
1466 bool bVBAInterop = SbiRuntime::isVBAEnabled(); in Compare() local
1474 else if( GetType() == SbxNULL && rOp.GetType() == SbxNULL && !bVBAInterop ) in Compare()
1479 bRes = !bVBAInterop ? sal_True : ( eOp == SbxEQ ? sal_True : sal_False ); in Compare()
1486 && ( rOp.GetType() == SbxSTRING && GetType() != SbxSTRING && IsNumeric() ) && !bVBAInterop in Compare()
1491 && !bVBAInterop in Compare()
1607 if ( bVBAInterop && eOp == SbxEQ && GetError() == SbxERR_CONVERSION ) in Compare()