Lines Matching refs:SwOLENode

168 	SwOLENode*			pOleNode;
171 SwEmbedObjectLink(SwOLENode* pNode);
183 SwEmbedObjectLink::SwEmbedObjectLink(SwOLENode* pNode): in SwEmbedObjectLink()
245 SwOLENode::SwOLENode( const SwNodeIndex &rWhere, in SwOLENode() function in SwOLENode
258 SwOLENode::SwOLENode( const SwNodeIndex &rWhere, in SwOLENode() function in SwOLENode
272 SwOLENode::~SwOLENode() in ~SwOLENode()
278 Graphic* SwOLENode::GetGraphic() in GetGraphic()
285 Graphic* SwOLENode::GetHCGraphic() in GetHCGraphic()
290 SwCntntNode *SwOLENode::SplitCntntNode( const SwPosition & ) in SplitCntntNode()
299 sal_Bool SwOLENode::RestorePersistentData() in RestorePersistentData()
339 sal_Bool SwOLENode::SavePersistentData() in SavePersistentData()
406 SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere, in MakeOLENode()
413 SwOLENode *pNode = in MakeOLENode()
414 new SwOLENode( rWhere, xObj, pGrfColl, pAutoAttr ); in MakeOLENode()
430 SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere, in MakeOLENode()
435 SwOLENode *pNode = in MakeOLENode()
436 new SwOLENode( rWhere, rName, nAspect, pGrfColl, pAutoAttr ); in MakeOLENode()
451 Size SwOLENode::GetTwipSize() const in GetTwipSize()
454 return ((SwOLENode*)this)->aOLEObj.GetObject().GetSize( &aMapMode ); in GetTwipSize()
457 SwCntntNode* SwOLENode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) const in MakeCopy()
480 SwOLENode* pOLENd = pDoc->GetNodes().MakeOLENode( rIdx, aNewName, GetAspect(), in MakeCopy()
496 sal_Bool SwOLENode::IsInGlobalDocSection() const in IsInGlobalDocSection()
530 sal_Bool SwOLENode::IsOLEObjectDeleted() const in IsOLEObjectDeleted()
547 void SwOLENode::GetNewReplacement() in GetNewReplacement()
553 sal_Bool SwOLENode::UpdateLinkURL_Impl() in UpdateLinkURL_Impl()
603 void SwOLENode::BreakFileLink_Impl() in BreakFileLink_Impl()
626 void SwOLENode::DisconnectFileLink_Impl() in DisconnectFileLink_Impl()
635 void SwOLENode::CheckFileLink_Impl() in CheckFileLink_Impl()
662 bool SwOLENode::IsChart() const in IsChart()
759 void SwOLEObj::SetNode( SwOLENode* pNode ) in SetNode()
791 ( (SwOLENode*)pOLENd )->CheckFileLink_Impl(); // for this notification nonconst access is required in SetNode()
848 ( (SwOLENode*)pOLENd )->CheckFileLink_Impl(); // for this notification nonconst access is required in GetOleRef()