Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx493 if( ( aIndex.GetIndex()-1 >= aRg.aStart.GetIndex() && in _MoveNodes()
494 aIndex.GetIndex()-1 < aRg.aEnd.GetIndex()) || in _MoveNodes()
495 ( aIndex.GetIndex()-1 == aRg.aEnd.GetIndex() ) ) in _MoveNodes()
701 else if( pSttNd->GetIndex() < aRg.aStart.GetIndex() ) in _MoveNodes()
983 aRg.aEnd.GetIndex() >= aOrigInsPos.aStart.GetIndex() ) in _MoveNodes()
2040 rIndex.GetIndex() >= aRg.aStart.GetIndex() && in _CopyNodes()
2041 rIndex.GetIndex() < aRg.aEnd.GetIndex() ) in _CopyNodes()
2098 nNodeCnt -= aInsPos.GetIndex() - nStt.GetIndex() -2; in _CopyNodes()
2122 nNodeCnt -= aInsPos.GetIndex() - nStt.GetIndex() -2; in _CopyNodes()
2209 while( aIdx.GetIndex() < rRg.aEnd.GetIndex() ) in _DelDummyNodes()
[all …]
H A Dndsect.cxx109 pSectNd->GetIndex() < pTblNd->GetIndex() || in lcl_IsInSameTblBox()
177 pEnd->nContent.GetIndex() ) in InsertSwSection()
275 if( pEndPos->nNode.GetIndex() == pSttPos->nNode.GetIndex() ) in InsertSwSection()
410 if( !pStt->nContent.GetIndex() && pSectNd->GetIndex() in IsInsRegionAvailable()
411 == pStt->nNode.GetIndex() - 1 && pEnd->nContent.GetIndex() == in IsInsRegionAvailable()
419 !( aIdx.GetIndex() < nCmp && in IsInsRegionAvailable()
433 nCmp < aIdx.GetIndex() ) ) in IsInsRegionAvailable()
586 nSttNd = pSectNd->GetIndex(); in DelSectionFmt()
872 if( pTemp->GetIndex() >= aInsPos.GetIndex() ) in InsertTextSection()
1125 pTableNode->GetIndex() > pS->GetIndex() ) in MakeFrms()
[all …]
H A Dndcopy.cxx575 nSttNd <= pAPos->nNode.GetIndex() && in lcl_ChkFlyFly()
576 pAPos->nNode.GetIndex() < nEndNd ) in lcl_ChkFlyFly()
584 if( pSNd->GetIndex() < nInsNd && in lcl_ChkFlyFly()
706 nEnd = pEnd->nNode.GetIndex(), in CopyRange()
1111 else if( rPos.nContent.GetIndex() ) in CopyImpl()
1203 pEnd->nContent.GetIndex() ); in CopyImpl()
1275 rPos.nContent.GetIndex() ); in CopyImpl()
1364 ASSERT( rInsPos.GetIndex() - aSavePos.GetIndex() == in CopyWithFlyInFly()
1365 rRg.aEnd.GetIndex() - rRg.aStart.GetIndex(), in CopyWithFlyInFly()
1571 long nOffset = pNewPos->nNode.GetIndex() - rRg.aStart.GetIndex(); in CopyFlyInFlyImpl()
[all …]
/trunk/main/sw/inc/
H A Dndindex.hxx134 return pNd->GetIndex(); in GetIndex()
170 return pNd->GetIndex() < rIndex.GetIndex(); in operator <()
174 return pNd->GetIndex() <= rIndex.GetIndex(); in operator <=()
178 return pNd->GetIndex() > rIndex.GetIndex(); in operator >()
182 return pNd->GetIndex() >= rIndex.GetIndex(); in operator >=()
195 return ( pNd = GetNodes()[ pNd->GetIndex()+1 ] )->GetIndex(); in operator ++()
199 return ( pNd = GetNodes()[ pNd->GetIndex()-1 ] )->GetIndex(); in operator --()
218 return ( pNd = GetNodes()[ pNd->GetIndex() + nWert ] )->GetIndex(); in operator +=()
222 return ( pNd = GetNodes()[ pNd->GetIndex() - nWert ] )->GetIndex(); in operator -=()
226 return ( pNd = GetNodes()[ pNd->GetIndex() + rIndex.GetIndex() ] )->GetIndex(); in operator +=()
[all …]
/trunk/main/svtools/source/edit/
H A Dtextview.cxx985 aPaM.GetIndex() = aPaM.GetIndex() + nNewIMETextLen; in Command()
1490 aPaM.GetIndex() = 0; in CursorRight()
1534 aPaM.GetIndex() = 0; in CursorWordRight()
1631 if ( aPaM.GetIndex() && ( aPaM.GetIndex() == pLine->GetEnd() ) ) in CursorUp()
1632 aPaM.GetIndex()--; in CursorUp()
1669 aPaM.GetIndex()--; in CursorDown()
1679 aPaM.GetIndex()--; in CursorDown()
1714 aPaM.GetIndex()--; in CursorEndOfLine()
1723 aPaM.GetIndex() = 0; in CursorStartOfParagraph()
1974 …if ( ( rPaM.GetIndex() >= aSel.GetStart().GetIndex() ) && ( rPaM.GetIndex() < aSel.GetEnd().GetInd… in IsInSelection()
[all …]
H A Dxtextedt.cxx51 sal_uInt16 nPos = rCursor.GetIndex(); in MatchGroup()
185 nStartPos = aStartPaM.GetIndex(); in Search()
187 nEndPos = aStartPaM.GetIndex(); in Search()
207 rSel.GetEnd().GetIndex() = nEndPos; in Search()
216 rSel.GetEnd().GetIndex() = 0; in Search()
253 ( ( aTmpSel.GetEnd().GetIndex() - aTmpSel.GetStart().GetIndex() ) > 1 ) ) in MatchGroup()
390 aSel.GetStart().GetIndex()++; in ImpIndentBlock()
392 aSel.GetEnd().GetIndex()++; in ImpIndentBlock()
396 if ( aSel.GetStart().GetIndex() ) in ImpIndentBlock()
397 aSel.GetStart().GetIndex()--; in ImpIndentBlock()
[all …]
H A Dtexteng.cxx658 nChars = aEndPaM.GetIndex(); in ImpDeleteText()
662 aEndPaM.GetIndex() = 0; in ImpDeleteText()
675 nChars = aEndPaM.GetIndex() - aStartPaM.GetIndex(); in ImpDeleteText()
679 pPortion->MarkInvalid( aEndPaM.GetIndex(), aStartPaM.GetIndex() - aEndPaM.GetIndex() ); in ImpDeleteText()
2627 …ord = pNode->GetText().Copy( aSel.GetStart().GetIndex(), aSel.GetEnd().GetIndex() - aSel.GetStart(… in GetWord()
2890 rPaM.GetIndex() = 0xFFFF; in ValidatePaM()
2895 rPaM.GetIndex() = nMaxIndex; in ValidatePaM()
2949 rPaM.GetIndex() = 0; in ImpParagraphRemoved()
2976 rPaM.GetIndex() = rPaM.GetIndex() - nChars; in ImpCharsRemoved()
2978 rPaM.GetIndex() = nPos; in ImpCharsRemoved()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx239 _SaveFly aSave( pAPos->nNode.GetIndex() - rRg.aStart.GetIndex(), in _SaveFlyInRange()
296 else if( ( rSttNdIdx.GetIndex() + nSttOff <= pAPos->nNode.GetIndex() in _SaveFlyInRange()
297 && pAPos->nNode.GetIndex() <= rEndNdIdx.GetIndex() - nOff ) || in _SaveFlyInRange()
301 _SaveFly aSave( pAPos->nNode.GetIndex() - rSttNdIdx.GetIndex(), in _SaveFlyInRange()
319 const sal_Bool bDelFwrd = rMkNdIdx.GetIndex() <= rPtNdIdx.GetIndex(); in DelFlyInRange()
381 rSttNd.GetIndex() >= rNds.GetEndOfAutotext().GetIndex(); in lcl_SaveFtn()
428 GetTxtNode())->GetIndex() >= rSttNd.GetIndex() ) in lcl_SaveFtn()
978 _SaveCntntIdx( this, rPos.nNode.GetIndex(), rPos.nContent.GetIndex(), in MoveRange()
1668 pStt->nContent.GetIndex() + 1 != pEnd->nContent.GetIndex() || in DeleteRangeImplImpl()
2326 ( pStt->nNode.GetIndex() + 1 == pEnd->nNode.GetIndex() && in ReplaceRangeImpl()
[all …]
H A Ddocbm.cxx294 pStPos->nNode.GetIndex(),
295 pStPos->nContent.GetIndex(),
296 pEndPos->nNode.GetIndex(),
378 pPos1->nNode.GetIndex(), in makeMark()
379 pPos1->nContent.GetIndex(), in makeMark()
380 pPos2->nNode.GetIndex(), in makeMark()
1249 m_nNode1 -= rMvPos.GetIndex(); in SaveBookmark()
1251 m_nCntnt1 -= pIdx->GetIndex(); in SaveBookmark()
1261 m_nNode2 -= rMvPos.GetIndex(); in SaveBookmark()
1346 if(rStt.GetIndex() > rEnd.GetIndex() in _DelBookmarks()
[all …]
H A Ddocglbl.cxx204 pOutlNds->GetObject( nOutl )->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() ) in SplitDoc()
250 if( pSttNd->GetIndex() + 1 < aEndIdx.GetIndex() ) in SplitDoc()
293 if( aIdx.GetIndex() + 1 != in SplitDoc()
413 <= aEndIdx.GetIndex() ) in SplitDoc()
417 pSttNd->GetIndex() ) in SplitDoc()
435 pSttNd->GetIndex() ) in SplitDoc()
565 pOutlNds->GetObject( nOutl )->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() ) in SplitDoc()
601 if( pSttNd->GetIndex() + 1 < aEndIdx.GetIndex() ) in SplitDoc()
644 if( aIdx.GetIndex() + 1 != in SplitDoc()
768 pSttNd->GetIndex() ) in SplitDoc()
[all …]
H A Ddoccomp.cxx454 sal_uLong nIdx = rData.GetIndex( n ); in CountDifference()
647 rMoved1.GetIndex( nStt1 ) == rMoved2.GetIndex( nStt2 )) in Compare()
652 rMoved1.GetIndex( nEnd1 - 1 ) == rMoved2.GetIndex( nEnd2 - 1 )) in Compare()
723 rMoved1.GetIndex( x ) == rMoved2.GetIndex( y )) in CheckDiag()
749 rMoved1.GetIndex( x - 1 ) == rMoved2.GetIndex( y - 1 )) in CheckDiag()
815 pData->GetIndex( start ) == pData->GetIndex( i ) && in ShiftBoundaries()
1273 return pNd->GetIndex() + 1; in NextIdx()
1287 return pNd->GetIndex() - 1; in PrevIdx()
1537 (!rEndStt.nContent.GetIndex() && in SetRedlinesToDoc()
1538 rEndStt.nNode.GetIndex() - 1 == rSttEnd.nNode.GetIndex() && in SetRedlinesToDoc()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx558 aPaM.GetIndex() = aPaM.GetIndex() + nNewIMETextLen; in Command()
570 aPaM.GetIndex() = aPaM.GetIndex() + nNewIMETextLen; in Command()
1359 if ( aNewPaM.GetIndex() && ( aNewPaM.GetIndex() == pLine->GetStart() ) ) in CursorUp()
2162 aSel.Max().GetIndex() = aSel.Max().GetIndex() + nChars; in ImpRemoveChars()
2417 if ( aDelStart.GetIndex() == aCurPos.GetIndex() ) in DeleteLeftOrRight()
2442 if (aDelEnd.GetIndex() == aCurPos.GetIndex()) in DeleteLeftOrRight()
2550 nChars = aEndPaM.GetIndex() - aStartPaM.GetIndex(); in ImpDeleteSelection()
2554 pPortion->MarkInvalid( aEndPaM.GetIndex(), aStartPaM.GetIndex() - aEndPaM.GetIndex() ); in ImpDeleteSelection()
2643 aFirstWordSel.Max().GetIndex() <= aSel.Max().GetIndex() && in AutoCorrect()
2644 aSel.Max().GetIndex() <= aSecondWordSel.Min().GetIndex(); in AutoCorrect()
[all …]
H A Dimpedit4.cxx1848 aCurSel.Min().GetIndex() < aPaM.GetIndex()) in ImpConvert()
1852 aCurSel.Min().GetIndex() < aPaM.GetIndex()) in ImpConvert()
1857 aCurSel.Max().GetIndex() > aPaM.GetIndex()) in ImpConvert()
2052 if(aSentencePaM.Max().GetIndex() < aCurSel.Max().GetIndex()) in SpellSentence()
2135 bool bTest = rSel.Min().GetIndex() <= rSel.Max().GetIndex(); in AddPortionIterated()
2181 while(aCursor.GetIndex() < aEnd.GetIndex()); in AddPortionIterated()
2477 ( ( aSel.Min().GetIndex()-aLastEnd.GetIndex() > 1 ) ) ) in DoOnlineSpelling()
3082 aSel.Min().GetIndex() > rSel.Min().GetIndex()) in TransliterateText()
3085 aSel.Max().GetIndex() < rSel.Max().GetIndex()) in TransliterateText()
3096 …->SetText( aSel.Min().GetNode()->Copy( aSel.Min().GetIndex(), aSel.Max().GetIndex()-aSel.Min().Get… in TransliterateText()
[all …]
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx100 nEndNode = pEnd->nNode.GetIndex(); in SetValues()
101 nEndCntnt = pEnd->nContent.GetIndex(); in SetValues()
107 nSttNode = pStt->nNode.GetIndex(); in SetValues()
108 nSttCntnt = pStt->nContent.GetIndex(); in SetValues()
376 pEnd->nContent.GetIndex() ) ) ) ) in MoveToUndoNds()
424 *pEndNdIdx = aPos.nNode.GetIndex(); in MoveToUndoNds()
582 <= pEnd->nNode.GetIndex() ) in DelCntntIndex()
610 GetTxtNode())->GetIndex() >= pStt->nNode.GetIndex() ) in DelCntntIndex()
642 const sal_Bool bDelFwrd = rMark.nNode.GetIndex() <= rPoint.nNode.GetIndex(); in DelCntntIndex()
698 ( rPoint.nNode.GetIndex() == pAPos->nNode.GetIndex() ) ) in DelCntntIndex()
[all …]
H A Dundel.cxx172 nNdDiff = nSttNode - pStt->nNode.GetIndex(); in SwUndoDelete()
254 pTmpNd->StartOfSectionNode()->GetIndex() >= aRg.aStart.GetIndex() ) ) in SwUndoDelete()
280 while( 1 < aRg.aStart.GetIndex() && in SwUndoDelete()
313 nNode = rNds.GetEndOfContent().GetIndex(); in SwUndoDelete()
320 nSectDiff = aRg.aEnd.GetIndex() - aRg.aStart.GetIndex(); in SwUndoDelete()
340 bJoinNext ? pEndTxtNd->GetIndex() : pSttTxtNd->GetIndex() ); in SwUndoDelete()
370 sal_uLong nNdIdx = pStt->nNode.GetIndex(); in SaveCntnt()
387 - pStt->nContent.GetIndex(); in SaveCntnt()
415 nNdIdx = pEnd->nNode.GetIndex(); in SaveCntnt()
430 pEnd->nContent.GetIndex() )); in SaveCntnt()
[all …]
H A Dunmove.cxx42 nMvDestNode( rMvPos.nNode.GetIndex() ), in SwUndoMove()
43 nMvDestCntnt( rMvPos.nContent.GetIndex() ), in SwUndoMove()
103 nMvDestNode( rMvPos.GetIndex() ), in SwUndoMove()
111 nSttNode = rRg.aStart.GetIndex(); in SwUndoMove()
112 nEndNode = rRg.aEnd.GetIndex(); in SwUndoMove()
149 nDestSttNode = pStt->nNode.GetIndex(); in SetDestRange()
151 nDestEndNode = pEnd->nNode.GetIndex(); in SetDestRange()
174 nDestSttNode = rStt.GetIndex(); in SetDestRange()
175 nDestEndNode = rEnd.GetIndex(); in SetDestRange()
179 nDestEndNode = rStt.GetIndex(); in SetDestRange()
[all …]
H A Duntblk.cxx70 nSttNode == pAPos->nNode.GetIndex() ) in SwUndoInserts()
93 nEndNode = pTmpPos->nNode.GetIndex(); in SetInsertRange()
94 nEndCntnt = pTmpPos->nContent.GetIndex(); in SetInsertRange()
102 nSttNode = pTmpPos->nNode.GetIndex(); in SetInsertRange()
103 nSttCntnt = pTmpPos->nContent.GetIndex(); in SetInsertRange()
124 nSttNode == pAPos->nNode.GetIndex() ) in SetInsertRange()
160 pPos->nNode.GetIndex() ); in ~SwUndoInserts()
198 nNdDiff = pPam->GetMark()->nNode.GetIndex(); in UndoImpl()
200 nNdDiff -= pPam->GetMark()->nNode.GetIndex(); in UndoImpl()
287 sal_uLong nMvNd = pPos->nNode.GetIndex(); in RedoImpl()
[all …]
H A Dunins.cxx152 if( nNode == rPos.nNode.GetIndex() && in CanGrouping()
153 nCntnt == rPos.nContent.GetIndex() ) in CanGrouping()
176 nCntnt == pIdx->GetIndex() ) in CanGrouping()
207 pPos->nNode.GetIndex() ); in ~SwUndoInsert()
268 nNd = aPaM.GetPoint()->nNode.GetIndex(); in UndoImpl()
276 nNode = aPaM.GetPoint()->nNode.GetIndex(); in UndoImpl()
597 m_nSttCnt = pStt->nContent.GetIndex(); in Impl()
626 sal_uLong nTmp = pNext->GetIndex(); in Impl()
641 : pEnd->nContent.GetIndex(); in Impl()
779 m_nEndCnt = pEnd->nContent.GetIndex(); in SetEnd()
[all …]
H A Dundobj1.cxx145 nNdPgPos = rAnchor.GetCntntAnchor()->nNode.GetIndex(); in InsFly()
153 nNdPgPos = rAnchor.GetCntntAnchor()->nNode.GetIndex(); in InsFly()
199 nNdPgPos = pPos->nNode.GetIndex(); in DelFly()
200 nCntPos = pPos->nContent.GetIndex(); in DelFly()
216 nNdPgPos = pPos->nNode.GetIndex(); in DelFly()
217 nCntPos = pPos->nContent.GetIndex(); in DelFly()
221 nNdPgPos = pPos->nNode.GetIndex(); in DelFly()
259 nCntPos = pPos->nContent.GetIndex(); in SwUndoInsLayFmt()
260 nNdPgPos = pPos->nNode.GetIndex(); in SwUndoInsLayFmt()
469 rCntnt.GetCntntIdx()->GetIndex() ); in RedoForRollback()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx117 nPos = rPos.nNode.GetIndex(); in NextPos()
119 nPos = rPos.nContent.GetIndex(); in NextPos()
201 return GetPoint()->nNode.GetIndex() < in IsNoCntnt()
923 if( rSttNd.GetIndex() + 1 == rEndNd.GetIndex() ) in lcl_MakeSelFwrd()
937 else if( rSttNd.GetIndex() > rPam.GetPoint()->nNode.GetIndex() || in lcl_MakeSelFwrd()
938 rPam.GetPoint()->nNode.GetIndex() >= rEndNd.GetIndex() ) in lcl_MakeSelFwrd()
955 if( rEndNd.GetIndex() + 1 == rSttNd.GetIndex() ) in lcl_MakeSelBkwrd()
969 else if( rEndNd.GetIndex() > rPam.GetPoint()->nNode.GetIndex() || in lcl_MakeSelBkwrd()
970 rPam.GetPoint()->nNode.GetIndex() >= rSttNd.GetIndex() ) in lcl_MakeSelBkwrd()
1038 GetPoint()->nNode.GetIndex() ) in FindAll()
[all …]
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx91 sal_Int32 GetIndex() const { return mnIndex; } in GetIndex() function in SvxAccessibleTextIndex
305 if( GetIndex() > rEnd.GetIndex() ) in IsEditableRange()
684 return aIndex.GetIndex(); in CalcLogicalIndex()
852 DBG_ASSERT(aIndex.GetIndex() >= 0 && aIndex.GetIndex() <= USHRT_MAX, in GetIndexAtPoint()
958 DBG_ASSERT(aIndex.GetIndex() >= 0 && in GetWordIndices()
964 DBG_ASSERT(aIndex.GetIndex() >= 0 && in GetWordIndices()
1009 DBG_ASSERT(aIndex.GetIndex() >= 0 && in GetAttributeRun()
1015 DBG_ASSERT(aIndex.GetIndex() >= 0 && in GetAttributeRun()
1050 return static_cast< sal_uInt16 >(aEndIndex.GetIndex() - aStartIndex.GetIndex()); in GetLineLen()
1253 DBG_ASSERT(aStartIndex.GetIndex() >= 0 && aStartIndex.GetIndex() <= USHRT_MAX && in GetSelection()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx99 if( rPos.GetPoint()->nNode.GetIndex() == nEndNd.GetIndex() ) in IsEqualFly()
111 aIdx.GetIndex() != rPos.GetPoint()->nNode.GetIndex() || in IsEqualFly()
233 ASSERT( pFlySave->nSttNd.GetIndex() <= pFlySave->nEndNd.GetIndex(), in SetFlysInDoc()
247 pSttNd->GetIndex() + 1 == pEndNd->GetIndex() in SetFlysInDoc()
250 sal_uLong nPos = pSttNd->GetIndex(); in SetFlysInDoc()
327 && (pNd->GetIndex() >= aRg.aStart.GetNode().GetIndex()) ) in SetFlysInDoc()
340 pTblBxNd->GetIndex() - 1 == pNd->GetIndex() && in SetFlysInDoc()
1020 if (pFlySave->nSttNd.GetIndex() < pFlySavePrev->nEndNd.GetIndex()) in ReadFly()
1137 pEndBoxNd->GetIndex() && in ReadFly()
1138 pEndBoxNd->GetIndex() + 1 == in ReadFly()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx112 nEndNd = PCURCRSR->GetPoint()->nNode.GetIndex(); in GetCurAttr()
183 nEndNd = PCURCRSR->GetPoint()->nNode.GetIndex(); in GetCurTxtFmtColl()
340 nEndNd = PCURCRSR->GetPoint()->nNode.GetIndex(); in IsMoveLeftMargin()
516 xub_StrLen nPos = pStt->nContent.GetIndex(); in GetScriptType()
523 nPos = aIdx.GetIndex(); in GetScriptType()
543 sal_uLong nEndIdx = pEnd->nNode.GetIndex(); in GetScriptType()
545 for( ; aIdx.GetIndex() <= nEndIdx; aIdx++ ) in GetScriptType()
555 ? pStt->nContent.GetIndex() in GetScriptType()
558 ? pEnd->nContent.GetIndex() in GetScriptType()
620 xub_StrLen nPos = rPos.nContent.GetIndex(); in GetCurLang()
[all …]
H A Dedsect.cxx222 pEndSectNd->GetIndex() ) in SetSectionAttr()
275 if( pStt->nContent.GetIndex() || in GetFullSelectedSectionCount()
277 pCNd->Len() != pEnd->nContent.GetIndex() ) in GetFullSelectedSectionCount()
347 ( pSectionNode->GetIndex() > pTableNode->GetIndex() ) in lcl_SpecialInsertNode()
361 DBG_ASSERT( ( pInnermostNode->GetIndex() <= rCurrentNode.GetIndex() )&& in lcl_SpecialInsertNode()
362 ( pInnermostNode->EndOfSectionNode()->GetIndex() >= in lcl_SpecialInsertNode()
363 rCurrentNode.GetIndex() ), "wrong node found" ); in lcl_SpecialInsertNode()
372 (pCurrentPos->nContent.GetIndex() == 0)) in lcl_SpecialInsertNode()
374 while( (aBegin != pInnermostNode->GetIndex()) && in lcl_SpecialInsertNode()
377 bool bStart = ( aBegin == pInnermostNode->GetIndex() ); in lcl_SpecialInsertNode()
[all …]
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx534 *pSttNdIdx = pPos->nNode.GetIndex()-1; in CallParser()
719 ASSERT( pSttNdIdx->GetIndex()+1 != pPam->GetBound( sal_True ).nNode.GetIndex(), in Continue()
721 ASSERT( pSttNdIdx->GetIndex()+1 != pPam->GetBound( sal_False ).nNode.GetIndex(), in Continue()
724 if( pSttNdIdx->GetIndex()+1 == pPam->GetBound( sal_True ).nNode.GetIndex() ) in Continue()
730 if( pSttNdIdx->GetIndex()+1 == pPam->GetBound( sal_False ).nNode.GetIndex() ) in Continue()
1677 (pPam->GetPoint()->nNode.GetIndex() > in NextToken()
2710 rEndIdx.GetIndex() ) in _SetAttr()
2720 rEndIdx.GetIndex() ) in _SetAttr()
2879 pAttrPam->GetPoint()->nNode.GetIndex() == rEndIdx.GetIndex() ) in _SetAttr()
5389 nSttCntnt( rPos.nContent.GetIndex() ), in _HTMLAttr()
[all …]

Completed in 292 milliseconds

12345678910>>...16