Home
last modified time | relevance | path

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

/trunk/main/desktop/source/app/
H A Dapp.cxx1146 void Desktop::HandleBootstrapPathErrors( ::utl::Bootstrap::Status aBootstrapStatus, const OUString&… in HandleBootstrapPathErrors() function in desktop::Desktop
1360 HandleBootstrapPathErrors( aBootstrapStatus, aErrorMsg ); in HandleBootstrapErrors()
2333 HandleBootstrapPathErrors( ::utl::Bootstrap::INVALID_USER_INSTALL, aMsg ); in InitializeConfiguration()
2339 HandleBootstrapPathErrors( ::utl::Bootstrap::INVALID_BASE_INSTALL, aMsg ); in InitializeConfiguration()
2351 HandleBootstrapPathErrors( ::utl::Bootstrap::MISSING_USER_INSTALL, aMsg ); in InitializeConfiguration()
2371 HandleBootstrapPathErrors( ::utl::Bootstrap::INVALID_BASE_INSTALL, aMsg ); in InitializeConfiguration()
2377 HandleBootstrapPathErrors( ::utl::Bootstrap::INVALID_BASE_INSTALL, aMsg ); in InitializeConfiguration()
/trunk/main/desktop/inc/
H A Dapp.hxx162 …void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const ::rtl::OUString…