Searched refs:m_enabled (Results 1 – 4 of 4) sorted by relevance
304 m_enabled = boost::optional<sal_Bool>(sal_True); in load()306 m_enabled = boost::optional<sal_Bool>(sal_False); in load()469 if (m_enabled) in write()484 if (m_enabled == boost::optional<sal_Bool>(sal_True)) in write()621 m_enabled = boost::optional<sal_Bool>(bEnabled); in setEnabled()716 return m_enabled; in getEnabled()
171 boost::optional<sal_Bool> m_enabled; member in jfw::NodeJava
799 int m_enabled; member800 Locking_Impl() : m_enabled(0) in Locking_Impl()803 …m_enabled = ((getenv("SAL_ENABLE_FILE_LOCKING") != 0) || (getenv("STAR_ENABLE_FILE_LOCKING") != 0)… in Locking_Impl()814 return (g_locking.m_enabled != 0); in osl_file_queryLocking()
1339 int m_enabled; member1340 Locking_Impl() : m_enabled(0) in Locking_Impl()1343 …m_enabled = ((getenv("SAL_ENABLE_FILE_LOCKING") != 0) || (getenv("STAR_ENABLE_FILE_LOCKING") != 0)… in Locking_Impl()1354 return (g_locking.m_enabled != 0); in osl_file_queryLocking()
Completed in 68 milliseconds