Lines Matching refs:GetIndex

98                 if ( aChkIdx < pTblNd->GetIndex() ||  in lcl_IsInSameTblBox()
99 aChkIdx > pTblNd->EndOfSectionNode()->GetIndex() ) in lcl_IsInSameTblBox()
109 pSectNd->GetIndex() < pTblNd->GetIndex() || in lcl_IsInSameTblBox()
121 sal_uLong nIdx = _rNd.GetIndex(); in lcl_IsInSameTblBox()
125 if ( pNd->GetIndex() < nIdx && nIdx < pNd->EndOfSectionIndex() ) in lcl_IsInSameTblBox()
128 nIdx = aChkIdx.GetIndex(); in lcl_IsInSameTblBox()
129 return pNd->GetIndex() < nIdx && nIdx < pNd->EndOfSectionIndex(); in lcl_IsInSameTblBox()
175 if( !pStt->nContent.GetIndex() && in InsertSwSection()
177 pEnd->nContent.GetIndex() ) in InsertSwSection()
228 pSttPos->nContent.GetIndex() ) in InsertSwSection()
243 (pTNd->GetTxt().Len() != pEndPos->nContent.GetIndex())) in InsertSwSection()
256 else if( pSttPos->nContent.GetIndex() ) in InsertSwSection()
269 if( pCNd && pCNd->Len() != pEndPos->nContent.GetIndex() ) in InsertSwSection()
271 xub_StrLen nCntnt = pSttPos->nContent.GetIndex(); in InsertSwSection()
275 if( pEndPos->nNode.GetIndex() == pSttPos->nNode.GetIndex() ) in InsertSwSection()
300 if( !pPos->nContent.GetIndex() ) in InsertSwSection()
305 else if( pPos->nContent.GetIndex() == pCNd->Len() ) in InsertSwSection()
348 FldsToCalc( aCalc, pNewSectNode->GetIndex(), USHRT_MAX ); in InsertSwSection()
371 pUndoInsSect->SetSectNdPos( pNewSectNode->GetIndex() ); in InsertSwSection()
410 if( !pStt->nContent.GetIndex() && pSectNd->GetIndex() in IsInsRegionAvailable()
411 == pStt->nNode.GetIndex() - 1 && pEnd->nContent.GetIndex() == in IsInsRegionAvailable()
415 sal_uLong nCmp = pEnd->nNode.GetIndex(); in IsInsRegionAvailable()
419 !( aIdx.GetIndex() < nCmp && in IsInsRegionAvailable()
428 aIdx = pEnd->nNode.GetIndex() + 1; in IsInsRegionAvailable()
429 nCmp = pStt->nNode.GetIndex(); in IsInsRegionAvailable()
433 nCmp < aIdx.GetIndex() ) ) in IsInsRegionAvailable()
453 if( pEnd->nContent.GetIndex() == pCNd->Len() ) in IsInsRegionAvailable()
479 if( !pStt->nContent.GetIndex() ) in IsInsRegionAvailable()
586 nSttNd = pSectNd->GetIndex(); in DelSectionFmt()
728 FldsToCalc( aCalc, pIdx->GetIndex(), USHRT_MAX ); in UpdateSection()
834 while( aInsPos.GetIndex() < Count() - 1 && in InsertTextSection()
850 aInsPos = pEnde->GetIndex()+1; in InsertTextSection()
854 if( aInsPos > pLastNode->GetIndex() ) in InsertTextSection()
855 aInsPos = pLastNode->GetIndex(); in InsertTextSection()
860 sal_uLong nMyIndex = pSectNd->GetIndex(); in InsertTextSection()
861 if( pStartNode->GetIndex() > nMyIndex ) // Suspicious! in InsertTextSection()
869 while( pStartNode->GetIndex() > nMyIndex ); in InsertTextSection()
872 if( pTemp->GetIndex() >= aInsPos.GetIndex() ) in InsertTextSection()
873 aInsPos = pTemp->GetIndex()+1; // ...I have to correct my end position in InsertTextSection()
930 sal_uLong nStart = pSectNd->GetIndex()+1; in InsertTextSection()
972 sal_uLong nIdx = pSectNd->GetIndex(); in InsertTextSection()
988 while( !pTmp->IsSectionNode() && pTmp->GetIndex() ) in FindSectionNode()
1110 SwNode2Layout aNode2Layout( *this, rIdx.GetIndex() ); in MakeFrms()
1125 pTableNode->GetIndex() > pS->GetIndex() ) in MakeFrms()
1169 if ( rIdx < GetIndex() ) in MakeFrms()
1225 sal_uLong nStt = GetIndex()+1, nEnd = EndOfSectionIndex(); in DelFrms()
1392 sal_uLong nStart = GetIndex()+1, nEnde = EndOfSectionIndex(); in NodesArrChgd()