Searched refs:aNdIdx (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 337 aNdIdx++; in GoNextPara() 344 pNewNd = &aNdIdx.GetNode(); in GoNextPara() 1043 aDelPam.GetPoint()->nNode = aNdIdx; in SetColl() 1148 aDelPam.GetPoint()->nNode = aNdIdx; in DeleteAktPara() 1192 aNdIdx = aTmp.GetPoint()->nNode; in DeleteSel() 1203 aDelPam.GetPoint()->nNode = aNdIdx; in DeleteAktNxtPara() 1237 aDelPam.GetPoint()->nNode = aNdIdx; in DelEmptyLine() 1260 aDelPam.GetMark()->nNode = aNdIdx; in DelEmptyLine() 1313 aDelPam.GetPoint()->nNode = aNdIdx; in DelPrevPara() 1916 aDelPam.GetPoint()->nNode = aNdIdx; in AutoCorrect() [all …]
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 675 SwIndex aNdIdx( pFirstTxtNd ); in CalculateFlySize() local 677 RTL_CONSTASCII_STRINGPARAM( "MM" )), aNdIdx ); in CalculateFlySize() 681 aNdIdx -= 2; in CalculateFlySize() 682 pFirstTxtNd->EraseText( aNdIdx, 2 ); in CalculateFlySize()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 876 SwNodeIndex aNdIdx( *pDestNd->EndOfSectionNode()); in Paste() local 881 SwCntntNode* pCNd = GetDoc()->GetNodes().GoNext( &aNdIdx ); in Paste() 882 SwPosition aPos( aNdIdx, SwIndex( pCNd, 0 )); in Paste() 896 aNdIdx = *pSttNd; in Paste() 897 SwCntntNode* pCNd = GetDoc()->GetNodes().GoNext( &aNdIdx ); in Paste() 898 SwPosition aPos( aNdIdx, SwIndex( pCNd, 0 )); in Paste()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | ddetbl.cxx | 133 SwNodeIndex aNdIdx( *pBox->GetSttNd(), 1 ); in ChangeContent() local 134 SwTxtNode* pTxtNode = aNdIdx.GetNode().GetTxtNode(); in ChangeContent()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 515 SwNodeIndex aNdIdx( *pTblNd, 1 ); // auf den ersten Box-StartNode in InsertTable() local 541 GetNodes()[ aNdIdx.GetIndex()+1 ]->GetCntntNode()-> in InsertTable() 571 SwTableBox *pBox = new SwTableBox( pBoxF, aNdIdx, pLine); in InsertTable() 573 aNdIdx += 3; // StartNode, TextNode, EndNode == 3 Nodes in InsertTable() 577 GetNodes().GoNext( &aNdIdx ); // zum naechsten ContentNode in InsertTable() 578 pTblNd->MakeFrms( &aNdIdx ); in InsertTable() 3329 SwNodeIndex aNdIdx( *pNew->EndOfSectionNode() ); in SplitTable() local 3330 GetNodes().GoNext( &aNdIdx ); // zum naechsten ContentNode in SplitTable() 3331 pNew->MakeFrms( &aNdIdx ); in SplitTable() 4420 SwNodeIndex aNdIdx( *pSttNd, 1 ); in InsCopyOfTbl() local [all …]
|
H A D | nodes.cxx | 129 SwNodeIndex aNdIdx( *this ); in ~SwNodes() local 132 pNode = &aNdIdx.GetNode(); in ~SwNodes() 136 aNdIdx++; in ~SwNodes()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docredln.cxx | 3378 SwNodeIndex aNdIdx( *pTxtNd ); in MoveToSection() local 3379 SwPosition aPos( aNdIdx, SwIndex( pTxtNd )); in MoveToSection() 3445 SwNodeIndex aNdIdx( *pSttNd, 1 ); in CopyToSection() local 3446 SwTxtNode* pTxtNd = aNdIdx.GetNode().GetTxtNode(); in CopyToSection() 3447 SwPosition aPos( aNdIdx, SwIndex( pTxtNd )); in CopyToSection() 3642 SwNodeIndex aNdIdx( GetPoint()->nNode, -1 ); in MoveFromSection() local 3660 GetMark()->nNode = aNdIdx.GetIndex() + 1; in MoveFromSection()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 206 SwNodeIndex aNdIdx( *pNode ); in lcl_CalculateRepaintRect() local 207 SwPosition aPos( aNdIdx, SwIndex( pNode, nChgEnd ) ); in lcl_CalculateRepaintRect() 236 aPos = SwPosition( aNdIdx, SwIndex( pNode, nChgStart ) ); in lcl_CalculateRepaintRect()
|
H A D | thints.cxx | 1428 SwIndex aNdIdx( this, *pAttr->GetStart() ); in InsertHint() local 1430 InsertText( c, aNdIdx, nInsertFlags ); in InsertHint()
|
Completed in 167 milliseconds