#include <view.hxx>
Collaboration diagram for SmCmdBoxWindow:

Public Member Functions | |
| SmCmdBoxWindow (SfxBindings *pBindings, SfxChildWindow *pChildWindow, Window *pParent) | |
| virtual | ~SmCmdBoxWindow () |
| void | AdjustPosition () |
| SmEditWindow * | GetEditWindow () |
| SmViewShell * | GetView () |
Protected Member Functions | |
| virtual void | GetFocus () |
| virtual void | Resize () |
| virtual void | Paint (const Rectangle &rRect) |
| virtual void | StateChanged (StateChangedType nStateChange) |
| virtual Size | CalcDockingSize (SfxChildAlignment eAlign) |
| virtual SfxChildAlignment | CheckAlignment (SfxChildAlignment eActual, SfxChildAlignment eWish) |
| virtual void | ToggleFloatingMode () |
Private Attributes | |
| SmEditWindow | aEdit |
| SmEditController | aController |
| BOOL | bExiting |
Definition at line 177 of file view.hxx.
| SmCmdBoxWindow::SmCmdBoxWindow | ( | SfxBindings * | pBindings, | |
| SfxChildWindow * | pChildWindow, | |||
| Window * | pParent | |||
| ) |
| SmCmdBoxWindow::~SmCmdBoxWindow | ( | ) | [virtual] |
| void SmCmdBoxWindow::GetFocus | ( | ) | [protected, virtual] |
| void SmCmdBoxWindow::Resize | ( | ) | [protected, virtual] |
| void SmCmdBoxWindow::Paint | ( | const Rectangle & | rRect | ) | [protected, virtual] |
| void SmCmdBoxWindow::StateChanged | ( | StateChangedType | nStateChange | ) | [protected, virtual] |
| Size SmCmdBoxWindow::CalcDockingSize | ( | SfxChildAlignment | eAlign | ) | [protected, virtual] |
| SfxChildAlignment SmCmdBoxWindow::CheckAlignment | ( | SfxChildAlignment | eActual, | |
| SfxChildAlignment | eWish | |||
| ) | [protected, virtual] |
| void SmCmdBoxWindow::ToggleFloatingMode | ( | ) | [protected, virtual] |
| void SmCmdBoxWindow::AdjustPosition | ( | ) |
| SmEditWindow* SmCmdBoxWindow::GetEditWindow | ( | ) | [inline] |
Definition at line 206 of file view.hxx.
References aEdit.
Referenced by SmEditWindow::SmEditWindow().
| SmViewShell * SmCmdBoxWindow::GetView | ( | ) |
Definition at line 612 of file view.cxx.
Referenced by SmEditWindow::GetDoc(), and SmEditWindow::GetView().
SmEditWindow SmCmdBoxWindow::aEdit [private] |
Definition at line 179 of file view.hxx.
Referenced by GetEditWindow(), GetFocus(), Resize(), and StateChanged().
SmEditController SmCmdBoxWindow::aController [private] |
BOOL SmCmdBoxWindow::bExiting [private] |
1.5.1