Searched refs:MAKEPAGE_NONE (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 973 eMakePage = MAKEPAGE_NONE; in GetNextLeaf() 1019 if( !IsFlowFrm() && ( eMakePage == MAKEPAGE_NONE || in GetNextLeaf() 1957 0 != const_cast<SwFrm&>(rThis).GetNextCellLeaf( MAKEPAGE_NONE ) ) in MoveFwd() 1982 rThis.GetLeaf( bMakePage ? MAKEPAGE_INSERT : MAKEPAGE_NONE, sal_True ); in MoveFwd() 2232 pNewUpper = rThis.GetLeaf( MAKEPAGE_NONE, sal_False ); in MoveBwd() 2257 SwLayoutFrm* pNewNextUpper = pNewUpper->GetLeaf( MAKEPAGE_NONE, sal_True ); in MoveBwd() 2285 pNewUpper = rThis.GetLeaf( MAKEPAGE_NONE, sal_False ); in MoveBwd() 2336 pCol = rThis.GetLeaf( MAKEPAGE_NONE, sal_False ); in MoveBwd() 2365 … SwLayoutFrm* pNewNextUpper = pNewUpper->GetLeaf( MAKEPAGE_NONE, sal_True ); in MoveBwd() 2394 pNewUpper = rThis.GetLeaf( MAKEPAGE_NONE, sal_False ); in MoveBwd() [all …]
|
H A D | flycnt.cxx | 697 const SwFrm *pLay = pUp->GetLeaf( MAKEPAGE_NONE, sal_False, pCnt ); in lcl_CalcDownDist() 731 const SwFrm *pLay = pUp->GetLeaf( MAKEPAGE_NONE, sal_True, pCnt ); in lcl_CalcDownDist() 839 pLay = pLay->GetLeaf( MAKEPAGE_NONE, sal_True, pCnt ); in lcl_CalcDownDist()
|
H A D | findfrm.cxx | 1338 ( !IsCntntFrm() || !const_cast<SwFrm*>(this)->GetNextCellLeaf( MAKEPAGE_NONE ) ) ) in IsMoveable()
|
H A D | calcmove.cxx | 1669 0 != const_cast<SwCntntFrm*>(this)->GetNextCellLeaf( MAKEPAGE_NONE ) ) in MakeAll()
|
H A D | sectfrm.cxx | 2300 return 0 != ((SwFrm*)GetUpper())->GetNextLeaf( MAKEPAGE_NONE ); in MoveAllowed()
|
H A D | ftnfrm.cxx | 3061 GetLeaf( bMakePage ? MAKEPAGE_INSERT : MAKEPAGE_NONE, sal_True ); in MoveFtnCntFwd()
|
/aoo4110/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 680 MakePageType eMakePage = bInFtn ? MAKEPAGE_NONE in CalcPosition() 929 : ( bInFtn ? MAKEPAGE_NONE : MAKEPAGE_APPEND ) ), in CalcPosition()
|
/aoo4110/main/sw/source/core/text/ |
H A D | widorp.cxx | 293 if ( pFrm->GetNextCellLeaf( MAKEPAGE_NONE ) || pFrm->IsInFollowFlowRow() ) in WidowsAndOrphans()
|
H A D | EnhancedPDFExportHelper.cxx | 354 ( rFrm.IsCellFrm() && const_cast<SwFrm&>(rFrm).GetPrevCellLeaf( MAKEPAGE_NONE ) ) ) in CheckReopenTag() 471 ( rFrm.IsCellFrm() && const_cast<SwFrm&>(rFrm).GetNextCellLeaf( MAKEPAGE_NONE ) ) ) in BeginTag()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 1040 pFrm = pFrm->GetNextCellLeaf( MAKEPAGE_NONE ); in FillRects()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | frame.hxx | 262 MAKEPAGE_NONE, //Keine Seite bzw. Fussnote anlegen enumerator
|
Completed in 443 milliseconds