Home
last modified time | relevance | path

Searched refs:bTst (Results 1 – 25 of 47) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dhffrm.cxx440 SwTwips SwHeadFootFrame::GrowFrame( SwTwips nDist, bool bTst, bool bInfo ) in GrowFrame() argument
450 nResult = SwLayoutFrame::GrowFrame(nDist, bTst, bInfo); in GrowFrame()
495 if ( ! bTst) in GrowFrame()
518 SwLayoutFrame::GrowFrame( nDist - nEat, bTst, bInfo ); in GrowFrame()
534 if ( nResult && !bTst ) in GrowFrame()
540 SwTwips SwHeadFootFrame::ShrinkFrame( SwTwips nDist, bool bTst, bool bInfo ) in ShrinkFrame() argument
550 nResult = SwLayoutFrame::ShrinkFrame(nDist, bTst, bInfo); in ShrinkFrame()
611 if (!bTst) in ShrinkFrame()
634 SwTwips nShrinkAmount = SwLayoutFrame::ShrinkFrame( nDist - nRest, bTst, bInfo ); in ShrinkFrame()
H A Dwsfrm.cxx1538 if( !bTst ) in Grow()
1580 if( !bTst ) in Shrink()
1708 if ( !bTst ) in AdjustNeighbourhood()
2119 if ( !bTst ) in GrowFrame()
2155 if ( !bTst ) in GrowFrame()
2209 if ( !bTst ) in GrowFrame()
2231 if ( !bTst ) in ShrinkFrame()
2333 if ( !bTst ) in ShrinkFrame()
2665 if ( !bTst ) in GrowFrame()
2747 if ( !bTst ) in GrowFrame()
[all …]
H A Dftnfrm.cxx319 SwTwips SwFootnoteContFrame::GrowFrame( SwTwips nDist, bool bTst, bool ) in GrowFrame() argument
338 if( !bTst && !pSect->IsColLocked() && in GrowFrame()
384 if ( !bTst ) in GrowFrame()
400 nReal = AdjustNeighbourhood( nGrow, bTst ); in GrowFrame()
412 nReal = AdjustNeighbourhood( nGrow, bTst ); in GrowFrame()
417 nReal += pBoss->Grow( nGrow - nReal, bTst ); in GrowFrame()
420 nReal += AdjustNeighbourhood( nGrow - nReal, bTst ); in GrowFrame()
426 if ( !bTst ) in GrowFrame()
470 SwTwips nRet = SwLayoutFrame::ShrinkFrame( nDiff, bTst, bInfo ); in ShrinkFrame()
471 if( IsInSct() && !bTst ) in ShrinkFrame()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dhffrm.cxx441 SwTwips SwHeadFootFrame::GrowFrame( SwTwips nDist, bool bTst, bool bInfo ) in GrowFrame() argument
451 nResult = SwLayoutFrame::GrowFrame(nDist, bTst, bInfo); in GrowFrame()
496 if ( ! bTst) in GrowFrame()
519 SwLayoutFrame::GrowFrame( nDist - nEat, bTst, bInfo ); in GrowFrame()
535 if ( nResult && !bTst ) in GrowFrame()
541 SwTwips SwHeadFootFrame::ShrinkFrame( SwTwips nDist, bool bTst, bool bInfo ) in ShrinkFrame() argument
551 nResult = SwLayoutFrame::ShrinkFrame(nDist, bTst, bInfo); in ShrinkFrame()
613 if (!bTst) in ShrinkFrame()
636 SwTwips nShrinkAmount = SwLayoutFrame::ShrinkFrame( nDist - nRest, bTst, bInfo ); in ShrinkFrame()
H A Dwsfrm.cxx1494 if( !bTst ) in Grow()
1536 if( !bTst ) in Shrink()
1664 if ( !bTst ) in AdjustNeighbourhood()
2076 if ( !bTst ) in GrowFrame()
2112 if ( !bTst ) in GrowFrame()
2166 if ( !bTst ) in GrowFrame()
2188 if ( !bTst ) in ShrinkFrame()
2290 if ( !bTst ) in ShrinkFrame()
2607 if ( !bTst ) in GrowFrame()
2689 if ( !bTst ) in GrowFrame()
[all …]
H A Dftnfrm.cxx286 SwTwips SwFootnoteContFrame::GrowFrame( SwTwips nDist, bool bTst, bool ) in GrowFrame() argument
305 if( !bTst && !pSect->IsColLocked() && in GrowFrame()
351 if ( !bTst ) in GrowFrame()
367 nReal = AdjustNeighbourhood( nGrow, bTst ); in GrowFrame()
379 nReal = AdjustNeighbourhood( nGrow, bTst ); in GrowFrame()
384 nReal += pBoss->Grow( nGrow - nReal, bTst ); in GrowFrame()
387 nReal += AdjustNeighbourhood( nGrow - nReal, bTst ); in GrowFrame()
393 if ( !bTst ) in GrowFrame()
437 SwTwips nRet = SwLayoutFrame::ShrinkFrame( nDiff, bTst, bInfo ); in ShrinkFrame()
438 if( IsInSct() && !bTst ) in ShrinkFrame()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dcntfrm.hxx60 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
61 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
88 virtual bool WouldFit( SwTwips &nMaxHeight, bool &bSplit, bool bTst );
H A Dhffrm.hxx36 bool bTst = false, bool bInfo = false ) override;
38 bool bTst = false, bool bInfo = false ) override;
H A Drowfrm.hxx32 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
33 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
H A Dftnfrm.hxx53 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
54 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
H A Dsectfrm.hxx103 SwTwips Shrink_( SwTwips, bool bTst );
104 SwTwips Grow_ ( SwTwips, bool bTst );
H A Dlayfrm.hxx56 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
57 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
H A Dflyfrm.hxx166 SwTwips Shrink_( SwTwips, bool bTst );
167 SwTwips Grow_ ( SwTwips, bool bTst );
H A Drootfrm.hxx233 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
234 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
H A Dframe.hxx449 SwTwips AdjustNeighbourhood( SwTwips nDiff, bool bTst = false );
452 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) = 0;
453 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) = 0;
505 SwTwips Shrink( SwTwips, bool bTst = false, bool bInfo = false );
506 SwTwips Grow ( SwTwips, bool bTst = false, bool bInfo = false );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dcntfrm.hxx77 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
78 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
105 virtual bool WouldFit( SwTwips &nMaxHeight, bool &bSplit, bool bTst );
H A Dhffrm.hxx36 bool bTst = false, bool bInfo = false ) override;
38 bool bTst = false, bool bInfo = false ) override;
H A Drowfrm.hxx33 virtual SwTwips ShrinkFrame(SwTwips, bool bTst = false, bool bInfo = false) override;
34 virtual SwTwips GrowFrame(SwTwips, bool bTst = false, bool bInfo = false) override;
H A Dftnfrm.hxx58 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
59 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
H A Dsectfrm.hxx116 SwTwips Shrink_( SwTwips, bool bTst );
117 SwTwips Grow_ ( SwTwips, bool bTst );
H A Dlayfrm.hxx56 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
57 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
H A Dflyfrm.hxx188 SwTwips Shrink_( SwTwips, bool bTst );
189 SwTwips Grow_ ( SwTwips, bool bTst );
H A Drootfrm.hxx238 virtual SwTwips ShrinkFrame( SwTwips, bool bTst = false, bool bInfo = false ) override;
239 virtual SwTwips GrowFrame ( SwTwips, bool bTst = false, bool bInfo = false ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dwidorp.cxx486 bool WidowsAndOrphans::WouldFit( SwTextMargin &rLine, SwTwips &rMaxHeight, bool bTst ) in WouldFit() argument
533 if( bTst || nLineCnt - nMinLines >= m_nWidLines ) in WouldFit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dwidorp.cxx488 bool WidowsAndOrphans::WouldFit( SwTextMargin &rLine, SwTwips &rMaxHeight, bool bTst ) in WouldFit() argument
535 if( bTst || nLineCnt - nMinLines >= nWidLines ) in WouldFit()

12