Searched refs:IsEmptyLine (Results 1 – 3 of 3) sorted by relevance
179 sal_Bool IsEmptyLine( const SwTxtNode& rNd ) const in IsEmptyLine() function in SwAutoFormat228 !IsEmptyLine( *pTxtNd ) && in CanJoin()2229 IsEmptyLine( *pNxtNd ) || in SwAutoFormat()2284 if( IsEmptyLine( *pAktTxtNd ) ) in SwAutoFormat()2411 bNxtEmpty = IsEmptyLine( *pNxtNd ); in SwAutoFormat()
878 sal_Bool ScTable::IsEmptyLine( SCROW nRow, SCCOL nStartCol, SCCOL nEndCol ) in IsEmptyLine() function in ScTable895 while ( rStartRow<rEndRow && IsEmptyLine(rStartRow, rStartCol, rEndCol) ) in LimitChartArea()898 while ( rStartRow<rEndRow && IsEmptyLine(rEndRow, rStartCol, rEndCol) ) in LimitChartArea()
862 sal_Bool IsEmptyLine(SCROW nRow, SCCOL nStartCol, SCCOL nEndCol);
Completed in 29 milliseconds