Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/inc/
H A Dtabfrm.hxx62 sal_Bool bHasFollowFlowLine :1; // Means that the first line in the follow member in SwTabFrm
157 sal_Bool HasFollowFlowLine() const { return bHasFollowFlowLine; } in HasFollowFlowLine()
158 void SetFollowFlowLine( sal_Bool bNew ) { bHasFollowFlowLine = bNew; } in SetFollowFlowLine()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx94 bResizeHTMLTable = bHasFollowFlowLine = bIsRebuildLastLine = in SwTabFrm()
126 bResizeHTMLTable = bHasFollowFlowLine = bIsRebuildLastLine = in SwTabFrm()
4660 bool bHasFollowFlowLine = pTab->HasFollowFlowLine(); in GrowFrm() local
4670 bRestrictTableGrowth = GetFollowRow() && bHasFollowFlowLine; in GrowFrm()
4704 pTab->SetFollowFlowLine( bHasFollowFlowLine ); in GrowFrm()

Completed in 28 milliseconds