Lines Matching refs:pPos

1183         const SwPosition* pPos = &rPam.GetBound( sal_True );  in lcl_ChkPaM()  local
1184 if( pPos->nNode.GetIndex() == nNode && in lcl_ChkPaM()
1185 ( bBound1IsStart ? pPos->nContent.GetIndex() < nCntnt in lcl_ChkPaM()
1186 : pPos->nContent.GetIndex() <= nCntnt )) in lcl_ChkPaM()
1188 rSave.SetContent( pPos->nContent.GetIndex() ); in lcl_ChkPaM()
1192 pPos = &rPam.GetBound( sal_False ); in lcl_ChkPaM()
1193 if( pPos->nNode.GetIndex() == nNode && in lcl_ChkPaM()
1195 ? pPos->nContent.GetIndex() <= nCntnt in lcl_ChkPaM()
1196 : pPos->nContent.GetIndex() < nCntnt )) in lcl_ChkPaM()
1198 rSave.SetContent( pPos->nContent.GetIndex() ); in lcl_ChkPaM()
1645 SwPosition* pPos = 0; in _RestoreCntntIdx() local
1667 pPos = (SwPosition*)rRedlTbl[ aSave.GetCount() ]->GetPoint(); in _RestoreCntntIdx()
1670 pPos = (SwPosition*)rRedlTbl[ aSave.GetCount() ]->GetMark(); in _RestoreCntntIdx()
1717 pPos = &_pStkCrsr->GetBound( 0x0800 == in _RestoreCntntIdx()
1725 if( pPos ) in _RestoreCntntIdx()
1731 pPos = &PCURCRSR->GetBound( 0x0800 == in _RestoreCntntIdx()
1737 if( pPos ) in _RestoreCntntIdx()
1755 pPos = &PCURCRSR->GetBound( 0x0400 == in _RestoreCntntIdx()
1761 if( pPos ) in _RestoreCntntIdx()
1771 pPos = &PCURCRSR->GetBound( 0x0400 == in _RestoreCntntIdx()
1778 if ( pPos ) in _RestoreCntntIdx()
1785 if( pPos ) in _RestoreCntntIdx()
1787 pPos->nNode = *pCNd; in _RestoreCntntIdx()
1788 pPos->nContent.Assign( pCNd, aSave.GetContent() + nOffset ); in _RestoreCntntIdx()
1812 SwPosition* pPos = 0; in _RestoreCntntIdx() local
1834 pPos = (SwPosition*)rRedlTbl[ aSave.GetCount() ]->GetPoint(); in _RestoreCntntIdx()
1837 pPos = (SwPosition*)rRedlTbl[ aSave.GetCount() ]->GetMark(); in _RestoreCntntIdx()
1877 pPos = &_pStkCrsr->GetBound( 0x0800 == in _RestoreCntntIdx()
1885 if( pPos ) in _RestoreCntntIdx()
1891 pPos = &PCURCRSR->GetBound( 0x0800 == in _RestoreCntntIdx()
1897 if( pPos ) in _RestoreCntntIdx()
1915 pPos = &PCURCRSR->GetBound( 0x0400 == in _RestoreCntntIdx()
1921 if( pPos ) in _RestoreCntntIdx()
1931 pPos = &PCURCRSR->GetBound( 0x0400 == in _RestoreCntntIdx()
1938 if ( pPos ) in _RestoreCntntIdx()
1945 if( pPos ) in _RestoreCntntIdx()
1947 pPos->nNode = rNd; in _RestoreCntntIdx()
1948 pPos->nContent.Assign( pCNd, Min( aSave.GetContent(), nLen ) ); in _RestoreCntntIdx()