Searched refs:aPtPos (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/undo/ |
H A D | unmove.cxx | 121 SwPosition aPtPos( rRg.aEnd ); in SwUndoMove() local 124 aPtPos.nContent.Assign( pCNd, pCNd->Len() ); in SwUndoMove() 129 DelCntntIndex( aMkPos, aPtPos, nsDelCntntType::DELCNT_FTN ); in SwUndoMove()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 281 Point aPtPos, aMkPos; in GetTblSel() local 285 aPtPos = pShCrsr->GetPtPos(); in GetTblSel() 290 pCntNd->getLayoutFrm( pCntNd->GetDoc()->GetCurrentLayout(), &aPtPos )->GetUpper() : 0; in GetTblSel() 2061 Point aPtPos, aMkPos; in CheckSplitCells() local 2065 aPtPos = pShCrsr->GetPtPos(); in CheckSplitCells() 2071 &aPtPos )->GetUpper(); in CheckSplitCells()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 110 Point aPtPos, aMkPos; in lcl_GetStartEndCell() local 114 aPtPos = pShCrsr->GetPtPos(); in lcl_GetStartEndCell() 122 …ointFrm = pPointNd ? pPointNd->getLayoutFrm( pPointNd->GetDoc()->GetCurrentLayout(), &aPtPos ) : 0; in lcl_GetStartEndCell()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 975 SwPosition aPtPos( *pCurCrsr->GetPoint() ); in ChgCurrPam() local 980 if ( !GetLayout()->GetCrsrOfst( &aPtPos, aPt, &aTmpState ) && bTstHit ) in ChgCurrPam() 987 *pCmp->Start() <= aPtPos && *pCmp->End() > aPtPos ) in ChgCurrPam()
|
Completed in 49 milliseconds