Searched refs:pTmpLastLower (Results 1 – 1 of 1) sorted by relevance
3239 SwFrm* pTmpLastLower( pLastLowerOfFtn ); in FindLastCntnt() local3240 while ( pTmpLastLower && pTmpLastLower->GetNext() ) in FindLastCntnt()3242 pTmpLastLower = pTmpLastLower->GetNext(); in FindLastCntnt()3243 if ( ( pTmpLastLower->IsTxtFrm() && in FindLastCntnt()3244 !static_cast<SwTxtFrm*>(pTmpLastLower)->IsHiddenNow() ) || in FindLastCntnt()3245 ( pTmpLastLower->IsSctFrm() && in FindLastCntnt()3246 static_cast<SwSectionFrm*>(pTmpLastLower)->GetSection() && in FindLastCntnt()3247 static_cast<SwSectionFrm*>(pTmpLastLower)->ContainsCntnt() ) || in FindLastCntnt()3248 ( pTmpLastLower->IsTabFrm() && in FindLastCntnt()3249 static_cast<SwTabFrm*>(pTmpLastLower)->ContainsCntnt() ) ) in FindLastCntnt()[all …]
Completed in 19 milliseconds