LibreOffice Module sw (master)
1
|
#include <unoframe.hxx>
Classes | |
class | Impl |
Public Member Functions | |
virtual sal_Int64 SAL_CALL | getSomething (const css::uno::Sequence< sal_Int8 > &aIdentifier) override |
virtual OUString SAL_CALL | getName () override |
virtual void SAL_CALL | setName (const OUString &Name_) override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &aPropertyName) override |
virtual css::awt::Point SAL_CALL | getPosition () override |
virtual void SAL_CALL | setPosition (const css::awt::Point &aPosition) override |
virtual css::awt::Size SAL_CALL | getSize () override |
virtual void SAL_CALL | setSize (const css::awt::Size &aSize) override |
virtual OUString SAL_CALL | getShapeType () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) override |
virtual void SAL_CALL | attach (const css::uno::Reference< css::text::XTextRange > &xTextRange) override |
virtual css::uno::Reference< css::text::XTextRange > SAL_CALL | getAnchor () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
void | attachToRange (css::uno::Reference< css::text::XTextRange > const &xTextRange, SwPaM const *pCopySource=nullptr) |
const SwFrameFormat * | GetFrameFormat () const |
SwFrameFormat * | GetFrameFormat () |
FlyCntType | GetFlyCntType () const |
bool | IsDescriptor () const |
void | ResetDescriptor () |
template<class Interface , class NameLookupIsHard > | |
uno::Reference< Interface > | CreateXFrame (SwDoc &rDoc, SwFrameFormat *const pFrameFormat) |
![]() | |
SvtListener ()=default | |
SvtListener (const SvtListener &r)=default | |
virtual | ~SvtListener () COVERITY_NOEXCEPT_FALSE |
bool | StartListening (SvtBroadcaster &rBroadcaster) |
void | EndListening (SvtBroadcaster &rBroadcaster) |
void | EndListeningAll () |
void | CopyAllBroadcasters (const SvtListener &r) |
bool | HasBroadcaster () const |
virtual void | Query (QueryBase &rQuery) const |
Static Public Member Functions | |
static const css::uno::Sequence< sal_Int8 > & | getUnoTunnelId () |
static SdrObject * | GetOrCreateSdrObject (SwFlyFrameFormat &rFormat) |
Protected Member Functions | |
virtual void | Notify (const SfxHint &) override |
virtual | ~SwXFrame () override |
SwXFrame (FlyCntType eSet, const SfxItemPropertySet *pPropSet, SwDoc *pDoc) | |
SwXFrame (SwFrameFormat &rFrameFormat, FlyCntType eSet, const SfxItemPropertySet *pPropSet) | |
Static Protected Member Functions | |
template<class Interface , class Impl > | |
static css::uno::Reference< Interface > | CreateXFrame (SwDoc &rDoc, SwFrameFormat *const pFrameFormat) |
Protected Attributes | |
css::uno::Reference< css::beans::XPropertySet > | mxStyleData |
css::uno::Reference< css::container::XNameAccess > | mxStyleFamily |
Private Member Functions | |
void | DisposeInternal () |
Private Attributes | |
::sw::UnoImplPtr< Impl > | m_pImpl |
SwFrameFormat * | m_pFrameFormat |
const SfxItemPropertySet * | m_pPropSet |
SwDoc * | m_pDoc |
const FlyCntType | m_eType |
std::unique_ptr< BaseFrameProperties_Impl > | m_pProps |
bool | m_bIsDescriptor |
OUString | m_sName |
sal_Int64 | m_nDrawAspect |
sal_Int64 | m_nVisibleAreaWidth |
sal_Int64 | m_nVisibleAreaHeight |
css::uno::Reference< css::text::XText > | m_xParentText |
Definition at line 47 of file unoframe.hxx.
|
overrideprotectedvirtual |
Definition at line 1256 of file unoframe.cxx.
References SvtListener::EndListeningAll(), and m_pProps.
|
protected |
|
protected |
|
overridevirtual |
Definition at line 2622 of file unoframe.cxx.
References m_pImpl.
Referenced by SwXTextFrame::addEventListener().
|
overridevirtual |
Definition at line 2391 of file unoframe.cxx.
|
overridevirtual |
Definition at line 2403 of file unoframe.cxx.
|
overridevirtual |
Definition at line 3133 of file unoframe.cxx.
References attachToRange(), SwFormatAnchor::GetAnchorId(), SwDoc::GetAttrPool(), SwFormat::GetAttrSet(), SwFormat::GetDoc(), GetFrameFormat(), IsDescriptor(), RES_ANCHOR(), SwFormatAnchor::SetAnchor(), SwDoc::SetFlyFrameAttr(), SfxItemSet::SetParent(), SwPaM::Start(), and sw::XTextRangeToSwPaM().
Referenced by SwXTextFrame::attach().
void SwXFrame::attachToRange | ( | css::uno::Reference< css::text::XTextRange > const & | xTextRange, |
SwPaM const * | pCopySource = nullptr |
||
) |
css::lang::IllegalArgumentException | |
css::uno::RuntimeException |
Definition at line 2726 of file unoframe.cxx.
References aName, svt::EmbeddedObjectRef::Assign(), SwPaM::DeleteMark(), SwFrameFormat::DelFrames(), SvtListener::EndListeningAll(), SwNode::FindFlyStartNode(), FLYCNTTYPE_FRM, FLYCNTTYPE_GRF, FN_EMBEDDED_OBJECT, FN_PARAM_CONTOUR_PP, FN_UNO_CLSID, FN_UNO_DESCRIPTION, FN_UNO_FRAME_STYLE_NAME, FN_UNO_GRAPHIC, FN_UNO_GRAPHIC_FILTER, FN_UNO_GRAPHIC_URL, FN_UNO_IS_AUTOMATIC_CONTOUR, FN_UNO_IS_PIXEL_CONTOUR, FN_UNO_REPLACEMENT_GRAPHIC, FN_UNO_STREAM_NAME, FN_UNO_TITLE, FN_UNO_Z_ORDER, fnMoveBackward, sw::GetAtPageRelOrientation(), SvGlobalName::GetByteSequence(), SwFormat::GetContent(), SwFormatContent::GetContentIdx(), SwXTextRange::GetDoc(), SwFormat::GetDoc(), IDocumentDrawModelAccess::GetDrawModel(), SwNodes::GetEndOfContent(), GetFrameFormat(), SwFormat::getIDocumentDrawModelAccess(), SwNodeIndex::GetIndex(), SwPaM::GetMark(), SwNodeIndex::GetNode(), SwPaM::GetNode(), SwNode::GetNodes(), SwNode::GetNoTextNode(), sw::BroadcasterMixin::GetNotifier(), SwNode::GetOLENode(), SwOLENode::GetOLEObj(), SwOLEObj::GetOleRef(), GetOrCreateSdrObject(), SwPaM::GetPoint(), GoInDoc(), SwPaM::HasMark(), Size::Height(), INSERT, IsDescriptor(), lcl_GetFrameFormat(), vcl::graphic::loadFromURL(), OutputDevice::LogicToLogic(), m_bIsDescriptor, m_eType, m_nDrawAspect, m_nVisibleAreaHeight, m_nVisibleAreaWidth, m_pDoc, m_pFrameFormat, m_pProps, m_sName, SvGlobalName::MakeId(), MID_SURROUND_CONTOUR, MID_SURROUND_CONTOUROUTSIDE, SwPaM::Move(), SfxItemSet::Put(), RES_ANCHOR(), RES_FRMATR_BEGIN(), RES_FRMATR_END(), RES_FRMATR_GRABBAG(), RES_GRFATR_BEGIN(), RES_GRFATR_END(), RES_HORI_ORIENT(), RES_SURROUND(), RES_UNKNOWNATR_CONTAINER(), ResetDescriptor(), SAL_WARN, sDocumentBaseURL, SwFormatAnchor::SetAnchor(), SwGrfNode::SetChgTwipSize(), Size::setHeight(), SwPaM::SetMark(), setPropertyValue(), SwFormatHoriOrient::SetRelationOrient(), SvxSizeItem::SetSize(), SwFormatAnchor::SetType(), Size::setWidth(), SwPaM::Start(), SvtListener::StartListening(), svt::EmbeddedObjectRef::TryRunningState(), UNO_NAME_CONTOUR_OUTSIDE, UNO_NAME_CONTOUR_POLY_POLYGON, UNO_NAME_DESCRIPTION, UNO_NAME_FRAME_INTEROP_GRAB_BAG, UNO_NAME_GRAPHIC, UNO_NAME_IS_AUTOMATIC_CONTOUR, UNO_NAME_IS_PIXEL_CONTOUR, UNO_NAME_SURROUND_CONTOUR, UNO_NAME_TITLE, UNO_NAME_Z_ORDER, VCLUnoHelper::UnoEmbed2VCLMapUnit(), Size::Width(), XATTR_FILL_FIRST(), XATTR_FILL_LAST(), and sw::XTextRangeToSwPaM().
Referenced by attach().
|
staticprotected |
uno::Reference<Interface> SwXFrame::CreateXFrame | ( | SwDoc & | rDoc, |
SwFrameFormat *const | pFrameFormat | ||
) |
Definition at line 1265 of file unoframe.cxx.
References SwFormat::GetDoc(), SwFrameFormat::GetXObject(), SwFrameFormat::SetXObject(), and xFrame.
Definition at line 2660 of file unoframe.cxx.
References SwTextNode::DeleteAttributes(), IDocumentLayoutAccess::DelLayoutFormat(), DisposeInternal(), SwFrameFormat::FindSdrObject(), SwFormat::GetAnchor(), SwFormatAnchor::GetAnchorId(), SwFormatAnchor::GetContentAnchor(), SwFormat::GetDoc(), GetFrameFormat(), SwDoc::getIDocumentLayoutAccess(), SwIndex::GetIndex(), SwNodeIndex::GetNode(), SwNode::GetTextNode(), SdrObject::GetUserCall(), SdrObject::IsInserted(), SwPosition::nContent, SwPosition::nNode, and RES_TXTATR_FLYCNT().
Referenced by SwXTextFrame::dispose().
|
private |
Definition at line 2636 of file unoframe.cxx.
References SvtListener::EndListeningAll(), m_pDoc, m_pFrameFormat, m_pImpl, mxStyleData, and mxStyleFamily.
|
overridevirtual |
Definition at line 2690 of file unoframe.cxx.
References SwXTextRange::CreateXTextRange(), SwFormat::GetAnchor(), SwFormatAnchor::GetAnchorId(), SwFormatAnchor::GetContentAnchor(), SwFormat::GetDoc(), GetFrameFormat(), SwFormatAnchor::GetPageNum(), and SwPosition::nNode.
Referenced by SwXTextFrame::getAnchor().
|
inline |
Definition at line 157 of file unoframe.hxx.
References m_eType.
Referenced by SwUnoCursorHelper::GetSelectableFromAny().
|
inline |
Definition at line 152 of file unoframe.hxx.
References m_pFrameFormat.
Referenced by attach(), attachToRange(), dispose(), getAnchor(), SwFrameEventDescriptor::getMacroItem(), getName(), getPropertyDefault(), getPropertyStates(), getPropertyValue(), SwUnoCursorHelper::GetSelectableFromAny(), SwFrameEventDescriptor::setMacroItem(), setName(), setPropertyToDefault(), setPropertyValue(), and SwXShape::setPropertyValue().
|
inline |
Definition at line 154 of file unoframe.hxx.
References m_pFrameFormat.
|
overridevirtual |
Definition at line 1172 of file unoframe.cxx.
|
overridevirtual |
Definition at line 1289 of file unoframe.cxx.
References GetFrameFormat(), SwFormat::GetName(), m_bIsDescriptor, and m_sName.
|
static |
Definition at line 1347 of file unoframe.cxx.
References SwFrameFormat::FindSdrObject(), SwFormat::GetDoc(), IDocumentDrawModelAccess::GetHeavenId(), IDocumentDrawModelAccess::GetHellId(), SwDoc::getIDocumentDrawModelAccess(), SwFormat::GetOpaque(), SwFlyFrameFormat::GetOrCreateContact(), IDocumentDrawModelAccess::GetOrCreateDrawModel(), SdrModel::GetPage(), SwFormat::GetSurround(), SdrObjList::InsertObject(), and pObject.
Referenced by attachToRange(), sw::DocumentLayoutManager::CopyLayoutFormat(), SwXMLTextImportHelper::createAndInsertApplet(), SwXMLTextImportHelper::createAndInsertFloatingFrame(), SwXMLTextImportHelper::createAndInsertOLEObject(), SwXMLTextImportHelper::createAndInsertOOoLink(), SwXMLTextImportHelper::createAndInsertPlugin(), getPropertyValue(), SwHTMLParser::NextToken(), setPropertyToDefault(), and setPropertyValue().
|
overridevirtual |
Definition at line 3168 of file unoframe.cxx.
|
overridevirtual |
Definition at line 2598 of file unoframe.cxx.
References SwDoc::GetAttrPool(), SfxItemPropertyMap::getByName(), SfxItemPool::GetDefaultItem(), SwFormat::GetDoc(), GetFrameFormat(), SfxItemPropertySet::getPropertyMap(), IsDescriptor(), m_pPropSet, SfxItemPropertyMapEntry::nMemberId, SfxItemPropertyMapEntry::nWID, SfxPoolItem::QueryValue(), and RES_FRMATR_END().
|
overridevirtual |
Definition at line 1318 of file unoframe.cxx.
References FLYCNTTYPE_FRM, FLYCNTTYPE_GRF, FLYCNTTYPE_OLE, SfxItemPropertySet::getPropertySetInfo(), m_eType, and m_pPropSet.
|
overridevirtual |
Definition at line 2415 of file unoframe.cxx.
References getPropertyStates().
|
overridevirtual |
Definition at line 2423 of file unoframe.cxx.
References end, FLYCNTTYPE_GRF, FN_PARAM_LINK_DISPLAY_NAME, FN_UNO_ACTUAL_SIZE, FN_UNO_ALTERNATIVE_TEXT, FN_UNO_ANCHOR_TYPES, FN_UNO_FRAME_STYLE_NAME, FN_UNO_GRAPHIC, FN_UNO_GRAPHIC_FILTER, FN_UNO_GRAPHIC_URL, SwFormat::GetAttrSet(), SfxItemPropertyMap::getByName(), SwFormat::GetContent(), SwFormatContent::GetContentIdx(), GetFrameFormat(), SfxItemSet::GetItemState(), SwNodeIndex::GetNode(), SwNode::GetNoTextNode(), SfxItemPropertySet::getPropertyMap(), SwContentNode::GetSwAttrSet(), i, IsDescriptor(), isGRFATR(), m_eType, m_pPropSet, SWUnoHelper::needToMapFillItemsToSvxBrushItemTypes(), SfxItemPropertyMapEntry::nMemberId, SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, RES_BACKGROUND(), XATTR_FILLBMP_STRETCH(), and XATTR_FILLBMP_TILE().
Referenced by getPropertyState().
|
overridevirtual |
Definition at line 2000 of file unoframe.cxx.
References SfxItemPropertyMapEntry::aType, aTypes, SwEditShell::CalcLayout(), o3tl::convert(), convertTwipToMm100(), tools::PolyPolygon::Count(), sw::CreateParentXText(), SwFormat::DerivedFrom(), SwFrameFormat::FindRealSdrObject(), SwFrameFormat::FindSdrObject(), SwIterator< TElementType, TSource, eMode >::First(), FLYCNTTYPE_GRF, FLYCNTTYPE_OLE, FN_EMBEDDED_OBJECT, FN_PARAM_CONTOUR_PP, FN_PARAM_LINK_DISPLAY_NAME, FN_UNO_ANCHOR_TYPES, FN_UNO_CLSID, FN_UNO_COMPONENT, FN_UNO_DESCRIPTION, FN_UNO_FRAME_STYLE_NAME, FN_UNO_GRAPHIC, FN_UNO_GRAPHIC_FILTER, FN_UNO_GRAPHIC_PREVIEW, FN_UNO_GRAPHIC_URL, FN_UNO_IS_AUTOMATIC_CONTOUR, FN_UNO_IS_PIXEL_CONTOUR, FN_UNO_MODEL, FN_UNO_PARENT_TEXT, FN_UNO_REPLACEMENT_GRAPHIC, FN_UNO_STREAM_NAME, FN_UNO_TITLE, FN_UNO_TOOLTIP, FN_UNO_TRANSFORMED_GRAPHIC, FN_UNO_Z_ORDER, FrmFmt, SfxItemSet::Get(), SwFormat::GetAnchor(), SwDoc::GetAttrPool(), SwFormat::GetAttrSet(), SfxItemPropertyMap::getByName(), SwFormat::GetContent(), SwFormatAnchor::GetContentAnchor(), SwFormatContent::GetContentIdx(), SwNoTextNode::GetContourAPI(), SwCursorShell::GetCurrFrame(), SwFormat::GetDoc(), SwDoc::GetDocShell(), SwDoc::GetEditShell(), SwFrameAreaDefinition::getFrameArea(), GetFrameFormat(), GraphicObject::GetGraphic(), SwGrfNode::GetGraphicAttr(), SwGrfNode::GetGrf(), SwDoc::GetGrfNms(), SwNode::GetGrfNode(), SwGrfNode::GetGrfObj(), Size::getHeight(), SvGlobalName::GetHexName(), SwNodeIndex::GetIndex(), SwDocShell::GetIPClient(), SfxItemPool::GetMetric(), SwFormat::GetName(), SwNodeIndex::GetNode(), SwDoc::GetNodes(), SwNode::GetNoTextNode(), SwFlyFrameFormat::GetObjDescription(), tools::PolyPolygon::GetObject(), SwFlyFrameFormat::GetObjTitle(), SwFlyFrameFormat::GetObjTooltip(), GetOrCreateSdrObject(), SdrObject::GetOrdNum(), tools::Polygon::GetPoint(), GraphicObject::GetPrefMapMode(), SwStyleNameMapper::GetProgName(), SfxItemPropertySet::getPropertyMap(), SfxItemPropertySet::getPropertyValue(), SwGrfNode::GetReplacementGrfObj(), tools::Polygon::GetSize(), getSize(), getSvxBrushItemFromSourceSet(), SwContentNode::GetSwAttrSet(), GraphicObject::GetTransformedGraphic(), SwNoTextNode::GetTwipSize(), Size::getWidth(), Graphic::GetXGraphic(), SwNoTextNode::HasAutomaticContour(), Size::Height(), i, IsDescriptor(), SwFrameAreaDefinition::isFrameAreaDefinitionValid(), isGRFATR(), SwNoTextNode::IsPixelContour(), OutputDevice::LogicToLogic(), m_eType, m_pDoc, m_pProps, m_pPropSet, m_xParentText, o3tl::mm100, mxStyleData, SfxItemPropertyMapEntry::nMemberId, SfxItemPropertyMapEntry::nMoreFlags, nValue, SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, Point, RES_BACKGROUND(), Size::setHeight(), Size::setWidth(), SvxUnoConvertToMM(), svt::EmbeddedObjectRef::TryRunningState(), o3tl::twip, UNO_NAME_ACTUAL_SIZE, WID_LAYOUT_SIZE, Size::Width(), XATTR_FILLBMP_SIZEX(), XATTR_FILLBMP_SIZEY(), XATTR_FILLBMP_STRETCH(), and XATTR_FILLBMP_TILE().
Referenced by SwXTextFrame::getPropertyValue(), and getSize().
|
overridevirtual |
Definition at line 3195 of file unoframe.cxx.
|
overridevirtual |
Definition at line 3182 of file unoframe.cxx.
References getPropertyValue().
Referenced by getPropertyValue().
|
overridevirtual |
Definition at line 1166 of file unoframe.cxx.
References comphelper::getSomethingImpl().
Referenced by SwXTextFrame::getSomething().
|
overridevirtual |
Definition at line 1182 of file unoframe.cxx.
Referenced by SwXTextFrame::getSupportedServiceNames(), SwXTextGraphicObject::getSupportedServiceNames(), and SwXTextEmbeddedObject::getSupportedServiceNames().
|
static |
Definition at line 1160 of file unoframe.cxx.
References comphelper::UnoIdInit::getSeq().
|
inline |
Definition at line 159 of file unoframe.hxx.
References m_bIsDescriptor.
Referenced by attach(), attachToRange(), getPropertyDefault(), getPropertyStates(), getPropertyValue(), setPropertyToDefault(), and setPropertyValue().
Reimplemented from SvtListener.
Definition at line 2654 of file unoframe.cxx.
References DisposeInternal(), and SfxHint::GetId().
|
overridevirtual |
Definition at line 2629 of file unoframe.cxx.
References m_pImpl.
Referenced by SwXTextFrame::removeEventListener().
|
overridevirtual |
Definition at line 2397 of file unoframe.cxx.
|
overridevirtual |
Definition at line 2409 of file unoframe.cxx.
void SwXFrame::ResetDescriptor | ( | ) |
Definition at line 2718 of file unoframe.cxx.
References m_bIsDescriptor, m_pProps, mxStyleData, and mxStyleFamily.
Referenced by attachToRange().
|
overridevirtual |
Definition at line 1300 of file unoframe.cxx.
References SwFormat::GetDoc(), GetFrameFormat(), SwFormat::GetName(), m_bIsDescriptor, m_sName, and SwDoc::SetFlyName().
|
overridevirtual |
Definition at line 3175 of file unoframe.cxx.
|
overridevirtual |
Definition at line 2508 of file unoframe.cxx.
References SfxItemSet::ClearItem(), FLYCNTTYPE_GRF, FN_PARAM_LINK_DISPLAY_NAME, FN_UNO_ANCHOR_TYPES, FN_UNO_DESCRIPTION, FN_UNO_TITLE, SwDoc::GetAttrPool(), SwFormat::GetAttrSet(), SfxItemPropertyMap::getByName(), SwFormat::GetChain(), SwFormat::GetContent(), SwFormatContent::GetContentIdx(), SwFormat::GetDoc(), GetFrameFormat(), SwNodeIndex::GetNode(), SwNode::GetNoTextNode(), GetOrCreateSdrObject(), SfxItemPropertySet::getPropertyMap(), SwContentNode::GetSwAttrSet(), IsDescriptor(), isGRFATR(), m_eType, m_pPropSet, SfxItemPropertyMapEntry::nFlags, SfxItemPropertyMapEntry::nWID, OWN_ATTR_FILLBMP_MODE, RES_FRMATR_BEGIN(), RES_FRMATR_END(), SwContentNode::SetAttr(), SwDoc::SetFlyFrameDescription(), SwDoc::SetFlyFrameTitle(), SwFormat::SetFormatAttr(), SfxItemSet::SetParent(), SwDoc::Unchain(), UNO_NAME_ANCHOR_TYPE, UNO_NAME_CHAIN_NEXT_NAME, UNO_NAME_CHAIN_PREV_NAME, XATTR_FILLBMP_STRETCH(), and XATTR_FILLBMP_TILE().
|
overridevirtual |
Definition at line 1390 of file unoframe.cxx.
References aFrameFormatSetRange, aURL, SwDoc::Chain(), eMode, FLYCNTTYPE_FRM, FLYCNTTYPE_GRF, FN_EMBEDDED_OBJECT, FN_PARAM_CONTOUR_PP, FN_UNO_CLSID, FN_UNO_DESCRIPTION, FN_UNO_DRAW_ASPECT, FN_UNO_FRAME_STYLE_NAME, FN_UNO_GRAPHIC, FN_UNO_GRAPHIC_FILTER, FN_UNO_GRAPHIC_URL, FN_UNO_IS_AUTOMATIC_CONTOUR, FN_UNO_IS_PIXEL_CONTOUR, FN_UNO_REPLACEMENT_GRAPHIC, FN_UNO_REPLACEMENT_GRAPHIC_URL, FN_UNO_STREAM_NAME, FN_UNO_TITLE, FN_UNO_TOOLTIP, FN_UNO_VISIBLE_AREA_HEIGHT, FN_UNO_VISIBLE_AREA_WIDTH, FN_UNO_Z_ORDER, fnMoveBackward, SwFormatAnchor::GetAnchorId(), SwDoc::GetAttrPool(), SwFormat::GetAttrSet(), SfxItemPropertyMap::getByName(), SwFormat::GetChain(), SwFormat::GetContent(), SwFormatAnchor::GetContentAnchor(), SwFormatContent::GetContentIdx(), SwFormat::GetDoc(), IDocumentDrawModelAccess::GetDrawModel(), SwDoc::GetEditShell(), SwNodes::GetEndOfContent(), SwDoc::GetFlyCount(), SwDoc::GetFlyNum(), GetFrameFormat(), SwDoc::GetGrfNms(), SwNode::GetGrfNode(), SwDoc::getIDocumentContentOperations(), SwDoc::getIDocumentDrawModelAccess(), SwFormat::GetItemIfSet(), SfxItemPool::GetMetric(), SwFormat::GetName(), SwNodeIndex::GetNode(), SwDoc::GetNodes(), SwNode::GetNoTextNode(), SwOLEObj::GetObject(), SwOLENode::GetOLEObj(), GetOrCreateSdrObject(), SdrObject::GetOrdNum(), SdrModel::GetPage(), SfxItemPropertySet::getPropertyMap(), getSvxBrushItemFromSourceSet(), SwContentNode::GetSwAttrSet(), GoInDoc(), SwNoTextNode::HasContour_(), uno::Any::hasValue(), i, tools::PolyPolygon::Insert(), SwNoTextNode::IsContourMapModeValid(), IsDescriptor(), isGRFATR(), SwDoc::IsInReading(), SwDoc::IsInXMLImport(), Graphic::IsNone(), SwTextBoxHelper::isTextBox(), lcl_GetFrameFormat(), vcl::graphic::loadFromURL(), m_eType, m_nDrawAspect, m_nVisibleAreaHeight, m_nVisibleAreaWidth, m_pDoc, m_pProps, m_pPropSet, MID_ANCHOR_ANCHORFRAME, MID_ANCHOR_ANCHORTYPE, MID_BITMAP, MID_NAME, SwPaM::Move(), mxStyleData, mxStyleFamily, nCount, SwPosition::nNode, nValue, tools::Polygon::Optimize(), OWN_ATTR_FILLBMP_MODE, pObject, Point, SvxFrameDirectionItem::PutValue(), XFillBitmapItem::PutValue(), IDocumentContentOperations::ReRead(), RES_ANCHOR(), RES_BACKGROUND(), RES_DRAWFRMFMT(), RES_FLYFRMFMT(), RES_FRAMEDIR(), RES_FRMATR_BEGIN(), RES_FRMATR_END(), RES_UNKNOWNATR_CONTAINER(), SwFormatAnchor::SetAnchor(), SwContentNode::SetAttr(), SwNoTextNode::SetAutomaticContour(), SwNoTextNode::SetContour(), SwNoTextNode::SetContourAPI(), SvxShape::SetFillAttribute(), SwDoc::SetFlyFrameAttr(), SwDoc::SetFlyFrameDescription(), SwDoc::SetFlyFrameTitle(), SwFormat::SetFormatAttr(), SwDoc::SetFrameFormatToFly(), svt::EmbeddedObjectRef::SetGraphic(), SwFlyFrameFormat::SetObjTooltip(), SwNoTextNode::SetPixelContour(), tools::Polygon::SetPoint(), SfxItemPropertySet::setPropertyValue(), setSvxBrushItemAsFillAttributesToTargetSet(), SwFormatAnchor::SetType(), SwPaM::Start(), SvxUnoConvertFromMM(), sw_ChkAndSetNewAnchor(), SwDoc::Unchain(), UNO_NAME_CHAIN_NEXT_NAME, UNO_NAME_CHAIN_PREV_NAME, SwFormat::Which(), X, XATTR_FILL_FIRST(), XATTR_FILL_LAST(), XATTR_FILLBITMAP(), XATTR_FILLBMP_SIZEX(), XATTR_FILLBMP_SIZEY(), XATTR_FILLFLOATTRANSPARENCE(), XATTR_FILLGRADIENT(), XATTR_FILLHATCH(), xFrame, and Y.
Referenced by attachToRange(), and setSize().
|
overridevirtual |
Definition at line 3189 of file unoframe.cxx.
References setPropertyValue().
|
overridevirtual |
Definition at line 1177 of file unoframe.cxx.
References cppu::supportsService().
|
private |
Definition at line 71 of file unoframe.hxx.
Referenced by attachToRange(), getName(), IsDescriptor(), ResetDescriptor(), and setName().
|
private |
Definition at line 67 of file unoframe.hxx.
Referenced by attachToRange(), GetFlyCntType(), getPropertySetInfo(), getPropertyStates(), getPropertyValue(), setPropertyToDefault(), and setPropertyValue().
|
private |
Definition at line 74 of file unoframe.hxx.
Referenced by attachToRange(), and setPropertyValue().
|
private |
Definition at line 76 of file unoframe.hxx.
Referenced by attachToRange(), and setPropertyValue().
|
private |
Definition at line 75 of file unoframe.hxx.
Referenced by attachToRange(), and setPropertyValue().
|
private |
Definition at line 65 of file unoframe.hxx.
Referenced by attachToRange(), DisposeInternal(), getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 62 of file unoframe.hxx.
Referenced by attachToRange(), DisposeInternal(), and GetFrameFormat().
|
private |
Definition at line 60 of file unoframe.hxx.
Referenced by addEventListener(), DisposeInternal(), and removeEventListener().
|
private |
Definition at line 70 of file unoframe.hxx.
Referenced by attachToRange(), getPropertyValue(), ResetDescriptor(), setPropertyValue(), and ~SwXFrame().
|
private |
Definition at line 64 of file unoframe.hxx.
Referenced by getPropertyDefault(), getPropertySetInfo(), getPropertyStates(), getPropertyValue(), setPropertyToDefault(), and setPropertyValue().
|
private |
Definition at line 72 of file unoframe.hxx.
Referenced by attachToRange(), getName(), and setName().
|
private |
Definition at line 77 of file unoframe.hxx.
Referenced by getPropertyValue().
|
protected |
Definition at line 81 of file unoframe.hxx.
Referenced by DisposeInternal(), getPropertyValue(), ResetDescriptor(), and setPropertyValue().
|
protected |
Definition at line 82 of file unoframe.hxx.
Referenced by DisposeInternal(), ResetDescriptor(), and setPropertyValue().