Searched refs:SwFlyAtCntFrm (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/core/layout/ |
H A D | flycnt.cxx | 76 SwFlyAtCntFrm::SwFlyAtCntFrm( SwFlyFrmFmt *pFmt, SwFrm* pSib, SwFrm *pAnch ) : in SwFlyAtCntFrm() function in SwFlyAtCntFrm 84 TYPEINIT1(SwFlyAtCntFrm,SwFlyFreeFrm); 95 void SwFlyAtCntFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() 359 void SwFlyAtCntFrm::MakeAll() in MakeAll() 599 bool SwFlyAtCntFrm::IsFormatPossible() const in IsFormatPossible() 1280 void SwFlyAtCntFrm::SetAbsPos( const Point &rNew ) in SetAbsPos() 1589 void SwFlyAtCntFrm::RegisterAtCorrectPage() in RegisterAtCorrectPage() 1607 void SwFlyAtCntFrm::MakeObjPos() in MakeObjPos() 1640 bool SwFlyAtCntFrm::_InvalidationAllowed( const InvalidationType _nInvalid ) const in _InvalidationAllowed()
|
H A D | fly.cxx | 1282 nTmpY = ((SwFlyAtCntFrm*)this)->GetRelCharY(pAutoFrm)-nTmpY; in ChgRelPos() 1335 nTmpX -= ((SwFlyAtCntFrm*)this)->GetRelCharX(pAutoFrm); in ChgRelPos() 2137 if ( dynamic_cast<SwFlyAtCntFrm*>(this) && in ChgSize()
|
H A D | pagechg.cxx | 911 if ( pAnchoredObj->ISA(SwFlyAtCntFrm) ) in Cut() 913 SwFlyFrm* pFly = static_cast<SwFlyAtCntFrm*>(pAnchoredObj); in Cut()
|
H A D | calcmove.cxx | 602 !dynamic_cast<SwFlyAtCntFrm*>(GetUpper()) && in MakePos()
|
H A D | atrfrm.cxx | 2956 pFly = new SwFlyAtCntFrm( this, pFrm, pFrm ); in MakeFrms()
|
H A D | frmtool.cxx | 1125 pFly = new SwFlyAtCntFrm( (SwFlyFrmFmt*)pFmt, pFrm, pFrm ); in AppendObjs()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | flyfrms.hxx | 27 class SwFlyAtCntFrm; 136 class SwFlyAtCntFrm : public SwFlyFreeFrm class 158 SwFlyAtCntFrm( SwFlyFrmFmt*, SwFrm*, SwFrm *pAnchor );
|
/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | anchoredobjectposition.cxx | 944 !GetAnchoredObj().ISA(SwFlyAtCntFrm) ) in _AdjustHoriRelPosForDrawAside() 953 const SwFlyAtCntFrm& rFlyAtCntFrm = in _AdjustHoriRelPosForDrawAside() 954 static_cast<const SwFlyAtCntFrm&>(GetAnchoredObj()); in _AdjustHoriRelPosForDrawAside()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 410 ((SwFlyAtCntFrm*)pFly)->SetAbsPos( rAbsPos ); in SetFlyPos() 1541 ((SwFlyAtCntFrm*)pFly)->SetAbsPos( aPt ); in RequestObjectResize()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 705 ((SwFlyAtCntFrm*)GetFlyFrm())->SetAbsPos( aNewPos ); in NbcMove()
|
Completed in 80 milliseconds