Home
last modified time | relevance | path

Searched refs:pAPos (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/sw/source/core/undo/
H A Duntbl.cxx451 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()
H A Duntblk.cxx67 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 Dundel.cxx79 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 Dundobj.cxx646 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 …]
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx4400 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 Dhtmlform.cxx539 const SwPosition* pAPos = pFrmFmt->GetAnchor().GetCntntAnchor(); in init() local
542 if( pAPos && in init()
543 0 != (pANd = & pAPos->nNode.GetNode()) && in init()
H A Dhtmlgrin.cxx1342 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in StripTrailingPara() local
1343 if (pAPos && in StripTrailingPara()
1346 pAPos->nNode == nNodeIdx ) in StripTrailingPara()
H A Dhtmlfly.cxx319 const SwPosition *pAPos; in CollectFlyFrms() local
338 (pAPos = rAnchor.GetCntntAnchor()) != 0 && in CollectFlyFrms()
339 (pACNd = pAPos->nNode.GetNode().GetCntntNode()) != 0 ) in CollectFlyFrms()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2490 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()
H A Dww8glsy.cxx75 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in HasBareGraphicEnd() local
76 if (pAPos && in HasBareGraphicEnd()
79 rIdx == pAPos->nNode.GetIndex() ) in HasBareGraphicEnd()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx984 const SwPosition* pAPos = rAnchor.GetCntntAnchor(); in IsEmptyBox() local
985 if (pAPos && in IsEmptyBox()
988 nSttIdx <= ( nIdx = pAPos->nNode.GetIndex() ) && in IsEmptyBox()
/trunk/main/sw/source/core/docnode/
H A Dswbaslnk.cxx351 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 Dndcopy.cxx569 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 Dndtbl.cxx1720 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()
/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx592 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 Ddocsort.cxx343 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 Ddocglbl.cxx366 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 Ddoclay.cxx1098 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()
H A Ddocedt.cxx234 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 Ddocbm.cxx1512 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()

Completed in 210 milliseconds