LibreOffice Module toolkit (master) 1
Macros | Functions
stdtabcontrollermodel.cxx File Reference
#include <com/sun/star/io/XMarkableStream.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <controls/stdtabcontrollermodel.hxx>
#include <toolkit/helper/macros.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <tools/debug.hxx>
Include dependency graph for stdtabcontrollermodel.cxx:

Go to the source code of this file.

Macros

#define UNOCONTROL_STREAMVERSION   short(2)
 

Functions

static void ImplWriteControls (const css::uno::Reference< css::io::XObjectOutputStream > &OutStream, const css::uno::Sequence< css::uno::Reference< css::awt::XControlModel > > &rCtrls)
 
static css::uno::Sequence< css::uno::Reference< css::awt::XControlModel > > ImplReadControls (const css::uno::Reference< css::io::XObjectInputStream > &InStream)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_StdTabControllerModel_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Macro Definition Documentation

◆ UNOCONTROL_STREAMVERSION

#define UNOCONTROL_STREAMVERSION   short(2)

Definition at line 30 of file stdtabcontrollermodel.cxx.

Function Documentation

◆ ImplReadControls()

static css::uno::Sequence< css::uno::Reference< css::awt::XControlModel > > ImplReadControls ( const css::uno::Reference< css::io::XObjectInputStream > &  InStream)
static

Definition at line 179 of file stdtabcontrollermodel.cxx.

References aSeq, DBG_ASSERT, and n.

Referenced by StdTabControllerModel::read().

◆ ImplWriteControls()

static void ImplWriteControls ( const css::uno::Reference< css::io::XObjectOutputStream > &  OutStream,
const css::uno::Sequence< css::uno::Reference< css::awt::XControlModel > > &  rCtrls 
)
static

Definition at line 150 of file stdtabcontrollermodel.cxx.

References DBG_ASSERT.

Referenced by StdTabControllerModel::write().

◆ stardiv_Toolkit_StdTabControllerModel_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_StdTabControllerModel_get_implementation ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 432 of file stdtabcontrollermodel.cxx.