Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpagechg.cxx1295 bool bWishedRightPage = bNextRightPage; in InsertPage() local
1307 bWishedRightPage = sw::IsRightPageByNumber(*pRoot, *oNumOffset); in InsertPage()
1316 if( !(bWishedRightPage ? pDesc->GetRightFormat() : pDesc->GetLeftFormat()) ) in InsertPage()
1317 bWishedRightPage = !bWishedRightPage; in InsertPage()
1323 if (bWishedRightPage != bNextRightPage) in InsertPage()
1329 SwFrameFormat *const pFormat( bWishedRightPage in InsertPage()
1563 bool bWishedRightPage(!pPrevPage->OnRightPage()); in AssertFlyPages() local
1567 if (!(bWishedRightPage ? pDesc->GetRightFormat() : pDesc->GetLeftFormat())) in AssertFlyPages()
1569 bWishedRightPage = !bWishedRightPage; in AssertFlyPages()
1573 …SwFrameFormat* pFormat(bWishedRightPage ? pDesc->GetRightFormat(bWishedFirst) : pDesc->GetLeftForm… in AssertFlyPages()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpagechg.cxx1359 bool bWishedRightPage = bNextRightPage; in InsertPage() local
1371 bWishedRightPage = sw::IsRightPageByNumber(*pRoot, *oNumOffset); in InsertPage()
1380 if( !(bWishedRightPage ? pDesc->GetRightFormat() : pDesc->GetLeftFormat()) ) in InsertPage()
1381 bWishedRightPage = !bWishedRightPage; in InsertPage()
1387 if (bWishedRightPage != bNextRightPage) in InsertPage()
1393 SwFrameFormat *const pFormat( bWishedRightPage in InsertPage()
1591 bool bWishedRightPage(!pPrevPage->OnRightPage()); in AssertFlyPages() local
1595 if (!(bWishedRightPage ? pDesc->GetRightFormat() : pDesc->GetLeftFormat())) in AssertFlyPages()
1597 bWishedRightPage = !bWishedRightPage; in AssertFlyPages()
1601 …SwFrameFormat* pFormat(bWishedRightPage ? pDesc->GetRightFormat(bWishedFirst) : pDesc->GetLeftForm… in AssertFlyPages()