|
LibreOffice Module dbaccess (master) 1
|
Public Member Functions | |
| ControllerFrame_Data (IController &_rController) | |
Public Attributes | |
| IController & | m_rController |
| Reference< XFrame > | m_xFrame |
| Reference< XDocumentEventBroadcaster > | m_xDocEventBroadcaster |
| ::rtl::Reference< FrameWindowActivationListener > | m_pListener |
| bool | m_bActive |
| bool | m_bIsTopLevelDocumentWindow |
Definition at line 102 of file controllerframe.cxx.
|
inlineexplicit |
Definition at line 104 of file controllerframe.cxx.
| bool dbaui::ControllerFrame_Data::m_bActive |
Definition at line 115 of file controllerframe.cxx.
Referenced by dbaui::lcl_updateActive_nothrow(), and dbaui::lcl_updateActiveComponents_nothrow().
| bool dbaui::ControllerFrame_Data::m_bIsTopLevelDocumentWindow |
Definition at line 116 of file controllerframe.cxx.
Referenced by dbaui::lcl_updateActiveComponents_nothrow().
| ::rtl::Reference< FrameWindowActivationListener > dbaui::ControllerFrame_Data::m_pListener |
Definition at line 114 of file controllerframe.cxx.
Referenced by dbaui::lcl_setFrame_nothrow().
| IController& dbaui::ControllerFrame_Data::m_rController |
Definition at line 111 of file controllerframe.cxx.
Referenced by dbaui::lcl_notifyFocusChange_nothrow(), dbaui::lcl_setFrame_nothrow(), and dbaui::lcl_updateActiveComponents_nothrow().
| Reference< XDocumentEventBroadcaster > dbaui::ControllerFrame_Data::m_xDocEventBroadcaster |
Definition at line 113 of file controllerframe.cxx.
Referenced by dbaui::lcl_notifyFocusChange_nothrow(), and dbaui::lcl_setFrame_nothrow().
| Reference< XFrame > dbaui::ControllerFrame_Data::m_xFrame |
Definition at line 112 of file controllerframe.cxx.
Referenced by dbaui::lcl_setFrame_nothrow().