LibreOffice Module sw (master) 1
|
#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>
Go to the source code of this file.
Functions | |
static uno::Sequence< style::TabStop > | lcl_getTabStops (const uno::Reference< beans::XPropertySet > &xParaProps) |
static void | lcl_setTabStops (const uno::Reference< beans::XPropertySet > &xParaProps, const uno::Sequence< style::TabStop > &aSeq) |
|
static |
uno::RuntimeException |
Definition at line 34 of file vbatabstops.cxx.
References aSeq.
Referenced by SwVbaTabStops::Add().
|
static |
uno::RuntimeException |
Definition at line 42 of file vbatabstops.cxx.
References aSeq.
Referenced by SwVbaTabStops::Add(), and SwVbaTabStops::ClearAll().