Home
last modified time | relevance | path

Searched refs:SwEndNode (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sw/inc/
H A Dnode.hxx49 class SwEndNode;
134 inline SwEndNode* EndOfSectionNode();
151 inline SwEndNode *GetEndNode();
152 inline const SwEndNode *GetEndNode() const;
323 SwEndNode* pEndOfSection;
351 class SwEndNode : public SwNode class
363 DECL_FIXEDMEMPOOL_NEWDEL(SwEndNode)
367 SwEndNode( const SwEndNode & rNode );
368 SwEndNode & operator= ( const SwEndNode & rNode );
622 inline SwEndNode *SwNode::GetEndNode() in GetEndNode()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx88 pEndOfInserts = new SwEndNode( *this, nPos++, *pTmp ); in SwNodes()
92 pEndOfAutotext = new SwEndNode( *this, nPos++, *pTmp ); in SwNodes()
100 pEndOfContent = new SwEndNode( *this, nPos++, *pTmp ); in SwNodes()
664 pSttNode->pEndOfSection = (SwEndNode*)pNd; in _MoveNodes()
720 new SwEndNode( aIdx, *pTmp ); in _MoveNodes()
767 pSttNd->pEndOfSection = (SwEndNode*)pAktNode; in _MoveNodes()
830 new SwEndNode( aTmpEIdx, *pTmpStt ); in _MoveNodes()
1236 pSttNd->pEndOfSection = (SwEndNode*)pAktNode; in SectionUpDown()
2135 new SwEndNode( aInsPos, *pTmp ); in _CopyNodes()
2222 new SwEndNode( rIdx, *pSttNd ); in MakeEmptySection()
[all …]
H A Dnode.cxx950 pEndOfSection = (SwEndNode*)this; in SwStartNode()
957 pEndOfSection = (SwEndNode*)this; in SwStartNode()
1004 SwEndNode::SwEndNode( const SwNodeIndex &rWhere, SwStartNode& rSttNd ) in SwEndNode() function in SwEndNode
1011 SwEndNode::SwEndNode( SwNodes& rNds, sal_uLong nPos, SwStartNode& rSttNd ) in SwEndNode() function in SwEndNode
H A Dndtbl.cxx325 new SwEndNode( aEndIdx, *pSttNd ); in InsBoxen()
610 SwEndNode* pEndNd = new SwEndNode( rNdIdx, *pTblNd ); in InsertTable()
649 new SwEndNode( aIdx, *pSttNd ); in InsertTable()
930 new SwEndNode( rRange.aEnd, *pTblNd ); in TextToTable()
1042 new SwEndNode( aCntPos.nNode, *pSttNd ); in TextToTable()
1057 new SwEndNode( aTmpIdx, *pSttNd ); in TextToTable()
1320 new SwEndNode( aInsertIndex, *pTblNd ); in TextToTable()
1423 new SwEndNode( aCellEndIdx, *pSttNd ); in TextToTable()
3491 SwEndNode* pOldTblEndNd = (SwEndNode*)pTNd->EndOfSectionNode()->GetEndNode(); in SplitTable()
3495 new SwEndNode( aIdx, *pTNd ); in SplitTable()
[all …]
H A Dndsect.cxx417 const SwEndNode* pNxtNd; in IsInsRegionAvailable()
910 new SwEndNode( aInsPos, *pSectNd ); in InsertTextSection()
1282 SwEndNode* pEndNd = new SwEndNode( rIdx, *pSectNd ); in MakeCopy()
H A Dndcopy.cxx465 SwEndNode* pEndNd = new SwEndNode( rIdx, *pTblNd ); in MakeCopy()
/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.hxx38 class SwEndNode;
134 virtual void OutputEndNode( const SwEndNode& );
H A DWW8TableInfo.cxx619 SwEndNode * pEndNode = rNode.GetEndNode(); in processSwTableByLayout()
675 SwEndNode * pEndNode = pTableNode->EndOfSectionNode(); in processSwTable()
743 const SwEndNode * pEndNd = pSttNd->EndOfSectionNode(); in processTableBoxLines()
837 SwEndNode * pEndNode = rNode.GetEndNode( ); in processTableBox()
H A Drtfexport.hxx40 class SwEndNode;
H A Ddocxexport.cxx311 void DocxExport::OutputEndNode( const SwEndNode& rEndNode ) in OutputEndNode()
H A Dwrtww8.hxx799 virtual void OutputEndNode( const SwEndNode& );
H A Dwrtww8.cxx4022 void MSWordExportBase::OutputEndNode( const SwEndNode &rNode ) in OutputEndNode()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx753 SwEndNode *const pTableEnd = pTblNode->EndOfSectionNode(); in insertTextContentAfter()
763 SwEndNode *const pEnd = pSectNode->EndOfSectionNode(); in insertTextContentAfter()
860 SwEndNode *const pTableEnd = pTblNode->EndOfSectionNode(); in removeTextContentAfter()
874 SwEndNode *const pEnd = pSectNode->EndOfSectionNode(); in removeTextContentAfter()
1001 const SwEndNode* pEnd = pStartNode->EndOfSectionNode(); in setString()
1702 SwEndNode *const pTableEnd = pEndTableNode->EndOfSectionNode(); in convertToTextFrame()
H A Dunosect.cxx481 const SwEndNode* pEndNode = pIdx->GetNode().EndOfSectionNode(); in getAnchor()
H A Dunoobj2.cxx610 const SwEndNode * pOwnEndNode = pOwnStartNode->EndOfSectionNode(); in lcl_CursorIsInSection()
/trunk/main/sw/source/core/bastyp/
H A Dswtypes.cxx62 IMPL_FIXEDMEMPOOL_NEWDEL( SwEndNode, 20, 20 )
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx512 SwEndNode *pEndNd = pDoc->GetNodes()[pPam->GetPoint()->nNode.GetIndex()+1] in EndSection()
H A Dwrthtml.cxx516 const SwEndNode *pEndNd = rHTMLWrt.pDoc->GetNodes()[nIndex]->GetEndNode(); in lcl_html_IsMultiColEnd()
H A Dhtmltab.cxx4190 const SwEndNode *pEndNd = pStNd->EndOfSectionNode(); in BuildTableCell()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx550 SwEndNode* pEndNd = new SwEndNode( aEndIdx, *pTblNd ); in UndoTableToText()
640 new SwEndNode( aEndIdx, *pSttNd ); in UndoTableToText()
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx819 if (const SwEndNode *pEnd = pStart->EndOfSectionNode()) in ReadTable()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2898 const SwEndNode *pEndNd = pPrevSttNd ? pPrevSttNd->EndOfSectionNode() in InsertTableSection()

Completed in 261 milliseconds