Searched refs:isEndOfLine (Results 1 – 7 of 7) sorted by relevance
100 bool isEndOfLine() const;200 bool isEndOfLine() const;
154 bool WW8TableNodeInfoInner::isEndOfLine() const in isEndOfLine() function in ww8::WW8TableNodeInfoInner526 bool WW8TableNodeInfo::isEndOfLine() const in isEndOfLine() function in ww8::WW8TableNodeInfo528 return getInnerForDepth(mnDepth)->isEndOfLine(); in isEndOfLine()
229 if ( pInner->isEndOfLine() ) in FinishTableRowCell()233 if ( pInner->isEndOfLine( ) && ( nRow + 1 ) == nLinesCount ) in FinishTableRowCell()
1219 if ( pInner->isEndOfLine() ) in FinishTableRowCell()1223 if ( pInner->isEndOfLine( ) && ( nRow + 1 ) == nLinesCount ) in FinishTableRowCell()
2008 if ( pTableTextNodeInfoInner->isEndOfLine() ) in TableInfoRow()3983 if (pNodeInfoInner->isEndOfLine()) in TableNodeInfoInner()
2420 if ( pInner->isEndOfLine() ) in TableNodeInfo()
976 if ( pTextNodeInfoInner->isEndOfLine() ) in EndParagraph()
Completed in 307 milliseconds