/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 1898 *pEndIdx = *pEndIdx - nLen; in InsertText() 2040 pEndIdx && *pEndIdx > nTxtStartIdx ) in CutImpl() 2053 if( !pEndIdx || *pEndIdx < nEnd ) in CutImpl() 2100 if ( pEndIdx && (*pEndIdx == nInitSize) ) in CutImpl() 2102 *pEndIdx = *pEndIdx + nLen; in CutImpl() 2130 *pEndIdx = nDestStart + *pEndIdx; in CutImpl() 2161 *pEndIdx = *pEndIdx + nLen; in CutImpl() 2219 || bUndoNodes ) && pEndIdx && *pEndIdx > nTxtStartIdx ) in CutImpl() 2234 if( !pEndIdx || *pEndIdx < nEnd || in CutImpl() 2301 if ( pEndIdx && *pEndIdx == nEnd ) in CutImpl() [all …]
|
H A D | thints.cxx | 1737 xub_StrLen const * const pEndIdx = pTxtHt->GetEnd(); in DeleteAttributes() local 1752 else if( *pEndIdx == nEnd ) in DeleteAttributes() 1758 SwUpdateAttr aHint( nStart, *pEndIdx, nWhich ); in DeleteAttributes() 3260 const xub_StrLen *pEndIdx = pHt->End(); in GetLang() local 3263 if( pEndIdx && in GetLang() 3264 nLen ? ( nAttrStart < nEnd && nBegin < *pEndIdx ) in GetLang() 3266 ( pHt->DontExpand() ? nBegin < *pEndIdx in GetLang() 3267 : nBegin <= *pEndIdx )) || in GetLang() 3269 ( nAttrStart == *pEndIdx || !nBegin ))) ) in GetLang() 3275 if( nAttrStart <= nBegin && nEnd <= *pEndIdx ) in GetLang()
|
H A D | txtedt.cxx | 880 : pArgs->pEndIdx->GetIndex(); in Spell() 970 pArgs->pEndIdx->Assign(this, aScanner.GetBegin() + nLeft ); in Spell() 1043 : ::std::min( rArgs.pEndIdx->GetIndex(), m_Text.Len() ); in Convert() 1136 rArgs.pEndIdx->Assign(this, nBegin ); in Convert()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 654 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 D | docedt.cxx | 1675 const xub_StrLen *pEndIdx; in DeleteRangeImplImpl() local 1684 0 != (pEndIdx = pAttr->End()) && in DeleteRangeImplImpl() 1685 *pEndIdx == *pAttr->GetStart() ) in DeleteRangeImplImpl() 1962 …nEndGrammarCheck = pSpellArgs->pEndNode == pNd ? pSpellArgs->pEndIdx->GetIndex() : ((SwTxtNode*)pN… in Spell() 1976 … nSpellErrorPosition = pSpellArgs->pStartIdx->GetIndex() > pSpellArgs->pEndIdx->GetIndex() ? in Spell() 1977 pSpellArgs->pEndIdx->GetIndex() : in Spell() 2029 …pSpellArgs->pEndIdx->Assign(((SwTxtNode*)pNd), (xub_StrLen)ModelToViewHelper::ConvertToModelPositi… in Spell()
|
H A D | doctxm.cxx | 149 const xub_StrLen *pEndIdx; in GetCurTOXMark() local 160 if( 0 == ( pEndIdx = pHt->End() ) || in GetCurTOXMark() 161 *pEndIdx <= nAktPos ) in GetCurTOXMark()
|
/aoo41x/main/sw/inc/ |
H A D | splargs.hxx | 50 SwIndex *pEndIdx; member 56 pEndNode( pEnd ), pEndIdx( &rEnd ) in SwArgsBase() 66 pEndNode = pEnd; pEndIdx = &rEnd ; in SetEnd()
|
H A D | IDocumentMarkAccess.hxx | 176 const SwIndex* pEndIdx) =0;
|
H A D | undobj.hxx | 64 void RemoveIdxFromSection( SwDoc&, sal_uLong nSttIdx, sal_uLong* pEndIdx = 0 );
|
/aoo41x/main/sw/source/core/tox/ |
H A D | tox.cxx | 245 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()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 1202 void SwSectionNode::MakeFrms( SwNodeIndex* pIdxBehind, SwNodeIndex* pEndIdx ) in MakeFrms() argument 1214 SwNodeIndex *pEnd = pEndIdx ? pEndIdx : in MakeFrms() 1217 if( !pEndIdx ) in MakeFrms()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 1309 const xub_StrLen * pEndIdx; in CopyAttr() local 1314 if( 0 != ( pEndIdx = pHt->GetEnd() ) && nAttrStt > nEnd ) in CopyAttr() 1344 else if ( pEndIdx && nStart < *pEndIdx ) in CopyAttr()
|
H A D | undobj.cxx | 152 sal_uLong* pEndIdx ) in RemoveIdxFromSection() argument 155 SwNodeIndex aEndIdx( rDoc.GetNodes(), pEndIdx ? *pEndIdx in RemoveIdxFromSection()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | MarkManager.hxx | 63 …std::vector< ::sw::mark::SaveBookmark>* pSaveBkmk, const SwIndex* pSttIdx, const SwIndex* pEndIdx);
|
H A D | mvsave.hxx | 88 const SwIndex* pEndIdx =0);
|
/aoo41x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 2940 const SwNodeIndex* pEndIdx = &pPam->GetPoint()->nNode; in EndAttr() local 2968 *pEndIdx != pAttr->GetSttPara() ) in EndAttr() 2985 *pEndIdx != pAttr->GetSttPara() || in EndAttr() 2990 if( *pEndIdx == pAttr->GetSttPara() ) in EndAttr() 3014 _HTMLAttr *pSetAttr = pAttr->Clone( *pEndIdx, nScriptEnd ); in EndAttr() 3035 pAttr->nEndPara = *pEndIdx; in EndAttr()
|