Lines Matching refs:SwGrfNode
39 class SW_DLLPUBLIC SwGrfNode: public SwNoTxtNode class
61 SwGrfNode( const SwNodeIndex& rWhere,
67 SwGrfNode( const SwNodeIndex& rWhere,
71 SwGrfNode( const SwNodeIndex& rWhere,
129 virtual ~SwGrfNode();
224 inline SwGrfNode *SwNode::GetGrfNode() in GetGrfNode()
226 return ND_GRFNODE == nNodeType ? (SwGrfNode*)this : 0; in GetGrfNode()
228 inline const SwGrfNode *SwNode::GetGrfNode() const in GetGrfNode()
230 return ND_GRFNODE == nNodeType ? (const SwGrfNode*)this : 0; in GetGrfNode()
234 inline sal_Bool SwGrfNode::IsLinkedFile() const in IsLinkedFile()
238 inline sal_Bool SwGrfNode::IsLinkedDDE() const in IsLinkedDDE()