55 nEndIdx = GetNodes().GetEndOfAutotext().GetIndex();
56 while( nSttIdx < nEndIdx &&
57 nullptr != (pStNd = GetNodes()[ nSttIdx ]->
GetStartNode()) )
59 SwNode *pNd = GetNodes()[ nSttIdx+1 ];
61 static_cast<SwOLENode*
>(pNd)->GetOLEObj().GetOleRef() == xObj )
64 SwFrame *pFrame =
static_cast<SwOLENode*
>(pNd)->getLayoutFrame( GetLayout() );
72 OSL_ENSURE( bExist,
"OLE-Object unknown and FlyFrame not found." );
79 return GetDoc()->GetUniqueOLEName();
84 return GetDoc()->GetUniqueFrameName();
89 return GetDoc()->GetUniqueShapeName();
102 ClearAutomaticContour();
104 if( static_cast<SwOleClient*>(pIPClient)->IsCheckForOLEInCaption() !=
105 IsCheckForOLEInCaption() )
106 SetCheckForOLEInCaption( !IsCheckForOLEInCaption() );
117 sfx2::LinkManager& rLinkManager = GetDoc()->getIDocumentLinksAdministration().GetLinkManager();
118 if (rLinkManager.
GetLinks().size() > 1)
Starts a section of nodes in the document model.
Base class of the Writer layout elements.
SwContentNode * GetNode(SwPaM &rPam, bool &rbFirst, SwMoveFnCollection const &fnMove, bool const bInReadOnly, SwRootFrame const *const i_pLayout)
This function returns the next node in direction of search.
SwOLENode * GetOLENode()
Inline methods from Node.hxx.
sal_uLong StartOfSectionIndex() const
const SwOLEObj & GetOLEObj() const
bool IsObjectInPlaceActive() const
css::uno::Reference< css::embed::XEmbeddedObject > const & GetOleRef()
SwFlyFrame * FindFlyFrame()
static SwNodePtr GetStartNode(SwOutlineNodes const *pOutlNds, int nOutlineLevel, SwOutlineNodes::size_type *nOutl)
bool getUserAllowsLinkUpdate() const
const SvBaseLinks & GetLinks() const
bool FinishOLEObj()
Shutdown server.
const SwFrame * Lower() const
OUString GetUniqueFrameName() const
SAL_DLLPRIVATE SwFlyFrame * FindFlyFrame(const css::uno::Reference< css::embed::XEmbeddedObject > &) const
sal_uLong EndOfSectionIndex() const
void setUserAllowsLinkUpdate(bool bNew)
general base class for all free-flowing frames
void UpdateAllLinks(bool bAskUpdate, bool bUpdateGrfLinks, weld::Window *pParentWin)
bool IsNoTextFrame() const
OUString GetUniqueShapeName() const
OUString GetUniqueOLEName() const
Base class of the Writer document model elements.