Home
last modified time | relevance | path

Searched refs:pLastNode (Results 1 – 5 of 5) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx1892 ContentNode* pLastNode = aEditDoc.SaveGetObject( (aEditDoc.Count()-1) ); in ImpSpell()
1907 if ( aCurSel.Max().GetNode() == pLastNode ) in ImpSpell()
1909 if ( ( aCurSel.Max().GetIndex() >= pLastNode->Len() ) ) in ImpSpell()
2041 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count()-1); in SpellSentence()
2042 aCurSel.Max() = EditPaM(pLastNode, pLastNode->Len()); in SpellSentence()
2364 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count() - 1 ); in DoOnlineSpelling() local
2393 … || ( ( aSel.Max().GetNode() == pLastNode ) && ( aSel.Max().GetIndex() >= pLastNode->Len() ) ) ) in DoOnlineSpelling()
2558 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count() - 1 ); in HasSpellErrors() local
2566 if ( ( aCurSel.Max().GetNode() == pLastNode ) && in HasSpellErrors()
2567 ( aCurSel.Max().GetIndex() >= pLastNode->Len() ) ) in HasSpellErrors()
H A Deditdoc.hxx775 ContentNode* pLastNode = GetObject( Count()-1 ); in GetEndPaM() local
776 return EditPaM( pLastNode, pLastNode->Len() ); in GetEndPaM()
H A Dimpedit2.cxx1487 ContentNode* pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count()-1 ); in CursorEndOfDoc() local
1489 DBG_ASSERT( pLastNode && pLastPortion, "CursorEndOfDoc: Node oder Portion nicht gefunden" ); in CursorEndOfDoc()
1493 pLastNode = GetPrevVisNode( pLastPortion->GetNode() ); in CursorEndOfDoc()
1494 DBG_ASSERT( pLastNode, "Kein sichtbarer Absatz?" ); in CursorEndOfDoc()
1495 if ( !pLastNode ) in CursorEndOfDoc()
1496 pLastNode = aEditDoc.SaveGetObject( aEditDoc.Count()-1 ); in CursorEndOfDoc()
1499 EditPaM aPaM( pLastNode, pLastNode->Len() ); in CursorEndOfDoc()
4562 ContentNode* pLastNode = GetEditDoc().GetObject( aNewSel.nEndPara ); in IndentBlock() local
4563 if ( pLastNode->Len() < aNewSel.nEndPos ) in IndentBlock()
4564 aNewSel.nEndPos = pLastNode->Len(); in IndentBlock()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx853 const SwNode* pLastNode = pSectNd->StartOfSectionNode()->EndOfSectionNode(); in InsertTextSection() local
854 if( aInsPos > pLastNode->GetIndex() ) in InsertTextSection()
855 aInsPos = pLastNode->GetIndex(); in InsertTextSection()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx418 SwTxtNode* pLastNode( rDoc.GetNodes()[ nEndIdx - 1 ]->GetTxtNode() ); in SwTblToTxtSave() local
419 if( pLastNode ) in SwTblToTxtSave()
422 m_pMetadataUndoEnd = pLastNode->CreateUndo(); in SwTblToTxtSave()
629 SwTxtNode* pLastNode = (*this)[ pSave->m_nEndNd - 1 ]->GetTxtNode(); in UndoTableToText() local
630 if (pLastNode) in UndoTableToText()
632 pLastNode->RestoreMetadata(pSave->m_pMetadataUndoEnd); in UndoTableToText()

Completed in 101 milliseconds