LibreOffice Module sw (master) 1
Functions
vbatabstops.cxx File Reference
#include "vbatabstops.hxx"
#include "vbatabstop.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/style/TabAlign.hpp>
#include <com/sun/star/style/TabStop.hpp>
#include <ooo/vba/word/WdTabLeader.hpp>
#include <ooo/vba/word/WdTabAlignment.hpp>
#include <basic/sberrors.hxx>
#include <cppuhelper/implbase.hxx>
#include <utility>
Include dependency graph for vbatabstops.cxx:

Go to the source code of this file.

Functions

static uno::Sequence< style::TabStoplcl_getTabStops (const uno::Reference< beans::XPropertySet > &xParaProps)
 
static void lcl_setTabStops (const uno::Reference< beans::XPropertySet > &xParaProps, const uno::Sequence< style::TabStop > &aSeq)
 

Function Documentation

◆ lcl_getTabStops()

static uno::Sequence< style::TabStop > lcl_getTabStops ( const uno::Reference< beans::XPropertySet > &  xParaProps)
static
Exceptions
uno::RuntimeException

Definition at line 34 of file vbatabstops.cxx.

References aSeq.

Referenced by SwVbaTabStops::Add().

◆ lcl_setTabStops()

static void lcl_setTabStops ( const uno::Reference< beans::XPropertySet > &  xParaProps,
const uno::Sequence< style::TabStop > &  aSeq 
)
static
Exceptions
uno::RuntimeException

Definition at line 42 of file vbatabstops.cxx.

References aSeq.

Referenced by SwVbaTabStops::Add(), and SwVbaTabStops::ClearAll().