Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/inc/
H A Ddbtreelistbox.hxx66 Link m_aPreExpandHandler; // handler to be called before a node is expanded member in dbaui::DBTreeListBox
106 void SetPreExpandHandler(const Link& _rHdl) { m_aPreExpandHandler = _rHdl; } in SetPreExpandHandler()
/aoo42x/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx183 if (m_aPreExpandHandler.IsSet()) in RequestingChilds()
185 if (!m_aPreExpandHandler.Call(pParent)) in RequestingChilds()

Completed in 14 milliseconds