#include <vbawindow.hxx>
|
| SwVbaWindow (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::frame::XModel > &xModel, const css::uno::Reference< css::frame::XController > &xController) |
|
virtual css::uno::Any SAL_CALL | getView () override |
|
virtual void SAL_CALL | setView (const css::uno::Any &_view) override |
|
virtual css::uno::Any SAL_CALL | getWindowState () override |
|
virtual void SAL_CALL | setWindowState (const css::uno::Any &_windowstate) override |
|
virtual OUString SAL_CALL | getCaption () override |
|
virtual void SAL_CALL | setCaption (const OUString &_caption) override |
|
virtual void SAL_CALL | Activate () override |
|
virtual void SAL_CALL | Close (const css::uno::Any &SaveChanges, const css::uno::Any &RouteDocument) override |
|
virtual css::uno::Any SAL_CALL | Panes (const css::uno::Any &aIndex) override |
|
virtual css::uno::Any SAL_CALL | ActivePane () override |
|
virtual OUString | getServiceImplName () override |
|
virtual css::uno::Sequence< OUString > | getServiceNames () override |
|
Definition at line 30 of file vbawindow.hxx.
◆ SwVbaWindow()
SwVbaWindow::SwVbaWindow |
( |
const css::uno::Reference< ov::XHelperInterface > & |
xParent, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
xContext, |
|
|
const css::uno::Reference< css::frame::XModel > & |
xModel, |
|
|
const css::uno::Reference< css::frame::XController > & |
xController |
|
) |
| |
◆ Activate()
void SwVbaWindow::Activate |
( |
| ) |
|
|
overridevirtual |
◆ ActivePane()
uno::Any SAL_CALL SwVbaWindow::ActivePane |
( |
| ) |
|
|
overridevirtual |
◆ Close()
void SwVbaWindow::Close |
( |
const css::uno::Any & |
SaveChanges, |
|
|
const css::uno::Any & |
RouteDocument |
|
) |
| |
|
overridevirtual |
◆ getCaption()
OUString SAL_CALL SwVbaWindow::getCaption |
( |
| ) |
|
|
overridevirtual |
◆ getServiceImplName()
OUString SwVbaWindow::getServiceImplName |
( |
| ) |
|
|
overridevirtual |
◆ getServiceNames()
uno::Sequence< OUString > SwVbaWindow::getServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ getView()
uno::Any SAL_CALL SwVbaWindow::getView |
( |
| ) |
|
|
overridevirtual |
◆ getWindowState()
uno::Any SAL_CALL SwVbaWindow::getWindowState |
( |
| ) |
|
|
overridevirtual |
◆ Panes()
uno::Any SAL_CALL SwVbaWindow::Panes |
( |
const css::uno::Any & |
aIndex | ) |
|
|
overridevirtual |
◆ setCaption()
void SAL_CALL SwVbaWindow::setCaption |
( |
const OUString & |
_caption | ) |
|
|
overridevirtual |
◆ setView()
void SAL_CALL SwVbaWindow::setView |
( |
const css::uno::Any & |
_view | ) |
|
|
overridevirtual |
◆ setWindowState()
void SAL_CALL SwVbaWindow::setWindowState |
( |
const css::uno::Any & |
_windowstate | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: