Searched refs:nCntntPos (Results 1 – 6 of 6) sorted by relevance
140 xub_StrLen nCntntPos = 0; in lcl_SaveAnchor() local144 nCntntPos = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in lcl_SaveAnchor()150 pTxtNd->GetTxtAttrForCharAt( nCntntPos, RES_TXTATR_FLYCNT )); in lcl_SaveAnchor()156 SwIndex aIdx( pTxtNd, nCntntPos ); in lcl_SaveAnchor()162 nCntntPos = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in lcl_SaveAnchor()165 pFmt->SetFmtAttr( SwFmtAnchor( rAnchor.GetAnchorId(), nCntntPos ) ); in lcl_SaveAnchor()177 xub_StrLen nCntntPos = rAnchor.GetPageNum(); in lcl_RestoreAnchor() local187 aPos.nContent.Assign( aIdx.GetNode().GetCntntNode(), nCntntPos ); in lcl_RestoreAnchor()197 pTxtNd->InsertItem( aFmt, nCntntPos, nCntntPos ); in lcl_RestoreAnchor()
83 xub_StrLen nCntntPos ) in GetFrwrdTxtHint() argument89 if( *pTxtHt->GetStart() >= nCntntPos ) in GetFrwrdTxtHint()97 xub_StrLen nCntntPos ) in GetBkwrdTxtHint() argument104 if( *pTxtHt->GetStart() < nCntntPos ) in GetBkwrdTxtHint()114 xub_StrLen nCntntPos; in lcl_SetAttrPam() local116 nCntntPos = rPam.GetMark()->nContent.GetIndex(); in lcl_SetAttrPam()118 nCntntPos = rPam.GetPoint()->nContent.GetIndex(); in lcl_SetAttrPam()128 if( bTstEnde && *pEnde > nCntntPos ) in lcl_SetAttrPam()129 rPam.GetPoint()->nContent = nCntntPos; in lcl_SetAttrPam()151 xub_StrLen nCntntPos = rPam.GetPoint()->nContent.GetIndex(); in lcl_Search() local[all …]
262 xub_StrLen nCntntPos = pSavePos->nCntnt; in IsSelOvr() local283 nCntntPos = 0; in IsSelOvr()295 xub_StrLen nTmpPos = bIsValidPos ? (bGoNxt ? 0 : pCNd->Len()) : nCntntPos; in IsSelOvr()
258 xub_StrLen nCntntPos ) const in GetExtTextInput()278 ( STRING_NOTFOUND == nCntntPos || in GetExtTextInput()279 ( nMkCnt <= nCntntPos && nCntntPos <= nPtCnt ))) in GetExtTextInput()
116 xub_StrLen nCntntPos = rOrigPos.nContent.GetIndex(); in lcl_SetCpyPos() local125 if( nCntntPos > rOrigStt.nContent.GetIndex() ) in lcl_SetCpyPos()126 nCntntPos = nCntntPos - rOrigStt.nContent.GetIndex(); in lcl_SetCpyPos()128 nCntntPos = 0; in lcl_SetCpyPos()129 nCntntPos = nCntntPos + rCpyStt.nContent.GetIndex(); in lcl_SetCpyPos()131 rChgPos.nContent.Assign( rChgPos.nNode.GetNode().GetCntntNode(), nCntntPos ); in lcl_SetCpyPos()
2004 xub_StrLen nCntntPos = STRING_NOTFOUND) const;
Completed in 51 milliseconds