Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A Dundraw.cxx140 xub_StrLen nCntntPos = 0; in lcl_SaveAnchor() local
144 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() local
187 aPos.nContent.Assign( aIdx.GetNode().GetCntntNode(), nCntntPos ); in lcl_RestoreAnchor()
197 pTxtNd->InsertItem( aFmt, nCntntPos, nCntntPos ); in lcl_RestoreAnchor()
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx83 xub_StrLen nCntntPos ) in GetFrwrdTxtHint() argument
89 if( *pTxtHt->GetStart() >= nCntntPos ) in GetFrwrdTxtHint()
97 xub_StrLen nCntntPos ) in GetBkwrdTxtHint() argument
104 if( *pTxtHt->GetStart() < nCntntPos ) in GetBkwrdTxtHint()
114 xub_StrLen nCntntPos; in lcl_SetAttrPam() local
116 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 …]
H A Dswcrsr.cxx262 xub_StrLen nCntntPos = pSavePos->nCntnt; in IsSelOvr() local
283 nCntntPos = 0; in IsSelOvr()
295 xub_StrLen nTmpPos = bIsValidPos ? (bGoNxt ? 0 : pCNd->Len()) : nCntntPos; in IsSelOvr()
/trunk/main/sw/source/core/doc/
H A Dextinput.cxx258 xub_StrLen nCntntPos ) const in GetExtTextInput()
278 ( STRING_NOTFOUND == nCntntPos || in GetExtTextInput()
279 ( nMkCnt <= nCntntPos && nCntntPos <= nPtCnt ))) in GetExtTextInput()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx116 xub_StrLen nCntntPos = rOrigPos.nContent.GetIndex(); in lcl_SetCpyPos() local
125 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()
/trunk/main/sw/inc/
H A Ddoc.hxx2004 xub_StrLen nCntntPos = STRING_NOTFOUND) const;

Completed in 58 milliseconds