LibreOffice Module svx (master) 1
Functions
XPropertyTable.cxx File Reference
#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>
Include dependency graph for XPropertyTable.cxx:

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
 

Function Documentation

◆ SvxUnoXBitmapTable_createInstance()

uno::Reference< container::XNameContainer > SvxUnoXBitmapTable_createInstance ( XPropertyList rTable)
noexcept

◆ SvxUnoXColorTable_createInstance()

uno::Reference< container::XNameContainer > SvxUnoXColorTable_createInstance ( XPropertyList rList)
noexcept

Definition at line 250 of file XPropertyTable.cxx.

Referenced by XColorList::createInstance().

◆ SvxUnoXDashTable_createInstance()

uno::Reference< container::XNameContainer > SvxUnoXDashTable_createInstance ( XPropertyList rTable)
noexcept

Definition at line 376 of file XPropertyTable.cxx.

Referenced by XDashList::createInstance().

◆ SvxUnoXGradientTable_createInstance()

uno::Reference< container::XNameContainer > SvxUnoXGradientTable_createInstance ( XPropertyList rTable)
noexcept

Definition at line 527 of file XPropertyTable.cxx.

Referenced by XGradientList::createInstance().

◆ SvxUnoXHatchTable_createInstance()

uno::Reference< container::XNameContainer > SvxUnoXHatchTable_createInstance ( XPropertyList rTable)
noexcept

Definition at line 454 of file XPropertyTable.cxx.

Referenced by XHatchList::createInstance().

◆ SvxUnoXLineEndTable_createInstance()

uno::Reference< container::XNameContainer > SvxUnoXLineEndTable_createInstance ( XPropertyList rTable)
noexcept

Definition at line 308 of file XPropertyTable.cxx.

Referenced by XLineEndList::createInstance().