Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpagedesc.cxx316 const SwFrame* pChkFrame = lcl_GetFrameOfNode( rNd ); in GetPageDescOfNode() local
317 if (pChkFrame && nullptr != (pChkFrame = pChkFrame->FindPageFrame())) in GetPageDescOfNode()
318 pRet = static_cast<const SwPageFrame*>(pChkFrame)->GetPageDesc(); in GetPageDescOfNode()
327 const SwFrame* pChkFrame = lcl_GetFrameOfNode( rNd ); in GetPageFormatOfNode() local
329 if( pChkFrame && nullptr != ( pChkFrame = pChkFrame->FindPageFrame() )) in GetPageFormatOfNode()
332 static_cast<const SwPageFrame*>(pChkFrame)->GetPageDesc(); in GetPageFormatOfNode()
336 if( !pChkFrame->KnowsFormat(*pRet) ) in GetPageFormatOfNode()
352 const SwFrame* pChkFrame = lcl_GetFrameOfNode( rNd ); in IsFollowNextPageOfNode() local
353 if( pChkFrame && nullptr != ( pChkFrame = pChkFrame->FindPageFrame() ) && in IsFollowNextPageOfNode()
354 pChkFrame->IsPageFrame() && in IsFollowNextPageOfNode()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpagedesc.cxx336 const SwFrame* pChkFrame = lcl_GetFrameOfNode( rNd ); in GetPageDescOfNode() local
337 if (pChkFrame && nullptr != (pChkFrame = pChkFrame->FindPageFrame())) in GetPageDescOfNode()
338 pRet = static_cast<const SwPageFrame*>(pChkFrame)->GetPageDesc(); in GetPageDescOfNode()
347 const SwFrame* pChkFrame = lcl_GetFrameOfNode( rNd ); in GetPageFormatOfNode() local
349 if( pChkFrame && nullptr != ( pChkFrame = pChkFrame->FindPageFrame() )) in GetPageFormatOfNode()
352 static_cast<const SwPageFrame*>(pChkFrame)->GetPageDesc(); in GetPageFormatOfNode()
356 if( !pChkFrame->KnowsFormat(*pRet) ) in GetPageFormatOfNode()
372 const SwFrame* pChkFrame = lcl_GetFrameOfNode( rNd ); in IsFollowNextPageOfNode() local
373 if( pChkFrame && nullptr != ( pChkFrame = pChkFrame->FindPageFrame() ) && in IsFollowNextPageOfNode()
374 pChkFrame->IsPageFrame() && in IsFollowNextPageOfNode()
[all …]