Lines Matching refs:m_xCfg
160 css::uno::Reference< css::container::XNameAccess > m_xCfg; member in SvtHistoryOptions_Impl
171 m_xCfg = Reference< css::container::XNameAccess > ( in SvtHistoryOptions_Impl()
187 m_xCfg.clear(); in SvtHistoryOptions_Impl()
301 m_xCfg->getByName(s_sPickList) >>= xList; in impl_truncateList()
305 m_xCfg->getByName(s_sURLHistory) >>= xList; in impl_truncateList()
309 m_xCfg->getByName(s_sHelpBookmarks) >>= xList; in impl_truncateList()
337 ::comphelper::ConfigurationHelper::flush(m_xCfg); in impl_truncateList()
362 m_xCfg->getByName(s_sPickList) >>= xListAccess; in Clear()
368 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in Clear()
374 m_xCfg->getByName(s_sHelpBookmarks) >>= xListAccess; in Clear()
397 ::comphelper::ConfigurationHelper::flush(m_xCfg); in Clear()
434 m_xCfg->getByName(s_sPickList) >>= xListAccess; in GetList()
440 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in GetList()
446 m_xCfg->getByName(s_sHelpBookmarks) >>= xListAccess; in GetList()
505 m_xCfg->getByName(s_sPickList) >>= xListAccess; in AppendItem()
511 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in AppendItem()
517 m_xCfg->getByName(s_sHelpBookmarks) >>= xListAccess; in AppendItem()
566 ::comphelper::ConfigurationHelper::flush(m_xCfg); in AppendItem()
615 ::comphelper::ConfigurationHelper::flush(m_xCfg); in AppendItem()