Lines Matching refs:aPos

107 		SwPosition aPos( *pStNode );  in lcl_SetNewFlyPos()  local
108 rAnchor.SetAnchor( &aPos ); in lcl_SetNewFlyPos()
154 SwPosition aPos( *((SwCntntFrm*)pNewAnch)->GetNode() ); in lcl_FindAnchorPos() local
161 if( !pNewAnch->GetCrsrOfst( &aPos, aTmpPnt, &aState ) ) in lcl_FindAnchorPos()
165 pCNd->MakeStartIndex( &aPos.nContent ); in lcl_FindAnchorPos()
167 pCNd->MakeEndIndex( &aPos.nContent ); in lcl_FindAnchorPos()
171 if ( rEditShell.PosInsideInputFld( aPos ) ) in lcl_FindAnchorPos()
173 aPos.nContent = rEditShell.StartOfInputFldAtPos( aPos ); in lcl_FindAnchorPos()
177 aNewAnch.SetAnchor( &aPos ); in lcl_FindAnchorPos()
186 SwPosition aPos( rDoc.GetNodes() ); in lcl_FindAnchorPos() local
188 rDoc.GetCurrentLayout()->GetCrsrOfst( &aPos, aTmpPnt, &aState ); //swmod 071108//swmod 071225 in lcl_FindAnchorPos()
190 aPos.nNode.GetNode().GetCntntNode()->getLayoutFrm( rFrm.getRootFrm(), 0, 0, sal_False ), in lcl_FindAnchorPos()
195 aPos.nNode = *((SwFlyFrm*)pNewAnch)->GetFmt()->GetCntnt(). in lcl_FindAnchorPos()
197 aNewAnch.SetAnchor( &aPos ); in lcl_FindAnchorPos()
367 SwPosition aPos( aSwNodeIndex ); in IsFlyInFly() local
370 GetLayout()->GetCrsrOfst( &aPos, aPoint, &aState ); in IsFlyInFly()
374 …pTxtFrm = aPos.nNode.GetNode().GetCntntNode()->getLayoutFrm( GetLayout(), &aTmpPos, 0, sal_False ); in IsFlyInFly()
500 SwPosition aPos( GetDoc()->GetNodes().GetEndOfExtras() ); in FindAnchorPos() local
502 GetLayout()->GetCrsrOfst( &aPos, aTmpPnt, &aState ); in FindAnchorPos()
504 || !PosInsideInputFld( aPos ) ) in FindAnchorPos()
506 … pTxtFrm = aPos.nNode.GetNode().GetCntntNode()->getLayoutFrm( GetLayout(),0,&aPos,sal_False ); in FindAnchorPos()
568 SwPosition aPos( *((SwFlyFrm*)pNewAnch)->GetFmt()-> in FindAnchorPos() local
570 aAnch.SetAnchor( &aPos ); in FindAnchorPos()
773 SwPosition aPos( *((SwCntntFrm*)pAnch)->GetNode() ); in NewFlyFrm() local
776 aPos.nContent.Assign( ((SwCntntFrm*)pAnch)->GetNode(), 0 ); in NewFlyFrm()
778 pOldAnchor->SetAnchor( &aPos ); in NewFlyFrm()
1792 SwPosition aPos( *GetCrsr()->GetPoint() ); in GetFmtFromAnyObj() local
1794 GetLayout()->GetCrsrOfst( &aPos, aPt ); in GetFmtFromAnyObj()
1795 SwCntntNode *pNd = aPos.nNode.GetNode().GetCntntNode(); in GetFmtFromAnyObj()