Lines Matching refs:GetPoint

88 		if( rPam.GetPoint()->nNode == rPam.GetMark()->nNode )  in _PercentHdl()
92 nEnd = rPam.GetPoint()->nContent.GetIndex(); in _PercentHdl()
98 nEnd = rPam.GetPoint()->nNode.GetIndex(); in _PercentHdl()
149 return new SwCursor( *GetPoint(), pRing, false ); in Create()
201 return GetPoint()->nNode.GetIndex() < in IsNoCntnt()
219 if( !CheckNodesRange( aOldPos, GetPoint()->nNode, sal_True )) in IsSelOvrCheck()
221 GetPoint()->nNode = aOldPos; in IsSelOvrCheck()
222 GetPoint()->nContent.Assign( GetCntntNode(), GetSavePos()->nCntnt ); in IsSelOvrCheck()
242 if( pSavePos->nNode != GetPoint()->nNode.GetIndex() in IsSelOvr()
247 SwNodeIndex& rPtIdx = GetPoint()->nNode; in IsSelOvr()
296 GetPoint()->nContent.Assign( pCNd, nTmpPos ); in IsSelOvr()
307 nEndIdx = GetPoint()->nNode.GetIndex(); in IsSelOvr()
342 const SwNode* pNd = &GetPoint()->nNode.GetNode(); in IsSelOvr()
352 SwNodeIndex& rPtIdx = GetPoint()->nNode; in IsSelOvr()
381 GetPoint()->nContent.Assign( pCNd, nTmpPos ); in IsSelOvr()
421 if( !::CheckNodesRange( GetMark()->nNode, GetPoint()->nNode, sal_True )) in IsSelOvr()
440 SwTxtNode* pTxtNdAtPoint = GetPoint()->nNode.GetNode().GetTxtNode(); in IsSelOvr()
444 …pTxtNdAtPoint->GetTxtAttrAt( GetPoint()->nContent.GetIndex(), RES_TXTATR_INPUTFIELD, SwTxtNode::PA… in IsSelOvr()
466 nRefNodeIdx < GetPoint()->nNode.GetIndex() in IsSelOvr()
467 || ( nRefNodeIdx == GetPoint()->nNode.GetIndex() in IsSelOvr()
468 && nRefContentIdx < GetPoint()->nContent.GetIndex() ); in IsSelOvr()
474 GetPoint()->nContent.Assign( pTxtNdAtPoint, nNewPointPos ); in IsSelOvr()
486 const SwTableNode* pPtNd = GetPoint()->nNode.GetNode().FindTableNode(); in IsSelOvr()
506 sal_Bool bSelTop = GetPoint()->nNode.GetIndex() < in IsSelOvr()
518 GetPoint()->nNode = nSttEndTbl; in IsSelOvr()
526 ? rNds.GoPrevSection( &GetPoint()->nNode,sal_True,sal_False ) in IsSelOvr()
527 : rNds.GoNextSection( &GetPoint()->nNode,sal_True,sal_False ); in IsSelOvr()
539 GetPoint()->nNode, sal_True )) in IsSelOvr()
549 GetPoint()->nContent.Assign( pCNd, nTmpPos ); in IsSelOvr()
587 if ( pSavePos->nNode == GetPoint()->nNode.GetIndex() ) in IsInProtectTable()
622 if( pSavePos->nNode < GetPoint()->nNode.GetIndex() ) in IsInProtectTable()
650 GetPoint()->nNode = IDX; in IsInProtectTable()
657 GetPoint()->nContent.Assign( pTmpCNd, 0 ); in IsInProtectTable()
711 GetPoint()->nNode = IDX; in IsInProtectTable()
718 GetPoint()->nContent.Assign( pTmpCNd, 0 ); in IsInProtectTable()
749 const SwPosition* pPos = bPoint ? GetPoint() : GetMark(); in IsAtValidPos()
782 FillFindPos( nEnd, *pRange->GetPoint() ); in MakeFindRange()
824 *pEndPos = aRegion.GetPoint(); in lcl_FindSelection()
838 *pFndRing->GetPoint() != *pCurCrsr->GetPoint() || in lcl_FindSelection()
931 rPam.GetPoint()->nNode = rSttNd; in lcl_MakeSelFwrd()
932 pCNd = rNds.GoNext( &rPam.GetPoint()->nNode ); in lcl_MakeSelFwrd()
935 pCNd->MakeStartIndex( &rPam.GetPoint()->nContent ); in lcl_MakeSelFwrd()
937 else if( rSttNd.GetIndex() > rPam.GetPoint()->nNode.GetIndex() || in lcl_MakeSelFwrd()
938 rPam.GetPoint()->nNode.GetIndex() >= rEndNd.GetIndex() ) in lcl_MakeSelFwrd()
942 rPam.GetPoint()->nNode = rEndNd; in lcl_MakeSelFwrd()
943 pCNd = rNds.GoPrevious( &rPam.GetPoint()->nNode ); in lcl_MakeSelFwrd()
946 pCNd->MakeEndIndex( &rPam.GetPoint()->nContent ); in lcl_MakeSelFwrd()
948 return *rPam.GetMark() < *rPam.GetPoint(); in lcl_MakeSelFwrd()
963 rPam.GetPoint()->nNode = rSttNd; in lcl_MakeSelBkwrd()
964 pCNd = rNds.GoPrevious( &rPam.GetPoint()->nNode ); in lcl_MakeSelBkwrd()
967 pCNd->MakeEndIndex( &rPam.GetPoint()->nContent ); in lcl_MakeSelBkwrd()
969 else if( rEndNd.GetIndex() > rPam.GetPoint()->nNode.GetIndex() || in lcl_MakeSelBkwrd()
970 rPam.GetPoint()->nNode.GetIndex() >= rSttNd.GetIndex() ) in lcl_MakeSelBkwrd()
974 rPam.GetPoint()->nNode = rEndNd; in lcl_MakeSelBkwrd()
975 pCNd = rNds.GoNext( &rPam.GetPoint()->nNode ); in lcl_MakeSelBkwrd()
978 pCNd->MakeStartIndex( &rPam.GetPoint()->nContent ); in lcl_MakeSelBkwrd()
980 return *rPam.GetPoint() < *rPam.GetMark(); in lcl_MakeSelBkwrd()
995 SwPaM aRegion( *GetPoint() ); in FindAll()
1020 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1038 GetPoint()->nNode.GetIndex() ) in FindAll()
1042 GetPoint()->nNode.GetIndex() )) in FindAll()
1051 *GetPoint() = *pSav->GetPoint(); in FindAll()
1068 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1079 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1105 *GetPoint() = *pSav->GetPoint(); in FindAll()
1119 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1177 rPos = *GetPoint(); in FillFindPos()
1241 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in IsStartWordWT()
1256 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in IsEndWordWT()
1272 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in IsInWordWT()
1294 GetCntntNode() && GetPoint()->nContent == GetCntntNode()->Len() : in IsStartEndSentence()
1295 GetPoint()->nContent.GetIndex() == 0; in IsStartEndSentence()
1299 SwCursor aCrsr(*GetPoint(), 0, false); in IsStartEndSentence()
1300 SwPosition aOrigPos = *aCrsr.GetPoint(); in IsStartEndSentence()
1302 bRet = aOrigPos == *aCrsr.GetPoint(); in IsStartEndSentence()
1315 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in GoStartWordWT()
1324 GetPoint()->nContent = nPtPos; in GoStartWordWT()
1339 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in GoEndWordWT()
1347 GetPoint()->nContent.GetIndex() != nPtPos ) in GoEndWordWT()
1349 GetPoint()->nContent = nPtPos; in GoEndWordWT()
1364 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in GoNextWordWT()
1373 GetPoint()->nContent = nPtPos; in GoNextWordWT()
1388 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in GoPrevWordWT()
1400 GetPoint()->nContent = nPtPos; in GoPrevWordWT()
1420 pLayout->GetCrsrOfst( GetPoint(), aPt ); in SelectWordWT()
1426 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in SelectWordWT()
1435 GetPoint()->nContent = (xub_StrLen)aBndry.endPos; in SelectWordWT()
1498 xub_StrLen nPtPos = GetPoint()->nContent.GetIndex(); in GoSentence()
1543 GetPoint()->nContent = nPtPos; in GoSentence()
1586 GetPoint()->nContent = nEndPos; in ExpandToSentenceBorders()
1611 SwNode& rNode = GetPoint()->nNode.GetNode(); in DoSetBidiLevelLeftRight()
1616 SwIndex& rIdx = GetPoint()->nContent; in DoSetBidiLevelLeftRight()
1627 pSttFrm = rTNd.getLayoutFrm( GetDoc()->GetCurrentLayout(), &aPt, GetPoint() ); in DoSetBidiLevelLeftRight()
1658 SwNode& rNode = GetPoint()->nNode.GetNode(); in LeftRight()
1676 SwNodeIndex aOldNodeIdx( GetPoint()->nNode ); in LeftRight()
1690 const SwNode* pNewTabBoxSttNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight()
1706 SwNodeIndex& rPtIdx = GetPoint()->nNode; in LeftRight()
1715 GetPoint()->nContent.Assign( pCntntNode, nTmpPos ); in LeftRight()
1730 const SwNode* pTableBoxStartNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight()
1742 SwNodeIndex& rPtIdx = GetPoint()->nNode; in LeftRight()
1751 GetPoint()->nContent.Assign( pCntntNode, nTmpPos ); in LeftRight()
1762 SwNode& rTmpNode = GetPoint()->nNode.GetNode(); in LeftRight()
1766 …m* pEndFrm = ((SwTxtNode&)rTmpNode).getLayoutFrm( GetDoc()->GetCurrentLayout(), &aPt, GetPoint() ); in LeftRight()
1788 SwNode& rNode = GetPoint()->nNode.GetNode(); in DoSetBidiLevelUpDown()
1795 SwIndex& rIdx = GetPoint()->nContent; in DoSetBidiLevelUpDown()
1826 if ( End() != GetPoint() ) in UpDown()
1835 SwCntntFrm* pFrm = GetCntntNode()->getLayoutFrm( GetDoc()->GetCurrentLayout(), &aPt, GetPoint() ); in UpDown()
1844 pFrm->GetCharRect( aTmpRect, *GetPoint() ); in UpDown()
1856 const SwPosition aOldPos( *GetPoint() ); in UpDown()
1871 GetPoint()->nNode = *pEndNd; in UpDown()
1873 pFrm = GetCntntNode()->getLayoutFrm( GetDoc()->GetCurrentLayout(), &aPt, GetPoint() ); in UpDown()
1880 CheckNodesRange( aOldPos.nNode, GetPoint()->nNode, bChkRange )) in UpDown()
1882 pFrm = GetCntntNode()->getLayoutFrm( GetDoc()->GetCurrentLayout(), &aPt, GetPoint() ); in UpDown()
1893 pFrm = GetCntntNode()->getLayoutFrm( GetDoc()->GetCurrentLayout(), &aPt, GetPoint() ); in UpDown()
1897 pFrm->GetCharRect( aTmpRect, *GetPoint(), &eTmpState ); in UpDown()
1910 pFrm->GetCrsrOfst( GetPoint(), aPt, &eTmpState ); in UpDown()
1915 *GetPoint() = aOldPos; in UpDown()
1926 …SwCntntFrm * pFrm = GetCntntNode()->getLayoutFrm( GetDoc()->GetCurrentLayout(), &aPt, GetPoint() ); in LeftRightMargin()
1942 SwCntntFrm * pFrm = GetCntntNode()->getLayoutFrm( GetDoc()->GetCurrentLayout(), &aPt, GetPoint() ); in IsAtLeftRightMargin()
1945 SwPaM aPam( *GetPoint() ); in IsAtLeftRightMargin()
1946 if( !bLeft && aPam.GetPoint()->nContent.GetIndex() ) in IsAtLeftRightMargin()
1947 aPam.GetPoint()->nContent--; in IsAtLeftRightMargin()
1950 && *aPam.GetPoint() == *GetPoint(); in IsAtLeftRightMargin()
1974 const SwTableNode* pTblNd = GetPoint()->nNode.GetNode().FindTableNode(); in GoPrevNextCell()
1981 SwNodeIndex& rPtIdx = GetPoint()->nNode; in GoPrevNextCell()
2028 GetPoint()->nContent.Assign( GetCntntNode(), 0 ); in GoPrevNextCell()
2048 GetPoint()->nNode = *pTmpTbl->GetTabSortBoxes()[ 0 ]-> in GotoTable()
2060 const SwTableNode* pTblNd = GetPoint()->nNode.GetNode().FindTableNode(); in GotoTblBox()
2070 GetPoint()->nNode = *pTblBox->GetSttNd(); in GotoTblBox()
2081 const SwNode* pNd = &GetPoint()->nNode.GetNode(); in MovePara()
2093 if ( GetPoint()->nContent.GetIndex() != nSttEnd ) in MovePara()
2139 GetPoint()->nNode = pSavePos->nNode; in RestoreSavePos()
2140 GetPoint()->nContent.Assign( GetCntntNode(), pSavePos->nCntnt ); in RestoreSavePos()
2215 pSttNd = pCur->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels()
2236 pPos = pCur->GetPoint(); in MakeBoxSels()
2286 pNew->GetPoint()->nNode = *pNd; in MakeBoxSels()
2287 pNew->GetPoint()->nContent.Assign( (SwCntntNode*)pNd, 0 ); in MakeBoxSels()
2292 pNew->GetPoint()->nNode = *pNd; in MakeBoxSels()
2293 pNew->GetPoint()->nContent.Assign( (SwCntntNode*)pNd, 0 ); in MakeBoxSels()
2297 SwPosition* pPos = pNew->GetPoint(); in MakeBoxSels()
2373 nTblPtNd = GetPoint()->nNode.GetIndex(); in IsCrsrMovedUpdt()
2375 nTblPtCnt = GetPoint()->nContent.GetIndex(); in IsCrsrMovedUpdt()
2384 SwNode* pNd = &GetPoint()->nNode.GetNode(); in ParkCrsr()
2387 GetPoint()->nNode = *pNd; in ParkCrsr()
2388 GetPoint()->nContent.Assign( 0, 0 ); in ParkCrsr()