Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1513 bool (SwDoc::*pFunc)(SwPaM&, bool), const bool bForceJoinNext = false) in lcl_DoWithBreaks() argument
1521 return (rDoc.*pFunc)(rPam, bForceJoinNext); in lcl_DoWithBreaks()
1543 bRet &= (rDoc.*pFunc)(aPam, bForceJoinNext); in lcl_DoWithBreaks()
1552 bRet &= (rDoc.*pFunc)(aPam, bForceJoinNext); in lcl_DoWithBreaks()
1614 const bool bForceJoinNext ) in DeleteAndJoinImpl() argument
1619 if ( bForceJoinNext ) in DeleteAndJoinImpl()
1840 const bool bForceJoinNext ) in DeleteAndJoin() argument
1848 bForceJoinNext ); in DeleteAndJoin()
/trunk/main/sw/inc/
H A DIDocumentContentOperations.hxx97 const bool bForceJoinNext = false ) = 0;
H A Ddoc.hxx883 const bool bForceJoinNext = false );