Home
last modified time | relevance | path

Searched refs:IsEmptyLine (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx179 sal_Bool IsEmptyLine( const SwTxtNode& rNd ) const in IsEmptyLine() function in SwAutoFormat
228 !IsEmptyLine( *pTxtNd ) && in CanJoin()
2229 IsEmptyLine( *pNxtNd ) || in SwAutoFormat()
2284 if( IsEmptyLine( *pAktTxtNd ) ) in SwAutoFormat()
2411 bNxtEmpty = IsEmptyLine( *pNxtNd ); in SwAutoFormat()
/trunk/main/sc/source/core/data/
H A Dtable1.cxx878 sal_Bool ScTable::IsEmptyLine( SCROW nRow, SCCOL nStartCol, SCCOL nEndCol ) in IsEmptyLine() function in ScTable
895 while ( rStartRow<rEndRow && IsEmptyLine(rStartRow, rStartCol, rEndCol) ) in LimitChartArea()
898 while ( rStartRow<rEndRow && IsEmptyLine(rEndRow, rStartCol, rEndCol) ) in LimitChartArea()
/trunk/main/sc/inc/
H A Dtable.hxx862 sal_Bool IsEmptyLine(SCROW nRow, SCCOL nStartCol, SCCOL nEndCol);

Completed in 38 milliseconds