Searched refs:m_nSttNd (Results 1 – 2 of 2) sorted by relevance
482 sal_uLong m_nSttNd, m_nEndNd, m_nOffset; member in SwUndoReplace::Impl596 m_nSttNd = m_nEndNd = pStt->nNode.GetIndex(); in Impl()600 m_bSplitNext = m_nSttNd != pEnd->nNode.GetIndex(); in Impl()611 m_nOffset = m_nSttNd - nNewPos; in Impl()651 SwTxtNode* pNd = pDoc->GetNodes()[ m_nSttNd - m_nOffset ]->GetTxtNode(); in UndoImpl()666 if( m_nSttNd == m_nEndNd ) in UndoImpl()690 pNd = pDoc->GetNodes()[ m_nSttNd - m_nOffset ]->GetTxtNode(); in UndoImpl()726 rPam.GetPoint()->nNode = m_nSttNd; in UndoImpl()735 rPam.GetPoint()->nNode = m_nSttNd; in RedoImpl()743 rPam.GetPoint()->nNode = m_nSttNd + 1; in RedoImpl()
215 sal_uLong m_nSttNd; member389 : m_nSttNd( nNd ), m_nEndNd( nEndIdx), m_nCntnt( nCnt ), m_pHstry( 0 ) in SwTblToTxtSave()581 aSttIdx = pSave->m_nSttNd - ( ( USHRT_MAX != pSave->m_nCntnt ) ? 1 : 0); in UndoTableToText()627 if ( pSave->m_nEndNd - 1 > pSave->m_nSttNd ) in UndoTableToText()
Completed in 30 milliseconds