Home
last modified time | relevance | path

Searched refs:pShCrsr (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx66 SwPaM* pShCrsr = rSh._GetCrsr(); in _PaMIntoCrsrShellRing() local
71 rDelPam.MoveRingTo( pShCrsr ); in _PaMIntoCrsrShellRing()
72 rCrsr.MoveRingTo( pShCrsr ); in _PaMIntoCrsrShellRing()
H A Dautofmt.cxx1176 SwPaM* pShCrsr = pEditShell->_GetCrsr(); in DeleteSel() local
1177 SwPaM aTmp( *pAktTxtNd, 0, pShCrsr ); in DeleteSel()
1180 rDelPam.MoveRingTo( pShCrsr ); in DeleteSel()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx282 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in GetTblSel() local
283 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() local
2063 if( pShCrsr ) in CheckSplitCells()
2065 aPtPos = pShCrsr->GetPtPos(); in CheckSplitCells()
2066 aMkPos = pShCrsr->GetMkPos(); in CheckSplitCells()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx111 const SwShellCrsr* pShCrsr = dynamic_cast<const SwShellCrsr*>(&rCrsr); in lcl_GetStartEndCell() local
112 if( pShCrsr ) in lcl_GetStartEndCell()
114 aPtPos = pShCrsr->GetPtPos(); in lcl_GetStartEndCell()
115 aMkPos = pShCrsr->GetMkPos(); in lcl_GetStartEndCell()
H A Dndtbl.cxx2588 const SwShellCrsr *pShCrsr = dynamic_cast<const SwShellCrsr*>(pCrsr); in GetTabCols() local
2589 if( pShCrsr ) in GetTabCols()
2590 aPt = pShCrsr->GetPtPos(); in GetTabCols()
2813 const SwShellCrsr *pShCrsr = dynamic_cast<const SwShellCrsr*>(pCrsr); in SetTabCols() local
2814 if( pShCrsr ) in SetTabCols()
2815 aPt = pShCrsr->GetPtPos(); in SetTabCols()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1864 SwShellCrsr* pShCrsr = dynamic_cast<SwShellCrsr*>(&rTblCrsr); in MakeTblCrsrs() local
1866 if( pShCrsr ) in MakeTblCrsrs()
1868 aPtPt = pShCrsr->GetPtPos(); in MakeTblCrsrs()
1869 aMkPt = pShCrsr->GetMkPos(); in MakeTblCrsrs()

Completed in 87 milliseconds