#include <unoparagraph.hxx>
#include <comphelper/interfacecontainer4.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <osl/diagnose.h>
#include <comphelper/diagnose_ex.hxx>
#include <cmdid.h>
#include <fmtautofmt.hxx>
#include <unomid.h>
#include <unoparaframeenum.hxx>
#include <unotext.hxx>
#include <unotextrange.hxx>
#include <unoport.hxx>
#include <unomap.hxx>
#include <unocrsr.hxx>
#include <unoprnms.hxx>
#include <unocrsrhelper.hxx>
#include <doc.hxx>
#include <ndtxt.hxx>
#include <algorithm>
#include <utility>
#include <vcl/svapp.hxx>
#include <docsh.hxx>
#include <swunohelper.hxx>
#include <com/sun/star/beans/SetPropertyTolerantFailed.hpp>
#include <com/sun/star/beans/GetPropertyTolerantResult.hpp>
#include <com/sun/star/beans/TolerantPropertySetResultType.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/text/WrapTextMode.hpp>
#include <com/sun/star/text/TextContentAnchorType.hpp>
#include <com/sun/star/drawing/BitmapMode.hpp>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/servicehelper.hxx>
#include <editeng/unoipset.hxx>
#include <svl/listener.hxx>
#include <svx/unobrushitemhelper.hxx>
#include <svx/xflbmtit.hxx>
#include <svx/xflbstit.hxx>
Go to the source code of this file.
◆ lcl_SwXParagraph_getPropertyState()
- Exceptions
-
beans::UnknownPropertyException | |
uno::RuntimeException | |
Definition at line 915 of file unoparagraph.cxx.
References FN_UNO_ANCHOR_TYPES, FN_UNO_NUM_RULES, FN_UNO_PAGE_STYLE, FN_UNO_PARA_CONDITIONAL_STYLE_NAME, FN_UNO_PARA_STYLE, SwUnoCursorHelper::GetCurPageStyle(), SwUnoCursorHelper::GetCurTextFormatColl(), SwUnoCursorHelper::getNumberingProperty(), SwContentNode::GetpSwAttrSet(), MID_ANCHOR_ANCHORTYPE, MID_SURROUND_SURROUNDTYPE, SWUnoHelper::needToMapFillItemsToSvxBrushItemTypes(), SfxItemPropertyMapEntry::nMemberId, SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, RES_ANCHOR(), RES_BACKGROUND(), RES_SURROUND(), XATTR_FILLBMP_STRETCH(), and XATTR_FILLBMP_TILE().
Referenced by SwXParagraph::getPropertyState(), SwXParagraph::getPropertyStates(), and SwXParagraph::Impl::GetPropertyValuesTolerant_Impl().