Home
last modified time | relevance | path

Searched refs:EndOfSectionNode (Results 1 – 25 of 76) sorted by relevance

1234

/aoo42x/main/sw/source/core/crsr/
H A Dtrvltbl.cxx79 SwNodeIndex aCellStt( *pTableBoxStartNode->EndOfSectionNode(), 1 ); in GoNextCell()
248 pTblCrsr->GetPoint()->nNode = *pStt->GetSttNd()->EndOfSectionNode(); in _SelTblRowOrCol()
287 pTblCrsr->GetPoint()->nNode = *pTblNd->EndOfSectionNode(); in SelTbl()
367 const SwNode* pTableEndNode = pTblNd->EndOfSectionNode(); in lcl_FindNextCell()
389 aTmp.Assign( *pCNd->EndOfSectionNode(), 1 ); in lcl_FindNextCell()
423 aTmp.Assign( *pCNd->EndOfSectionNode(), +1 ); in lcl_FindNextCell()
564 aIdx.Assign( *pTblNd->EndOfSectionNode(), 1 ); in GotoNextTable()
578 aIdx.Assign( *pTblNd->EndOfSectionNode(), + 1 ); in GotoNextTable()
584 aIdx = *aIdx.GetNode().EndOfSectionNode(); in GotoNextTable()
589 aIdx.Assign( *pTblNd->EndOfSectionNode(), + 1 ); in GotoNextTable()
[all …]
H A Dtrvlreg.cxx76 aIdx = *pNd->EndOfSectionNode(); in GotoPrevRegion()
101 aIdx.Assign( *pNd->EndOfSectionNode(), - 1 ); in GotoNextRegion()
116 aIdx.Assign( *pNd->EndOfSectionNode(), +1 ); in GotoNextRegion()
125 aIdx.Assign( *pNd->EndOfSectionNode(), +1 ); in GotoNextRegion()
132 aIdx = *pNd->EndOfSectionNode(); in GotoNextRegion()
164 SwNodeIndex aIdx( *pNd->EndOfSectionNode() ); in GotoCurrRegion()
199 SwNodeIndex aIdx( *pNd->EndOfSectionNode() ); in GotoCurrRegionAndSkip()
H A Dswcrsr.cxx630 FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
632 SwNodeIndex aCellStt( *GetNode()->FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
644 IDX.Assign( *pCNd->FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
1870 const SwNode* pEndNd = pTblNd->EndOfSectionNode(); in UpDown()
2003 pTableBoxStartNode->EndOfSectionNode() : in GoPrevNextCell()
2232 aIdx.Assign( *pSttNd->EndOfSectionNode(), - 1 ); in MakeBoxSels()
2298 pPos->nNode.Assign( *pSttNd->EndOfSectionNode(), - 1 ); in MakeBoxSels()
/aoo42x/main/sw/source/core/docnode/
H A Dndsect.cxx99 aChkIdx > pTblNd->EndOfSectionNode()->GetIndex() ) in lcl_IsInSameTblBox()
330 SwPaM aPam( *pNewSectNode->EndOfSectionNode(), *pNewSectNode, 1 ); in InsertSwSection()
438 pNxtNd = pNd->EndOfSectionNode(); in IsInsRegionAvailable()
544 SwPaM aPaM( *pSectNd->EndOfSectionNode(), *pSectNd ); in DelSectionFmt()
675 *pSectNd, *pSectNd->EndOfSectionNode() ); in UpdateSection()
870 pTemp = pTemp->EndOfSectionNode(); in InsertTextSection()
1097 SwNodeIndex aIdx( *EndOfSectionNode() ); in MakeFrms()
1215 new SwNodeIndex( *EndOfSectionNode(), 1 ); in MakeFrms()
1250 aIdx = *EndOfSectionNode(); in DelFrms()
1252 !CheckNodesRange( *EndOfSectionNode(), aIdx, sal_True ) || in DelFrms()
[all …]
H A Dndtbl.cxx342 new SwTxtNode( SwNodeIndex( *pSttNd->EndOfSectionNode() ), in InsBoxen()
348 SwNodeIndex( *pSttNd->EndOfSectionNode() ), in InsBoxen()
1257 SwNode * pEndNode = rNode.EndOfSectionNode(); in ExpandRangeForTableBox()
1495 SwNodeRange aRg( *pTblNd, 0, *pTblNd->EndOfSectionNode() ); in TableToText()
1569 *rpBox->GetSttNd()->EndOfSectionNode() ); in lcl_DelBox()
1628 &rRange.aEnd.GetNode() != pTblNd->EndOfSectionNode() ) in TableToText()
1707 aDelRg.aStart = *pSNd->EndOfSectionNode(); in TableToText()
2564 SwNodeIndex aIdx( *EndOfSectionNode()); in SetNewTable()
3329 SwNodeIndex aNdIdx( *pNew->EndOfSectionNode() ); in SplitTable()
3698 SwEndNode* pTblEndNd = pDelTblNd->EndOfSectionNode(); in MergeTable()
[all …]
H A Dnodes.cxx1187 aTmpIdx = *pRange->aEnd.GetNode().EndOfSectionNode(); in SectionUp()
1523 (*pIdx) = *pIdx->GetNode().EndOfSectionNode(); in GoEndOfSection()
2080 *pSttNd->EndOfSectionNode() ), in _CopyNodes()
2086 aRg.aStart = *pSttNd->EndOfSectionNode(); in _CopyNodes()
2091 aRg.aStart = *pAktNode->EndOfSectionNode(); in _CopyNodes()
2255 aTmp = *pNd->EndOfSectionNode(); in GoNextSection()
2268 aTmp = *pNd->EndOfSectionNode(); in GoNextSection()
2279 aTmp = *pSectNd->EndOfSectionNode(); in GoNextSection()
2640 return DocumentSectionStartNode(pNode)->EndOfSectionNode(); in DocumentSectionEndNode()
/aoo42x/main/sw/source/core/edit/
H A Dedsect.cxx362 ( pInnermostNode->EndOfSectionNode()->GetIndex() >= in lcl_SpecialInsertNode()
388 while( (aEnd != pInnermostNode->EndOfSectionNode()->GetIndex()) && in lcl_SpecialInsertNode()
391 bool bEnd = ( aEnd == pInnermostNode->EndOfSectionNode()->GetIndex() ); in lcl_SpecialInsertNode()
395 pReturn = pInnermostNode->EndOfSectionNode(); in lcl_SpecialInsertNode()
H A Dedtab.cxx78 SwNodeIndex endNodeIndex( *pTableBox->GetSttNd()->EndOfSectionNode() ); in ConvertNestedTablesToText()
171 pCrsr->GetPoint()->nNode = *pTblNd->EndOfSectionNode(); in TableToText()
/aoo42x/main/sw/inc/
H A Dnode.hxx133 inline const SwEndNode* EndOfSectionNode() const;
134 inline SwEndNode* EndOfSectionNode();
722 inline const SwEndNode* SwNode::EndOfSectionNode() const in EndOfSectionNode() function in SwNode
727 inline SwEndNode* SwNode::EndOfSectionNode() in EndOfSectionNode() function in SwNode
/aoo42x/main/sw/source/core/doc/
H A Ddocchart.cxx151 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in _UpdateCharts()
213 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in SetTableName()
259 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in CreateChartInternalDataProviders()
H A Ddocdde.cxx326 *aPara.pTblNd->EndOfSectionNode(), 1 ); in SelectServerObj()
339 rpRange = new SwNodeRange( *pNd, 1, *pNd->EndOfSectionNode() ); in SelectServerObj()
407 *aPara.pSectNd->EndOfSectionNode() ); in SelectServerObj()
H A Ddocdesc.cxx327 *aRCnt.GetCntntIdx()->GetNode().EndOfSectionNode() ); in ChgPageDesc()
328 aTmp = *pSttNd->EndOfSectionNode(); in ChgPageDesc()
386 *aRCnt.GetCntntIdx()->GetNode().EndOfSectionNode() ); in ChgPageDesc()
387 aTmp = *pSttNd->EndOfSectionNode(); in ChgPageDesc()
H A Ddoctxm.cxx560 SwPaM aSearchPam(*pMyNode->EndOfSectionNode()); in DeleteTOX()
561 SwPosition aEndPos(*pStartNd->EndOfSectionNode()); in DeleteTOX()
582 SwPosition aInsPos(*pMyNode->EndOfSectionNode()); in DeleteTOX()
592 SwPaM aPam(*pMyNode->EndOfSectionNode(), *pMyNode); in DeleteTOX()
779 rPos.nNode = *pSectNd->EndOfSectionNode(); in SetPosAtStartEnd()
837 ( pSectNd->EndOfSectionNode()->GetIndex() < in Update()
842 SwNodeIndex aIdx( *(pSectNd->EndOfSectionNode()) ); in Update()
899 SwNodeIndex aEndIdx( *pSectNd->EndOfSectionNode() ); in Update()
H A Ddocsort.cxx294 const SwNode *pNd = 0, *pEndNd = pMyBox->GetSttNd()->EndOfSectionNode(); in GetKey()
767 aRg.aEnd = *pNd->EndOfSectionNode(); in MoveCell()
785 SwNodeRange aRgTar( aTar.GetNode(), 0, *pNd->EndOfSectionNode() ); in MoveCell()
790 SwNodeIndex aIns( *pTar->GetSttNd()->EndOfSectionNode() ); in MoveCell()
H A Dlist.cxx91 SwPaM aPam( *pNode, *pNode->EndOfSectionNode() ); in SwListImpl()
98 pNode = pNode->EndOfSectionNode(); in SwListImpl()
H A Dswserv.cxx86 *CNTNT_TYPE.pTblNd->EndOfSectionNode() ); in GetData()
93 pPam->GetPoint()->nNode = *CNTNT_TYPE.pSectNd->EndOfSectionNode(); in GetData()
H A Ddoccomp.cxx913 const SwNode* pEndNd = rNode.EndOfSectionNode(); in GetHashValue()
946 pNd = rNode.EndOfSectionNode(); in GetEndNode()
954 pNd = rNode.EndOfSectionNode(); in GetEndNode()
971 const SwNode* pEndNd = rNode.EndOfSectionNode(); in SimpleTableToText()
1271 pNd = pNd->EndOfSectionNode(); in NextIdx()
H A Ddocnum.cxx500 pNd = aSttRg.GetNode().EndOfSectionNode(); in MoveOutlinePara()
539 pNd = aInsertPos.GetNode().EndOfSectionNode(); in MoveOutlinePara()
1939 pTmp2 = pTmp1->EndOfSectionNode(); in MoveParagraph()
1943 pTmp1 = pTmp1->StartOfSectionNode()->EndOfSectionNode(); in MoveParagraph()
2000 pTmp1 = pTmp1->EndOfSectionNode(); in MoveParagraph()
2009 pTmp2 = pTmp2->EndOfSectionNode(); in MoveParagraph()
H A Ddocredln.cxx1523 SwPaM aTemp(*rNode.EndOfSectionNode(), rNode); in DeleteRedline()
2713 aNewStt.nNode = *rCurNd.EndOfSectionNode(); in InsertWithValidRanges()
3395 SwPosition aPos( *pSttNd->EndOfSectionNode() ); in MoveToSection()
3472 SwPosition aPos( *pSttNd->EndOfSectionNode() ); in CopyToSection()
3477 SwNodeIndex aInsPos( *pSttNd->EndOfSectionNode() ); in CopyToSection()
3630 *pCntntSect->GetNode().EndOfSectionNode(), 1, in MoveFromSection()
3842 SwNodeIndex aTmpIdx( *pCntntSect->GetNode().EndOfSectionNode() ); in GetDescr()
/aoo42x/main/sw/source/core/undo/
H A Duntbl.cxx349 SwPaM aPam( *pTblNode->EndOfSectionNode(), *pTblNode, 1 ); in RedoImpl()
532 pPam->GetPoint()->nNode = *pTblNd->EndOfSectionNode(); in UndoImpl()
701 pPam->GetPoint()->nNode = *pTblNd->EndOfSectionNode(); in RepeatImpl()
783 SwNodeIndex aEndIdx( *pTNd->EndOfSectionNode() ); in UndoImpl()
1829 *pBox->GetSttNd()->EndOfSectionNode() ); in UndoImpl()
2081 *pBox->GetSttNd()->EndOfSectionNode() ), pColl ); in UndoImpl()
2538 const SwNode *pEndNode = rBox.GetSttNd()->EndOfSectionNode(); in UndoImpl()
2689 SwPaM aPam( aInsIdx.GetNode(), *rBox.GetSttNd()->EndOfSectionNode()); in RedoImpl()
2764 SwPaM aPam( aInsIdx.GetNode(), *rBox.GetSttNd()->EndOfSectionNode() ); in AddBoxBefore()
2863 SwNodeIndex( *rBox.GetSttNd()->EndOfSectionNode() )); in PrepareRedline()
[all …]
H A Dunsect.cxx197 SwPaM aPam( *pSectNd->EndOfSectionNode(), *pSectNd, 1 ); in RedoImpl()
204 SwPaM aPam( *pSectNd->EndOfSectionNode(), *pSectNd, 1 ); in RedoImpl()
/aoo42x/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()
1382 SwNodeIndex( *pStartNode->EndOfSectionNode(), -1 ) ); in finishOrAppendParagraph()
1589 SwPaM aPam(*pStartNode->EndOfSectionNode()); in appendTextContent()
1702 SwEndNode *const pTableEnd = pEndTableNode->EndOfSectionNode(); in convertToTextFrame()
2537 aPam.GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in CreateTextCursor()
2874 pUnoCrsr->GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in createTextCursor()
/aoo42x/main/sw/source/filter/rtf/
H A Drtffly.cxx375 aPrev.GetNode().EndOfSectionNode() == &aRg.aEnd.GetNode()) in SetFlysInDoc()
383 aTmpIdx = *pSttNd->EndOfSectionNode(); in SetFlysInDoc()
472 SwNodeIndex aEndNd(*pSttNd->EndOfSectionNode()); in SetFlysInDoc()
1143 pPam->GetPoint()->nNode = *pSttBoxNd->EndOfSectionNode(); in ReadFly()
1148 pPam->GetPoint()->nNode = *pSttBoxNd->EndOfSectionNode(); in ReadFly()
1173 *pFlySNd->GetNode().EndOfSectionNode(), 0 ); in ReadFly()
H A Drtftbl.cxx819 if (const SwEndNode *pEnd = pStart->EndOfSectionNode()) in ReadTable()
903 pPam->GetPoint()->nNode = *rBoxes[ nRealBox ]->GetSttNd()->EndOfSectionNode(); in GotoNextBox()
987 pPam->GetPoint()->nNode = *pBox->GetSttNd()->EndOfSectionNode(); in NewTblLine()
/aoo42x/main/sw/source/core/txtnode/
H A Datrftn.cxx303 *m_pStartNode->GetNode().EndOfSectionNode() ); in CopyFtn()
308 SwNodeIndex aEnd( *aStart.GetNode().EndOfSectionNode() ); in CopyFtn()

Completed in 612 milliseconds

1234