Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/inc/
H A Dtabfrm.hxx69 sal_Bool bRestrictTableGrowth :1; // Usually, the table may grow infinite, member in SwTabFrm
163 sal_Bool IsRestrictTableGrowth() const { return bRestrictTableGrowth; } in IsRestrictTableGrowth()
164 void SetRestrictTableGrowth( sal_Bool bNew ) { bRestrictTableGrowth = bNew; } in SetRestrictTableGrowth()
/aoo41x/main/sw/source/core/layout/
H A Dtabfrm.cxx95 bRestrictTableGrowth = bRemoveFollowFlowLinePending = sal_False; in SwTabFrm()
127 bRestrictTableGrowth = bRemoveFollowFlowLinePending = sal_False; in SwTabFrm()
4659 bool bRestrictTableGrowth; in GrowFrm()
4665 bRestrictTableGrowth = pFollowFlowRow && !pFollowFlowRow->IsRowSpanLine(); in GrowFrm()
4670 bRestrictTableGrowth = GetFollowRow() && bHasFollowFlowLine; in GrowFrm()
4671 ASSERT( !bRestrictTableGrowth || !GetNext(), in GrowFrm()
4679 if ( bRestrictTableGrowth && nAdditionalSpace > 0 ) in GrowFrm()
4688 if ( bRestrictTableGrowth ) in GrowFrm()

Completed in 99 milliseconds