Searched refs:bRestrictTableGrowth (Results 1 – 2 of 2) sorted by relevance
69 sal_Bool bRestrictTableGrowth :1; // Usually, the table may grow infinite, member in SwTabFrm163 sal_Bool IsRestrictTableGrowth() const { return bRestrictTableGrowth; } in IsRestrictTableGrowth()164 void SetRestrictTableGrowth( sal_Bool bNew ) { bRestrictTableGrowth = bNew; } in SetRestrictTableGrowth()
95 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 38 milliseconds