Home
last modified time | relevance | path

Searched refs:bVBATranslationAlreadyDone (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/basic/source/runtime/
H A Druntime.cxx456 bool bVBATranslationAlreadyDone = true; in ErrorVB() local
457 pRun->Error( SbERR_BASIC_COMPAT, bVBATranslationAlreadyDone ); in ErrorVB()
871 void SbiRuntime::Error( SbError n, bool bVBATranslationAlreadyDone ) in Error() argument
876 if( isVBAEnabled() && !bVBATranslationAlreadyDone ) in Error()
/aoo41x/main/basic/source/inc/
H A Druntime.hxx445 void Error( SbError, bool bVBATranslationAlreadyDone = false ); // Fehler setzen, falls != 0

Completed in 24 milliseconds