Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx184 sal_Bool IsFastFullLine( const SwTxtNode& ) const;
409 sal_Bool SwAutoFormat::IsFastFullLine( const SwTxtNode& rNd ) const in IsFastFullLine() function in SwAutoFormat
1338 bBreak = !IsFastFullLine( *pAktTxtNd ) || in BuildIndent()
1349 bBreak = !IsFastFullLine( *pNxtNd ) || in BuildIndent()
1376 bBreak = !IsFastFullLine( *pAktTxtNd ) || in BuildTextIndent()
1391 bBreak = !IsFastFullLine( *pNxtNd ) || IsBlanksInString( *pNxtNd ) || in BuildTextIndent()
1416 bBreak = !IsFastFullLine( *pAktTxtNd ) || in BuildText()
1468 bBreak = !IsFastFullLine( *pAktTxtNd ) || in BuildEnum()
1748 bBreak = !IsFastFullLine( *pNxtNd ) || IsBlanksInString( *pNxtNd ) || in BuildEnum()
1779 bBreak = !IsFastFullLine( *pAktTxtNd ) || in BuildNegIndent()
[all …]

Completed in 26 milliseconds