Searched refs:SwImplEnterLeave (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | dbg_lay.cxx | 193 class SwImplEnterLeave class 200 SwImplEnterLeave( const SwFrm* pF, sal_uLong nFunct, sal_uLong nAct, void* pPar ) in SwImplEnterLeave() function in SwImplEnterLeave 206 class SwSizeEnterLeave : public SwImplEnterLeave 211 : SwImplEnterLeave( pF, nFunct, nAct, pPar ), nFrmHeight( pF->Frm().Height() ) {} in SwSizeEnterLeave() 215 class SwUpperEnterLeave : public SwImplEnterLeave 220 : SwImplEnterLeave( pF, nFunct, nAct, pPar ), nFrmId( 0 ) {} in SwUpperEnterLeave() 225 class SwFrmChangesLeave : public SwImplEnterLeave 230 : SwImplEnterLeave( pF, nFunct, nAct, pPar ), aFrm( pF->Frm() ) {} in SwFrmChangesLeave() 806 default: pImpl = new SwImplEnterLeave( pFrm, nFunc, nAct, pPar ); break; in Ctor() 826 void SwImplEnterLeave::Enter() in Enter() [all …]
|
/trunk/main/sw/source/core/inc/ |
H A D | dbg_lay.hxx | 68 class SwImplEnterLeave; 88 SwImplEnterLeave* pImpl;
|
Completed in 13 milliseconds