Searched refs:bVBAInterop (Results 1 – 1 of 1) sorted by relevance
1132 bool bVBAInterop = SbiRuntime::isVBAEnabled(); in Compute() local1148 && !bVBAInterop in Compute()1156 if( bVBAInterop && ( ( eThisType == SbxSTRING && 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() local1474 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()[all …]
Completed in 16 milliseconds