| /trunk/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 1270 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 D | thints.cxx | 1740 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 D | txtedt.cxx | 886 : 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 D | docbm.cxx | 654 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 D | docedt.cxx | 1677 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 D | doctxm.cxx | 149 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 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 );
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/sw/source/core/undo/ |
| H A D | rolbck.cxx | 1334 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 D | undobj.cxx | 152 sal_uLong* pEndIdx ) in RemoveIdxFromSection() argument 155 SwNodeIndex aEndIdx( rDoc.GetNodes(), pEndIdx ? *pEndIdx in RemoveIdxFromSection()
|
| /trunk/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);
|
| /trunk/main/sw/source/filter/html/ |
| H A D | swhtml.cxx | 2925 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()
|