Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dhistoryoptions.cxx245 if (! xListAccess.is ()) in SetSize()
362 m_xCfg->getByName(s_sPickList) >>= xListAccess; in Clear()
368 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in Clear()
382 if (xListAccess.is()) in Clear()
385 xListAccess->getByName(s_sItemList) >>= xNode ; in Clear()
392 xListAccess->getByName(s_sOrderList) >>= xNode ; in Clear()
434 m_xCfg->getByName(s_sPickList) >>= xListAccess; in GetList()
440 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in GetList()
454 if (xListAccess.is()) in GetList()
505 m_xCfg->getByName(s_sPickList) >>= xListAccess; in AppendItem()
[all …]

Completed in 23 milliseconds