Searched refs:pShCrsr (Results 1 – 6 of 6) sorted by relevance
66 SwPaM* pShCrsr = rSh._GetCrsr(); in _PaMIntoCrsrShellRing() local71 rDelPam.MoveRingTo( pShCrsr ); in _PaMIntoCrsrShellRing()72 rCrsr.MoveRingTo( pShCrsr ); in _PaMIntoCrsrShellRing()
1176 SwPaM* pShCrsr = pEditShell->_GetCrsr(); in DeleteSel() local1177 SwPaM aTmp( *pAktTxtNd, 0, pShCrsr ); in DeleteSel()1180 rDelPam.MoveRingTo( pShCrsr ); in DeleteSel()
282 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in GetTblSel() local283 if( pShCrsr ) in GetTblSel()285 aPtPos = pShCrsr->GetPtPos(); in GetTblSel()286 aMkPos = pShCrsr->GetMkPos(); in GetTblSel()2062 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in CheckSplitCells() local2063 if( pShCrsr ) in CheckSplitCells()2065 aPtPos = pShCrsr->GetPtPos(); in CheckSplitCells()2066 aMkPos = pShCrsr->GetMkPos(); in CheckSplitCells()
111 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in lcl_GetStartEndCell() local112 if( pShCrsr ) in lcl_GetStartEndCell()114 aPtPos = pShCrsr->GetPtPos(); in lcl_GetStartEndCell()115 aMkPos = pShCrsr->GetMkPos(); in lcl_GetStartEndCell()
2588 const SwShellCrsr *pShCrsr = dynamic_cast<const SwShellCrsr*>(pCrsr); in GetTabCols() local2589 if( pShCrsr ) in GetTabCols()2590 aPt = pShCrsr->GetPtPos(); in GetTabCols()2813 const SwShellCrsr *pShCrsr = dynamic_cast<const SwShellCrsr*>(pCrsr); in SetTabCols() local2814 if( pShCrsr ) in SetTabCols()2815 aPt = pShCrsr->GetPtPos(); in SetTabCols()
1864 SwShellCrsr* pShCrsr = dynamic_cast<SwShellCrsr*>(&rTblCrsr); in MakeTblCrsrs() local1866 if( pShCrsr ) in MakeTblCrsrs()1868 aPtPt = pShCrsr->GetPtPos(); in MakeTblCrsrs()1869 aMkPt = pShCrsr->GetMkPos(); in MakeTblCrsrs()
Completed in 80 milliseconds