Searched refs:bVBATranslationAlreadyDone (Results 1 – 2 of 2) sorted by relevance
456 bool bVBATranslationAlreadyDone = true; in ErrorVB() local457 pRun->Error( SbERR_BASIC_COMPAT, bVBATranslationAlreadyDone ); in ErrorVB()871 void SbiRuntime::Error( SbError n, bool bVBATranslationAlreadyDone ) in Error() argument876 if( isVBAEnabled() && !bVBATranslationAlreadyDone ) in Error()
445 void Error( SbError, bool bVBATranslationAlreadyDone = false ); // Fehler setzen, falls != 0
Completed in 13 milliseconds