Home
last modified time | relevance | path

Searched refs:pAnchor (Results 26 – 50 of 50) sorted by relevance

12

/aoo42x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1363 const SwFmtAnchor* pAnchor = &pFlyFmt->GetAnchor(); in TrueFrameDirection() local
1364 if ((FLY_AT_PAGE != pAnchor->GetAnchorId()) && in TrueFrameDirection()
1365 pAnchor->GetCntntAnchor() ) in TrueFrameDirection()
1367 pFlyFmt = pAnchor->GetCntntAnchor()->nNode.GetNode().GetFlyFmt(); in TrueFrameDirection()
1421 const SwFmtAnchor* pAnchor = &pFlyFmt->GetAnchor(); in TrueFrameBgBrush() local
1422 if ((FLY_AT_PAGE != pAnchor->GetAnchorId()) && in TrueFrameBgBrush()
1423 pAnchor->GetCntntAnchor()) in TrueFrameBgBrush()
1426 pAnchor->GetCntntAnchor()->nNode.GetNode().GetFlyFmt(); in TrueFrameBgBrush()
H A Dwriterhelper.cxx150 if (const SwPosition* pAnchor = rEntry.GetAnchor().GetCntntAnchor()) in SwPosFlyFrmsToFrames() local
152 aRet.push_back(sw::Frame(rEntry, *pAnchor)); in SwPosFlyFrmsToFrames()
H A Dww8par2.cxx3648 const SwFmtAnchor* pAnchor = &pFly->GetAnchor(); in lcl_PamContainsFly() local
3650 switch (pAnchor->GetAnchorId()) in lcl_PamContainsFly()
3655 const SwPosition* pAPos = pAnchor->GetCntntAnchor(); in lcl_PamContainsFly()
/aoo42x/main/sw/source/core/layout/
H A Dfrmtool.cxx3012 SwFrm* pAnchor; in Notify_Background() local
3016 pAnchor = pFlyFrm->AnchorFrm(); in Notify_Background()
3021 pAnchor = const_cast<SwFrm*>( in Notify_Background()
3024 if( PREP_FLY_LEAVE != eHint && pAnchor->IsInFly() ) in Notify_Background()
3025 pArea = pAnchor->FindFlyFrm(); in Notify_Background()
3161 if ( pFlyFrm && pAnchor->GetUpper() && pAnchor->IsInTab() )//MA_FLY_HEIGHT in Notify_Background()
3162 pAnchor->GetUpper()->InvalidateSize(); in Notify_Background()
H A Dflowfrm.cxx348 const SwFrm* pAnchor = pObj->GetAnchorFrm(); in BwdMoveNecessary() local
349 if ( pAnchor == &rThis ) in BwdMoveNecessary()
357 if ( ::IsFrmInSameKontext( pAnchor, &rThis ) ) in BwdMoveNecessary()
H A Dwsfrm.cxx2111 const SwFrm* pAnchor = pAnchoredObj->GetAnchorFrm(); in ShrinkFrm() local
2112 if ( pAnchor && pAnchor->FindFooterOrHeader() == GetUpper() ) in ShrinkFrm()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlgrin.cxx1341 SwFmtAnchor const*const pAnchor = &pFmt->GetAnchor(); in StripTrailingPara() local
1342 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in StripTrailingPara()
1344 ((FLY_AT_PARA == pAnchor->GetAnchorId()) || in StripTrailingPara()
1345 (FLY_AT_CHAR == pAnchor->GetAnchorId())) && in StripTrailingPara()
H A Dswhtml.cxx4393 SwFmtAnchor const*const pAnchor = &pFmt->GetAnchor(); in HasCurrentParaFlys() local
4400 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in HasCurrentParaFlys()
4402 ((FLY_AT_PARA == pAnchor->GetAnchorId()) || in HasCurrentParaFlys()
4403 (FLY_AT_CHAR == pAnchor->GetAnchorId())) && in HasCurrentParaFlys()
5045 SwFmtAnchor const*const pAnchor = &pFmt->GetAnchor(); in InsertLineBreak() local
5046 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in InsertLineBreak()
5048 ((FLY_AT_PARA == pAnchor->GetAnchorId()) || in InsertLineBreak()
5049 (FLY_AT_CHAR == pAnchor->GetAnchorId())) && in InsertLineBreak()
/aoo42x/main/sw/source/core/doc/
H A Dtblcpy.cxx591 SwFmtAnchor const*const pAnchor = &pFly->GetAnchor(); in lcl_CpyBox() local
592 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in lcl_CpyBox()
594 ((FLY_AT_PARA == pAnchor->GetAnchorId()) || in lcl_CpyBox()
595 (FLY_AT_CHAR == pAnchor->GetAnchorId())) && in lcl_CpyBox()
H A Ddocsort.cxx342 SwFmtAnchor const*const pAnchor = &pFmt->GetAnchor(); in SortText() local
343 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in SortText()
345 if (pAPos && (FLY_AT_PARA == pAnchor->GetAnchorId()) && in SortText()
H A Dhtmltbl.cxx395 const SwFrm *pAnchor = ((const SwFlyFrm *)pUpper)->GetAnchorFrm(); in GetBrowseWidthByTabFrm() local
396 if( pAnchor->IsTxtFrm() ) in GetBrowseWidthByTabFrm()
397 nWidth = pAnchor->Frm().Width(); in GetBrowseWidthByTabFrm()
399 nWidth = pAnchor->Prt().Width(); in GetBrowseWidthByTabFrm()
H A Ddocbm.cxx1699 SfxPoolItem *pAnchor = (SfxPoolItem*)&pFrmFmt->GetAnchor(); in _RestoreCntntIdx() local
1700 pFrmFmt->NotifyClients( pAnchor, pAnchor ); in _RestoreCntntIdx()
H A Ddocdraw.cxx551 : pFmt( pFrmFmt ), pAnchor( pFlyAn ), nOrdNum( nArrOrdNum ) in _ZSortFly()
/aoo42x/main/sw/source/core/access/
H A Daccselectionhelper.cxx332 const SwFmtAnchor& pAnchor = pFrmFmt->GetAnchor(); in getSelectedAccessibleChild() local
333 if( pAnchor.GetAnchorId() == FLY_AS_CHAR ) in getSelectedAccessibleChild()
/aoo42x/main/sw/source/core/unocore/
H A Dunodraw.cxx96 SwFmtAnchor* pAnchor; member in SwShapeDescriptor_Impl
120 pAnchor(0), in SwShapeDescriptor_Impl()
141 delete pAnchor; in ~SwShapeDescriptor_Impl()
152 if(bCreate && !pAnchor) in GetAnchor()
154 pAnchor = new SwFmtAnchor(FLY_AS_CHAR); in GetAnchor()
156 return pAnchor; in GetAnchor()
209 void RemoveAnchor(){DELETEZ(pAnchor);} in RemoveAnchor()
/aoo42x/main/svtools/source/inc/
H A Dsvimpbox.hxx97 SvLBoxEntry* pAnchor; member in SvImpLBox
342 void DestroyAnchor() { pAnchor=0; aSelEng.Reset(); } in DestroyAnchor()
/aoo42x/main/sw/source/core/draw/
H A Ddcontact.cxx79 void setContextWritingMode( SdrObject* pObj, SwFrm* pAnchor ) in TYPEINIT1()
81 if( pObj && pAnchor ) in TYPEINIT1()
84 if( pAnchor->IsVertical() ) in TYPEINIT1()
87 } else if( pAnchor->IsRightToLeft() ) in TYPEINIT1()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx1535 model::SharedPageDescriptor pAnchor (rSelector.GetSelectionAnchor()); in RangeSelect() local
1538 if (pAnchor.get() != NULL) in RangeSelect()
1542 const sal_uInt16 nAnchorIndex ((pAnchor->GetPage()->GetPageNum()-1) / 2); in RangeSelect()
/aoo42x/main/sw/source/ui/docvw/
H A DAnchorOverlayObject.hxx54 static void DestroyAnchorOverlayObject( AnchorOverlayObject* pAnchor );
H A Dedtwin.cxx1447 SdrHdl* pAnchor = rHdlList.GetHdl(HDL_ANCHOR); in KeyInput() local
1448 if ( ! pAnchor ) in KeyInput()
1449 pAnchor = rHdlList.GetHdl(HDL_ANCHOR_TR); in KeyInput()
1450 if(pAnchor) in KeyInput()
1451 rHdlList.SetFocusHdl(pAnchor); in KeyInput()
/aoo42x/main/sw/source/core/inc/
H A Dflyfrm.hxx135 SwFlyFrm( SwFlyFrmFmt*, SwFrm*, SwFrm *pAnchor );
/aoo42x/main/sw/inc/
H A Ddcontact.hxx62 void setContextWritingMode( SdrObject* pObj, SwFrm* pAnchor );
/aoo42x/main/sw/source/core/undo/
H A Duntbl.cxx450 SwFmtAnchor const*const pAnchor = &pFmt->GetAnchor(); in SwUndoTblToTxt() local
451 SwPosition const*const pAPos = pAnchor->GetCntntAnchor(); in SwUndoTblToTxt()
453 ((FLY_AT_CHAR == pAnchor->GetAnchorId()) || in SwUndoTblToTxt()
454 (FLY_AT_PARA == pAnchor->GetAnchorId())) && in SwUndoTblToTxt()
/aoo42x/main/svtools/source/contnr/
H A Dimivctl.hxx202 SvxIconChoiceCtrlEntry* pAnchor; // fuer Selektion member in SvxIconChoiceCtrl_Impl
/aoo42x/main/sc/source/filter/excel/
H A Dxiescher.cxx3259 if( const XclObjAnchor* pAnchor = rDrawObj.GetAnchor() ) in ProcessObject() local
3261 Rectangle aAnchorRect = GetConvData().mrDrawing.CalcAnchorRect( *pAnchor, false ); in ProcessObject()

Completed in 359 milliseconds

12