Home
last modified time | relevance | path

Searched refs:pEndIdx (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx1907 *pEndIdx = *pEndIdx - nLen; in InsertText()
2049 pEndIdx && *pEndIdx > nTxtStartIdx ) in CutImpl()
2062 if( !pEndIdx || *pEndIdx < nEnd ) in CutImpl()
2109 if ( pEndIdx && (*pEndIdx == nInitSize) ) in CutImpl()
2111 *pEndIdx = *pEndIdx + nLen; in CutImpl()
2139 *pEndIdx = nDestStart + *pEndIdx; in CutImpl()
2170 *pEndIdx = *pEndIdx + nLen; in CutImpl()
2228 || bUndoNodes ) && pEndIdx && *pEndIdx > nTxtStartIdx ) in CutImpl()
2243 if( !pEndIdx || *pEndIdx < nEnd || in CutImpl()
2310 if ( pEndIdx && *pEndIdx == nEnd ) in CutImpl()
[all …]
H A Dthints.cxx1740 xub_StrLen const * const pEndIdx = pTxtHt->GetEnd(); in DeleteAttributes() local
1755 else if( *pEndIdx == nEnd ) in DeleteAttributes()
1763 *pEndIdx, in DeleteAttributes()
3277 const xub_StrLen *pEndIdx = pHt->End(); in GetLang() local
3280 if( pEndIdx && in GetLang()
3281 nLen ? ( nAttrStart < nEnd && nBegin < *pEndIdx ) in GetLang()
3283 ( pHt->DontExpand() ? nBegin < *pEndIdx in GetLang()
3284 : nBegin <= *pEndIdx )) || in GetLang()
3286 ( nAttrStart == *pEndIdx || !nBegin ))) ) in GetLang()
3292 if( nAttrStart <= nBegin && nEnd <= *pEndIdx ) in GetLang()
H A Dtxtedt.cxx886 : pArgs->pEndIdx->GetIndex(); in Spell()
976 pArgs->pEndIdx->Assign(this, aScanner.GetBegin() + nLeft ); in Spell()
1049 : ::std::min( rArgs.pEndIdx->GetIndex(), m_Text.Len() ); in Convert()
1142 rArgs.pEndIdx->Assign(this, nBegin ); in Convert()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx654 const SwIndex* pEndIdx ) in deleteMarks() argument
676 && lcl_Lower(pMark->GetMarkPos(), rEnd, pEndIdx); in deleteMarks()
681 if ( pEndIdx != NULL in deleteMarks()
684 && pMark->GetMarkPos().nContent == *pEndIdx ) in deleteMarks()
688 && pMark->GetOtherMarkPos().nContent == *pEndIdx ) ) ) in deleteMarks()
738 if ( pEndIdx != NULL ) in deleteMarks()
1343 const SwIndex* pEndIdx) in _DelBookmarks() argument
1347 || (rStt == rEnd && (!pSttIdx || pSttIdx->GetIndex() >= pEndIdx->GetIndex()))) in _DelBookmarks()
1369 if( lcl_Greater( *pRStt, rStt, pSttIdx ) && lcl_Lower( *pRStt, rEnd, pEndIdx )) in _DelBookmarks()
1372 if( pEndIdx ) in _DelBookmarks()
[all …]
H A Ddocedt.cxx1679 const xub_StrLen *pEndIdx; in DeleteRangeImplImpl() local
1688 0 != (pEndIdx = pAttr->End()) && in DeleteRangeImplImpl()
1689 *pEndIdx == *pAttr->GetStart() ) in DeleteRangeImplImpl()
1966 …nEndGrammarCheck = pSpellArgs->pEndNode == pNd ? pSpellArgs->pEndIdx->GetIndex() : ((SwTxtNode*)pN… in Spell()
1980 … nSpellErrorPosition = pSpellArgs->pStartIdx->GetIndex() > pSpellArgs->pEndIdx->GetIndex() ? in Spell()
1981 pSpellArgs->pEndIdx->GetIndex() : in Spell()
2033 …pSpellArgs->pEndIdx->Assign(((SwTxtNode*)pNd), (xub_StrLen)ModelToViewHelper::ConvertToModelPositi… in Spell()
H A Ddoctxm.cxx149 const xub_StrLen *pEndIdx; in GetCurTOXMark() local
160 if( 0 == ( pEndIdx = pHt->End() ) || in GetCurTOXMark()
161 *pEndIdx <= nAktPos ) in GetCurTOXMark()
/trunk/main/sw/inc/
H A Dsplargs.hxx50 SwIndex *pEndIdx; member
56 pEndNode( pEnd ), pEndIdx( &rEnd ) in SwArgsBase()
66 pEndNode = pEnd; pEndIdx = &rEnd ; in SetEnd()
H A DIDocumentMarkAccess.hxx176 const SwIndex* pEndIdx) =0;
H A Dundobj.hxx64 void RemoveIdxFromSection( SwDoc&, sal_uLong nSttIdx, sal_uLong* pEndIdx = 0 );
/trunk/main/sw/source/core/tox/
H A Dtox.cxx245 const xub_StrLen* pEndIdx = pTxtAttr->GetEnd(); in GetText() local
246 ASSERT( pEndIdx, "TOXMark ohne Mark!!"); in GetText()
247 if( pEndIdx ) in GetText()
250 aStr = pTxtAttr->GetpTxtNd()->GetExpandTxt( nStt, *pEndIdx-nStt ); in GetText()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx1202 void SwSectionNode::MakeFrms( SwNodeIndex* pIdxBehind, SwNodeIndex* pEndIdx ) in MakeFrms() argument
1214 SwNodeIndex *pEnd = pEndIdx ? pEndIdx : in MakeFrms()
1217 if( !pEndIdx ) in MakeFrms()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx1334 const xub_StrLen * pEndIdx; in CopyAttr() local
1339 if( 0 != ( pEndIdx = pHt->GetEnd() ) && nAttrStt > nEnd ) in CopyAttr()
1369 else if ( pEndIdx && nStart < *pEndIdx ) in CopyAttr()
H A Dundobj.cxx152 sal_uLong* pEndIdx ) in RemoveIdxFromSection() argument
155 SwNodeIndex aEndIdx( rDoc.GetNodes(), pEndIdx ? *pEndIdx in RemoveIdxFromSection()
/trunk/main/sw/source/core/inc/
H A DMarkManager.hxx63 …std::vector< ::sw::mark::SaveBookmark>* pSaveBkmk, const SwIndex* pSttIdx, const SwIndex* pEndIdx);
H A Dmvsave.hxx88 const SwIndex* pEndIdx =0);
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2925 const SwNodeIndex* pEndIdx = &pPam->GetPoint()->nNode; in EndAttr() local
2953 *pEndIdx != pAttr->GetSttPara() ) in EndAttr()
2970 *pEndIdx != pAttr->GetSttPara() || in EndAttr()
2975 if( *pEndIdx == pAttr->GetSttPara() ) in EndAttr()
2999 _HTMLAttr *pSetAttr = pAttr->Clone( *pEndIdx, nScriptEnd ); in EndAttr()
3020 pAttr->nEndPara = *pEndIdx; in EndAttr()

Completed in 147 milliseconds