#include "vbaborders.hxx"
#include <ooo/vba/word/XBorder.hpp>
#include <ooo/vba/word/WdBorderType.hpp>
#include <ooo/vba/word/WdLineStyle.hpp>
#include <sal/macros.h>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/table/TableBorder.hpp>
#include <utility>
#include "vbapalette.hxx"
Go to the source code of this file.
|
static uno::Reference< container::XIndexAccess > | rangeToBorderIndexAccess (const uno::Reference< table::XCellRange > &xRange, const uno::Reference< uno::XComponentContext > &xContext, VbaPalette const &rPalette) |
|
|
const sal_Int16 | supportedIndexTable [] = { word::WdBorderType::wdBorderBottom, word::WdBorderType::wdBorderDiagonalDown, word::WdBorderType::wdBorderDiagonalUp, word::WdBorderType::wdBorderHorizontal, word::WdBorderType::wdBorderLeft, word::WdBorderType::wdBorderRight, word::WdBorderType::wdBorderTop, word::WdBorderType::wdBorderVertical } |
|
const sal_Int32 | OOLineHairline = 2 |
|
◆ RangeBorders_Base
◆ SwVbaBorder_Base
◆ rangeToBorderIndexAccess()
static uno::Reference< container::XIndexAccess > rangeToBorderIndexAccess |
( |
const uno::Reference< table::XCellRange > & |
xRange, |
|
|
const uno::Reference< uno::XComponentContext > & |
xContext, |
|
|
VbaPalette const & |
rPalette |
|
) |
| |
|
static |
◆ OOLineHairline
const sal_Int32 OOLineHairline = 2 |
◆ supportedIndexTable
const sal_Int16 supportedIndexTable[] = { word::WdBorderType::wdBorderBottom, word::WdBorderType::wdBorderDiagonalDown, word::WdBorderType::wdBorderDiagonalUp, word::WdBorderType::wdBorderHorizontal, word::WdBorderType::wdBorderLeft, word::WdBorderType::wdBorderRight, word::WdBorderType::wdBorderTop, word::WdBorderType::wdBorderVertical } |