Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DControllerItem.cxx104 mxFrameActionListener(), in ControllerItem()
121 mxFrameActionListener(new FrameActionListener(*this, mxFrame)), in ControllerItem()
131 if (mxFrameActionListener.is()) in ~ControllerItem()
132 mxFrameActionListener->dispose(); in ~ControllerItem()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DControllerItem.hxx141 cssu::Reference<css::lang::XComponent> mxFrameActionListener; member in sfx2::sidebar::ControllerItem