Home
last modified time | relevance | path

Searched refs:SwFlyAtCntFrm (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx76 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 Dfly.cxx1282 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 Dpagechg.cxx911 if ( pAnchoredObj->ISA(SwFlyAtCntFrm) ) in Cut()
913 SwFlyFrm* pFly = static_cast<SwFlyAtCntFrm*>(pAnchoredObj); in Cut()
H A Dcalcmove.cxx602 !dynamic_cast<SwFlyAtCntFrm*>(GetUpper()) && in MakePos()
H A Datrfrm.cxx2956 pFly = new SwFlyAtCntFrm( this, pFrm, pFrm ); in MakeFrms()
H A Dfrmtool.cxx1125 pFly = new SwFlyAtCntFrm( (SwFlyFrmFmt*)pFmt, pFrm, pFrm ); in AppendObjs()
/trunk/main/sw/source/core/inc/
H A Dflyfrms.hxx27 class SwFlyAtCntFrm;
136 class SwFlyAtCntFrm : public SwFlyFreeFrm class
158 SwFlyAtCntFrm( SwFlyFrmFmt*, SwFrm*, SwFrm *pAnchor );
/trunk/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx944 !GetAnchoredObj().ISA(SwFlyAtCntFrm) ) in _AdjustHoriRelPosForDrawAside()
953 const SwFlyAtCntFrm& rFlyAtCntFrm = in _AdjustHoriRelPosForDrawAside()
954 static_cast<const SwFlyAtCntFrm&>(GetAnchoredObj()); in _AdjustHoriRelPosForDrawAside()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx410 ((SwFlyAtCntFrm*)pFly)->SetAbsPos( rAbsPos ); in SetFlyPos()
1541 ((SwFlyAtCntFrm*)pFly)->SetAbsPos( aPt ); in RequestObjectResize()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx705 ((SwFlyAtCntFrm*)GetFlyFrm())->SetAbsPos( aNewPos ); in NbcMove()

Completed in 112 milliseconds