/aoo42x/main/sw/source/core/undo/ |
H A D | undobj.cxx | 646 const SwPosition* pAPos; in DelCntntIndex() local 655 if( 0 != (pAPos = pAnchor->GetCntntAnchor() ) && in DelCntntIndex() 657 ? ( pStt->nNode <= pAPos->nNode && in DelCntntIndex() 658 pAPos->nNode < pEnd->nNode ) in DelCntntIndex() 659 : ( *pStt <= *pAPos && *pAPos < *pEnd )) ) in DelCntntIndex() 676 if( pAPos ) in DelCntntIndex() 680 bTmp = pStt->nNode <= pAPos->nNode && pAPos->nNode < pEnd->nNode; in DelCntntIndex() 723 if( 0 != (pAPos = pAnchor->GetCntntAnchor() ) && in DelCntntIndex() 724 ( pStt->nNode <= pAPos->nNode && pAPos->nNode <= pEnd->nNode ) ) in DelCntntIndex() 736 if( *pStt <= *pAPos && *pAPos < *pEnd ) in DelCntntIndex() [all …]
|
H A D | untblk.cxx | 67 const SwPosition* pAPos = pAnchor->GetCntntAnchor(); in SwUndoInserts() local 68 if (pAPos && in SwUndoInserts() 70 nSttNode == pAPos->nNode.GetIndex() ) in SwUndoInserts() 121 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in SetInsertRange() local 122 if (pAPos && in SetInsertRange() 124 nSttNode == pAPos->nNode.GetIndex() ) in SetInsertRange()
|
H A D | undel.cxx | 79 const SwPosition* pAPos = pAnchor->GetCntntAnchor(); in lcl_MakeAutoFrms() local 80 if( pAPos && nMovedIndex == pAPos->nNode.GetIndex() ) in lcl_MakeAutoFrms() 639 const SwPosition* pAPos; in lcl_ReAnchorAtCntntFlyFrames() local 646 pAPos = pAnchor->GetCntntAnchor(); in lcl_ReAnchorAtCntntFlyFrames() 647 if( pAPos && nOldIdx == pAPos->nNode.GetIndex() ) in lcl_ReAnchorAtCntntFlyFrames()
|
H A D | untbl.cxx | 451 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in SwUndoTblToTxt() local 452 if (pAPos && in SwUndoTblToTxt() 455 nTblStt <= pAPos->nNode.GetIndex() && in SwUndoTblToTxt() 456 pAPos->nNode.GetIndex() < nTblEnd ) in SwUndoTblToTxt()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 569 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in lcl_ChkFlyFly() local 570 if (pAPos && in lcl_ChkFlyFly() 575 nSttNd <= pAPos->nNode.GetIndex() && in lcl_ChkFlyFly() 576 pAPos->nNode.GetIndex() < nEndNd ) in lcl_ChkFlyFly() 1431 if ( pAPos && in CopyFlyInFlyImpl() 1436 ? rRg.aStart <= pAPos->nNode.GetIndex() + 1 in CopyFlyInFlyImpl() 1438 ? rRg.aStart < pAPos->nNode in CopyFlyInFlyImpl() 1439 : rRg.aStart <= pAPos->nNode )) && in CopyFlyInFlyImpl() 1440 pAPos->nNode <= rRg.aEnd ) in CopyFlyInFlyImpl() 1448 if( pAPos->nNode < rRg.aEnd ) in CopyFlyInFlyImpl() [all …]
|
H A D | swbaslnk.cxx | 351 const SwPosition* pAPos = pFmt->GetAnchor().GetCntntAnchor(); in SetGrfFlySize() local 354 if( pAPos && in SetGrfFlySize() 355 0 != (pANd = & pAPos->nNode.GetNode()) && in SetGrfFlySize() 462 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in GetAnchor() local 463 if (pAPos && in GetAnchor() 469 return &pAPos->nNode.GetNode(); in GetAnchor()
|
H A D | ndtbl.cxx | 1720 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in TableToText() local 1721 if (pAPos && in TableToText() 1724 nStt <= pAPos->nNode.GetIndex() && in TableToText() 1725 pAPos->nNode.GetIndex() < nEnd ) in TableToText()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 234 if (pAPos && in _SaveFlyInRange() 237 rRg.aStart <= pAPos->nNode && pAPos->nNode < rRg.aEnd ) in _SaveFlyInRange() 274 if (pAPos && in _SaveFlyInRange() 286 if( rSttNdIdx != pAPos->nNode ) in _SaveFlyInRange() 298 0 != ( bInsPos = rInsPos == pAPos->nNode )) in _SaveFlyInRange() 328 if (pAPos && in DelFlyInRange() 332 ? rMkNdIdx < pAPos->nNode && pAPos->nNode <= rPtNdIdx in DelFlyInRange() 333 : rPtNdIdx <= pAPos->nNode && pAPos->nNode < rMkNdIdx )) in DelFlyInRange() 336 if( rPtNdIdx == pAPos->nNode ) in DelFlyInRange() 2667 if (pAPos && in DelFullPara() [all …]
|
H A D | docglbl.cxx | 366 SwPosition const*const pAPos = in SplitDoc() local 368 if (pAPos && in SplitDoc() 371 aSIdx <= pAPos->nNode && in SplitDoc() 372 pAPos->nNode < aEIdx ) in SplitDoc() 717 SwPosition const*const pAPos = in SplitDoc() local 719 if (pAPos && in SplitDoc() 722 aSIdx <= pAPos->nNode && in SplitDoc() 723 pAPos->nNode < aEIdx ) in SplitDoc()
|
H A D | docbm.cxx | 1512 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in _SaveCntntIdx() local 1513 if ( pAPos && in _SaveCntntIdx() 1519 aSave.SetContent( pAPos->nContent.GetIndex() ); in _SaveCntntIdx() 1521 OSL_ENSURE( nNode == pAPos->nNode.GetIndex(), in _SaveCntntIdx() 1558 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in _SaveCntntIdx() local 1559 if ( pAPos && ( nNode == pAPos->nNode.GetIndex() ) && in _SaveCntntIdx() 1564 aSave.SetContent( pAPos->nContent.GetIndex() ); in _SaveCntntIdx()
|
H A D | docsort.cxx | 343 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in SortText() local 345 if (pAPos && (FLY_AT_PARA == pAnchor->GetAnchorId()) && in SortText() 346 pStart->nNode <= pAPos->nNode && pAPos->nNode <= pEnd->nNode ) in SortText()
|
H A D | tblcpy.cxx | 592 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in lcl_CpyBox() local 593 if (pAPos && in lcl_CpyBox() 596 aInsIdx <= pAPos->nNode && pAPos->nNode <= aEndNdIdx ) in lcl_CpyBox()
|
H A D | doclay.cxx | 1098 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in GetAllFlyFmts() local 1099 if (pAPos && in GetAllFlyFmts() 1105 !TstFlyRange( pCmpRange, pAPos, rAnchor.GetAnchorId() )) in GetAllFlyFmts() 1107 aRetval.insert(SwPosFlyFrmPtr(new SwPosFlyFrm(pAPos->nNode, pFly, aRetval.size()))); in GetAllFlyFmts()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8glsy.cxx | 75 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in HasBareGraphicEnd() local 76 if (pAPos && in HasBareGraphicEnd() 79 rIdx == pAPos->nNode.GetIndex() ) in HasBareGraphicEnd()
|
H A D | ww8par2.cxx | 2490 const SwPosition* pAPos = in CreateSwTable() local 2492 if (pAPos && &pAPos->nNode.GetNode() == &pPoint->nNode.GetNode()) in CreateSwTable() 3655 const SwPosition* pAPos = pAnchor->GetCntntAnchor(); in lcl_PamContainsFly() local 3657 if (pAPos != NULL && in lcl_PamContainsFly() 3658 aRg.aStart <= pAPos->nNode && in lcl_PamContainsFly() 3659 pAPos->nNode <= aRg.aEnd) in lcl_PamContainsFly()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlgrin.cxx | 1342 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in StripTrailingPara() local 1343 if (pAPos && in StripTrailingPara() 1346 pAPos->nNode == nNodeIdx ) in StripTrailingPara()
|
H A D | swhtml.cxx | 4400 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in HasCurrentParaFlys() local 4401 if (pAPos && in HasCurrentParaFlys() 4404 pAPos->nNode == rNodeIdx ) in HasCurrentParaFlys() 5046 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in InsertLineBreak() local 5047 if (pAPos && in InsertLineBreak() 5050 pAPos->nNode == rNodeIdx && in InsertLineBreak()
|
H A D | htmlfly.cxx | 319 const SwPosition *pAPos; in CollectFlyFrms() local 338 (pAPos = rAnchor.GetCntntAnchor()) != 0 && in CollectFlyFrms() 339 (pACNd = pAPos->nNode.GetNode().GetCntntNode()) != 0 ) in CollectFlyFrms()
|
H A D | htmlform.cxx | 539 const SwPosition* pAPos = pFrmFmt->GetAnchor().GetCntntAnchor(); in init() local 542 if( pAPos && in init() 543 0 != (pANd = & pAPos->nNode.GetNode()) && in init()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 984 const SwPosition* pAPos = rAnchor.GetCntntAnchor(); in IsEmptyBox() local 985 if (pAPos && in IsEmptyBox() 988 nSttIdx <= ( nIdx = pAPos->nNode.GetIndex() ) && in IsEmptyBox()
|