LibreOffice Module sw (master) 1
Public Member Functions | List of all members
SwVbaWindow Class Reference

#include <vbawindow.hxx>

Inheritance diagram for SwVbaWindow:
[legend]
Collaboration diagram for SwVbaWindow:
[legend]

Public Member Functions

 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
 

Detailed Description

Definition at line 30 of file vbawindow.hxx.

Constructor & Destructor Documentation

◆ 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 
)
Exceptions
css::uno::RuntimeException

Definition at line 36 of file vbawindow.cxx.

References xController, and xModel.

Member Function Documentation

◆ Activate()

void SwVbaWindow::Activate ( )
overridevirtual

Definition at line 46 of file vbawindow.cxx.

References m_xModel, and mxContext.

◆ ActivePane()

uno::Any SAL_CALL SwVbaWindow::ActivePane ( )
overridevirtual

Definition at line 158 of file vbawindow.cxx.

References m_xModel, and mxContext.

◆ Close()

void SwVbaWindow::Close ( const css::uno::Any &  SaveChanges,
const css::uno::Any &  RouteDocument 
)
overridevirtual

Definition at line 54 of file vbawindow.cxx.

References m_xModel, and mxContext.

◆ getCaption()

OUString SAL_CALL SwVbaWindow::getCaption ( )
overridevirtual

◆ getServiceImplName()

OUString SwVbaWindow::getServiceImplName ( )
overridevirtual

Definition at line 164 of file vbawindow.cxx.

◆ getServiceNames()

uno::Sequence< OUString > SwVbaWindow::getServiceNames ( )
overridevirtual

Definition at line 170 of file vbawindow.cxx.

References aServiceNames.

◆ getView()

uno::Any SAL_CALL SwVbaWindow::getView ( )
overridevirtual

Definition at line 63 of file vbawindow.cxx.

References m_xModel, and mxContext.

◆ getWindowState()

uno::Any SAL_CALL SwVbaWindow::getWindowState ( )
overridevirtual

◆ Panes()

uno::Any SAL_CALL SwVbaWindow::Panes ( const css::uno::Any &  aIndex)
overridevirtual

Definition at line 148 of file vbawindow.cxx.

References aIndex, m_xModel, and mxContext.

◆ setCaption()

void SAL_CALL SwVbaWindow::setCaption ( const OUString &  _caption)
overridevirtual

◆ setView()

void SAL_CALL SwVbaWindow::setView ( const css::uno::Any &  _view)
overridevirtual

Definition at line 68 of file vbawindow.cxx.

References m_xModel, mxContext, and nType.

◆ setWindowState()

void SAL_CALL SwVbaWindow::setWindowState ( const css::uno::Any &  _windowstate)
overridevirtual

The documentation for this class was generated from the following files: