LibreOffice Module svx (master) 1
|
#include <memory>
#include <XPropertyTable.hxx>
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
#include <com/sun/star/drawing/LineDash.hpp>
#include <com/sun/star/awt/Gradient.hpp>
#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/drawing/Hatch.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <o3tl/any.hxx>
#include <vcl/svapp.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <svx/xdef.hxx>
#include <svx/unoapi.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
Go to the source code of this file.
Functions | |
uno::Reference< container::XNameContainer > | SvxUnoXColorTable_createInstance (XPropertyList &rList) noexcept |
uno::Reference< container::XNameContainer > | SvxUnoXLineEndTable_createInstance (XPropertyList &rTable) noexcept |
uno::Reference< container::XNameContainer > | SvxUnoXDashTable_createInstance (XPropertyList &rTable) noexcept |
uno::Reference< container::XNameContainer > | SvxUnoXHatchTable_createInstance (XPropertyList &rTable) noexcept |
uno::Reference< container::XNameContainer > | SvxUnoXGradientTable_createInstance (XPropertyList &rTable) noexcept |
uno::Reference< container::XNameContainer > | SvxUnoXBitmapTable_createInstance (XPropertyList &rTable) noexcept |
|
noexcept |
Definition at line 607 of file XPropertyTable.cxx.
Referenced by XBitmapList::createInstance(), and XPatternList::createInstance().
|
noexcept |
Definition at line 250 of file XPropertyTable.cxx.
Referenced by XColorList::createInstance().
|
noexcept |
Definition at line 376 of file XPropertyTable.cxx.
Referenced by XDashList::createInstance().
|
noexcept |
Definition at line 527 of file XPropertyTable.cxx.
Referenced by XGradientList::createInstance().
|
noexcept |
Definition at line 454 of file XPropertyTable.cxx.
Referenced by XHatchList::createInstance().
|
noexcept |
Definition at line 308 of file XPropertyTable.cxx.
Referenced by XLineEndList::createInstance().