Searched refs:bHasFollowFlowLine (Results 1 – 2 of 2) sorted by relevance
62 sal_Bool bHasFollowFlowLine :1; // Means that the first line in the follow member in SwTabFrm157 sal_Bool HasFollowFlowLine() const { return bHasFollowFlowLine; } in HasFollowFlowLine()158 void SetFollowFlowLine( sal_Bool bNew ) { bHasFollowFlowLine = bNew; } in SetFollowFlowLine()
94 bResizeHTMLTable = bHasFollowFlowLine = bIsRebuildLastLine = in SwTabFrm()126 bResizeHTMLTable = bHasFollowFlowLine = bIsRebuildLastLine = in SwTabFrm()4660 bool bHasFollowFlowLine = pTab->HasFollowFlowLine(); in GrowFrm() local4670 bRestrictTableGrowth = GetFollowRow() && bHasFollowFlowLine; in GrowFrm()4704 pTab->SetFollowFlowLine( bHasFollowFlowLine ); in GrowFrm()
Completed in 38 milliseconds