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.cxx1270 xub_StrLen const*const pEndIdx = pHint->GetEnd(); in lcl_GetTxtAttrs() local
1271 ASSERT(pEndIdx || pHint->HasDummyChar(), "hint with no end and no dummy char?"); in lcl_GetTxtAttrs()
1274 bool const bContained( (pEndIdx) in lcl_GetTxtAttrs()
1275 ? (*pMatchFunc)(nIndex, nHintStart, *pEndIdx) in lcl_GetTxtAttrs()
1292 if (!pEndIdx) in lcl_GetTxtAttrs()
1535 const xub_StrLen *const pEndIdx = pHt->GetEnd(); in CopyAttr() local
1536 if ( pEndIdx && !pHt->HasDummyChar() ) in CopyAttr()
1538 if ( ( *pEndIdx > nTxtStartIdx in CopyAttr()
1539 || ( *pEndIdx == nTxtStartIdx in CopyAttr()
1720 const xub_StrLen * const pEndIdx = pHt->GetEnd(); in CopyText() local
[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()
679 && lcl_Lower(pMark->GetOtherMarkPos(), 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()
740 pNewPos = ::std::auto_ptr< SwPosition >( new SwPosition( rEnd, *pEndIdx ) ); in deleteMarks()
1343 const SwIndex* pEndIdx) in _DelBookmarks() argument
1347 || (rStt == rEnd && (!pSttIdx || pSttIdx->GetIndex() >= pEndIdx->GetIndex()))) in _DelBookmarks()
[all …]
H A Ddocedt.cxx1677 const xub_StrLen *pEndIdx; in DeleteRangeImplImpl() local
1686 0 != (pEndIdx = pAttr->End()) && in DeleteRangeImplImpl()
1687 *pEndIdx == *pAttr->GetStart() ) in DeleteRangeImplImpl()
1964 …nEndGrammarCheck = pSpellArgs->pEndNode == pNd ? pSpellArgs->pEndIdx->GetIndex() : ((SwTxtNode*)pN… in Spell()
1978 … nSpellErrorPosition = pSpellArgs->pStartIdx->GetIndex() > pSpellArgs->pEndIdx->GetIndex() ? in Spell()
1979 pSpellArgs->pEndIdx->GetIndex() : in Spell()
2031 …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()