Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Dbootstrap.cxx137 static Bootstrap::Impl* s_pData = NULL; variable
142 if (!s_pData) in data()
152s_pData = new Impl(uri + OUString(RTL_CONSTASCII_USTRINGPARAM( "/program/" BOOTSTRAP_DATA_NAME))); in data()
154 return *s_pData; in data()
159 if (s_pData != NULL) { in reloadData()
160 delete s_pData; in reloadData()
161 s_pData = NULL; in reloadData()

Completed in 21 milliseconds