Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx511 if ( !bFtn && !IsEmptyPage() ) in PreparePage()
515 if ( GetPrev() && ((SwPageFrm*)GetPrev())->IsEmptyPage() ) in PreparePage()
833 if ( !pRet && IsEmptyPage() ) in FindPageDesc()
896 if ( !IsEmptyPage() ) in Cut()
1111 sal_Bool bCheckEmpty = pPage->IsEmptyPage(); in CheckPageDescs()
1152 if ( pPage->IsEmptyPage() && ( pFmtWish || //1. in CheckPageDescs()
1163 else if ( pPage->IsEmptyPage() && !pFmtWish && //2. in CheckPageDescs()
1168 else if ( !pPage->IsEmptyPage() && //3. in CheckPageDescs()
1264 if ( pPg->IsEmptyPage() ) in CheckPageDescs()
2230 if ( !pPageFrm->IsEmptyPage() ) in CheckViewLayout()
[all …]
H A Dtrvlfrm.cxx1627 return pPage ? pPage->IsEmptyPage() : sal_True; in IsDummyPage()
1752 if( pPrv && pPrv->IsEmptyPage() ) in WannaRightPage()
1769 if( pPage->GetPrev() && ((SwPageFrm*)pPage->GetPrev())->IsEmptyPage() ) in WannaRightPage()
1772 if( !pPage->IsEmptyPage() ) in WannaRightPage()
H A Dflylay.cxx1022 ASSERT( !IsEmptyPage() || GetNext(), in PlaceFly()
1024 if ( IsEmptyPage() && GetNext() ) in PlaceFly()
H A Dlaycache.cxx673 if ( rpPage->IsEmptyPage() ) in CheckInsertPage()
1198 if ( pPage && pPage->IsEmptyPage() ) in CheckPageFlyCache()
H A Dftnfrm.cxx755 if( pPage && pPage->IsEmptyPage() ) in GetNextFtnLeaf()
934 (nDiff > 1 && !((SwPageFrm*)pOldPage->GetPrev())->IsEmptyPage()) ) in GetPrevFtnLeaf()
1998 && pPg->IsEmptyPage() ; in CollectFtns()
H A Dflowfrm.cxx1057 if ( pPg && pPg->IsEmptyPage() ) in GetNextLeaf()
2228 if ( ((SwPageFrm*)pOldPage->GetPrev())->IsEmptyPage() ) in MoveBwd()
H A Dcalcmove.cxx725 if ( IsEmptyPage() ) in MakeAll()
H A Dsectfrm.cxx1609 if( pTmp->IsPageFrm() && ((SwPageFrm*)pTmp)->IsEmptyPage() ) in GetNextSctLeaf()
H A Dpaintfrm.cxx2939 …( bBookMode && pPage->GetPrev() && static_cast<const SwPageFrm*>(pPage->GetPrev())->IsEmptyPage() ) in Paint()
2955 if ( !pPage->IsEmptyPage() ) in Paint()
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx141 if ( !mbBookPreview && !mbPrintEmptyPages && pPage->IsEmptyPage() ) in _CalcPrevwLayoutSizes()
605 if ( !mbBookPreview && !mbPrintEmptyPages && pPage->IsEmptyPage() ) in _CalcPreviewPages()
685 if ( _rPage.IsEmptyPage() ) in _CalcPreviewDataForPage()
702 if ( _rPage.IsEmptyPage() ) in _CalcPreviewDataForPage()
977 if ( (*aFoundPrevwPageIter)->pPage->IsEmptyPage() ) in IsPrevwPosInDocPrevwPage()
1126 if ( (*aPageIter)->pPage->IsEmptyPage() ) in Paint()
1503 if ( !pTmpPage->IsEmptyPage() ) in ConvertAbsoluteToRelativePageNum()
1529 if ( !pTmpPage->IsEmptyPage() ) in ConvertRelativeToAbsolutePageNum()
H A Dviewpg.cxx150 if ( pStPage->IsEmptyPage() ) in PrintProspect()
165 if ( pNxtPage->IsEmptyPage() ) in PrintProspect()
H A Dviewimp.cxx267 if ( bBookMode && pPage->IsEmptyPage() ) in SetFirstVisPage()
H A Dviewsh.cxx2655 if( !bSkipEmptyPages && pPage->IsEmptyPage() && pPage->GetNext() ) in GetPageSize()
/trunk/main/sw/source/core/access/
H A Daccfrmobj.cxx285 static_cast< const SwPageFrm * >( mpFrm )->IsEmptyPage() ) in GetBox()
320 static_cast< const SwPageFrm * >( mpFrm )->IsEmptyPage() ) in GetBounds()
H A Dacccontext.cxx925 static_cast < const SwPageFrm * >( GetFrm() )->IsEmptyPage() ) in getBoundsImpl()
H A Daccmap.cxx758 if ( !(*aPageIter)->pPage->IsEmptyPage() ) in Update()
/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx228 sal_Bool IsEmptyPage() const { return bEmptyPage; } //explizite Leerseite. in IsEmptyPage() function in SwPageFrm
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1132 while( pPg && pPg->IsEmptyPage() ) in GetPageNum()
1161 while( pPg && pPg->IsEmptyPage() ) in GetNextPrevPageNum()
1173 while( pPg && pPg->IsEmptyPage() ) in GetNextPrevPageNum()
/trunk/main/sw/source/core/frmedt/
H A Dfews.cxx222 if ( pPage && ((SwPageFrm*)pPage)->IsEmptyPage() ) in GetPageNumber()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx2153 ( !mbSkipEmptyPages || !pCurrPage->IsEmptyPage() ) ) in CalcOutputPageNum()

Completed in 279 milliseconds