LibreOffice Module oox (master) 1
|
#include <oox/helper/modelobjecthelper.hxx>
#include <com/sun/star/awt/Gradient2.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/drawing/LineDash.hpp>
#include <com/sun/star/drawing/Hatch.hpp>
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/awt/XBitmap.hpp>
#include <oox/helper/containerhelper.hxx>
#include <utility>
#include <osl/diagnose.h>
Go to the source code of this file.
Namespaces | |
namespace | oox |
Functions | |
constexpr OUStringLiteral | oox::gaDashNameBase (u"msLineDash ") |
Base name for all named line dashes. More... | |
constexpr OUStringLiteral | oox::gaGradientNameBase (u"msFillGradient ") |
Base name for all named fill gradients. More... | |
constexpr OUStringLiteral | oox::gaTransGradNameBase (u"msTransGradient ") |
Base name for all named fill gradients. More... | |
constexpr OUStringLiteral | oox::gaBitmapUrlNameBase (u"msFillBitmap ") |
Base name for all named fill bitmap URLs. More... | |
constexpr OUStringLiteral | oox::gaHatchNameBase (u"msFillHatch ") |
Base name for all named fill hatches. More... | |