Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx3238 SwFrm* pLastLowerOfFtn( GetLower() ); in FindLastCntnt() local
3239 SwFrm* pTmpLastLower( pLastLowerOfFtn ); in FindLastCntnt()
3251 pLastLowerOfFtn = pTmpLastLower; in FindLastCntnt()
3256 if ( pLastLowerOfFtn && pLastLowerOfFtn->IsTabFrm() ) in FindLastCntnt()
3258 pLastCntntFrm = static_cast<SwTabFrm*>(pLastLowerOfFtn)->FindLastCntnt(); in FindLastCntnt()
3260 else if ( pLastLowerOfFtn && pLastLowerOfFtn->IsSctFrm() ) in FindLastCntnt()
3262 pLastCntntFrm = static_cast<SwSectionFrm*>(pLastLowerOfFtn)->FindLastCntnt(); in FindLastCntnt()
3266 pLastCntntFrm = dynamic_cast<SwCntntFrm*>(pLastLowerOfFtn); in FindLastCntnt()

Completed in 26 milliseconds