LibreOffice Module sw (master) 1
fmtwrapinfluenceonobjpos.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef INCLUDED_SW_INC_FMTWRAPINFLUENCEONOBJPOS_HXX
20#define INCLUDED_SW_INC_FMTWRAPINFLUENCEONOBJPOS_HXX
21
22#include "hintids.hxx"
23#include "format.hxx"
24#include "swtypes.hxx"
25#include <svl/poolitem.hxx>
26#include <com/sun/star/text/WrapInfluenceOnPosition.hpp>
27
36{
37private:
40 bool mbAllowOverlap = true;
42 SwTwips mnOverlapVertOffset = 0;
43
44public:
45
46 // #i35017# - constant name has changed
48 sal_Int16 _nWrapInfluenceOnPosition = css::text::WrapInfluenceOnPosition::ONCE_CONCURRENT );
49 virtual ~SwFormatWrapInfluenceOnObjPos() override;
50
55
57 virtual bool operator==( const SfxPoolItem& _rAttr ) const override;
58 virtual SwFormatWrapInfluenceOnObjPos* Clone( SfxItemPool* pPool = nullptr ) const override;
59
60 virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
61 virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
62
64 void SetWrapInfluenceOnObjPos( sal_Int16 _nWrapInfluenceOnPosition );
65 // #i35017# - add parameter <_bIterativeAsOnceConcurrent>
67 sal_Int16 GetWrapInfluenceOnObjPos(
68 const bool _bIterativeAsOnceConcurrent = false ) const;
69
70 void SetAllowOverlap(bool bAllowOverlap);
71 bool GetAllowOverlap() const;
72 void SetOverlapVertOffset(SwTwips nOverlapVertOffset);
73 SwTwips GetOverlapVertOffset() const;
74
75 void dumpAsXml(xmlTextWriterPtr pWriter) const override;
76};
77
79 { return Get( RES_WRAP_INFLUENCE_ON_OBJPOS,bInP); }
80
82 { return m_aSet.GetWrapInfluenceOnObjPos(bInP); }
83
84#endif
85
86/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const SfxPoolItem & Get(sal_uInt16 nWhich, bool bSrchInParent=true) const
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
virtual void dumpAsXml(xmlTextWriterPtr pWriter) const
virtual bool operator==(const SfxPoolItem &) const=0
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId)
SfxPoolItem & operator=(const SfxPoolItem &)=delete
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0
const SwFormatWrapInfluenceOnObjPos & GetWrapInfluenceOnObjPos(bool=true) const
Allows positioning of floating screen objects without considering their own wrapping type and the wra...
SwFormatWrapInfluenceOnObjPos(SwFormatWrapInfluenceOnObjPos const &)=default
SwFormatWrapInfluenceOnObjPos(SwFormatWrapInfluenceOnObjPos &&)=default
const SwFormatWrapInfluenceOnObjPos & GetWrapInfluenceOnObjPos(bool=true) const
SwAttrSet m_aSet
Definition: format.hxx:51
struct _xmlTextWriter * xmlTextWriterPtr
constexpr TypedWhichId< SwFormatWrapInfluenceOnObjPos > RES_WRAP_INFLUENCE_ON_OBJPOS(132)
#define SW_DLLPUBLIC
Definition: swdllapi.h:28
tools::Long SwTwips
Definition: swtypes.hxx:51
unsigned char sal_uInt8