Searched refs:bJoin (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/core/undo/ |
H A D | unmove.cxx | 142 sal_Bool bJoin, sal_Bool bCorrPam ) in SetDestRange() argument 166 bJoinPrev = bJoin; in SetDestRange()
|
H A D | untbl.cxx | 108 bool bJoin; // For redlining only member 2495 pBoxNumAttr( 0 ), pUndo( 0 ), bJoin( false ) in _UndoTblCpyTbl_Entry() 2557 bDeleteCompleteParagraph = !pEntry->bJoin; // bJoin is set when merged in UndoImpl() 2700 if( pEntry->bJoin ) in RedoImpl() 2705 pEntry->bJoin, true ); in RedoImpl() 2710 pUndo = PrepareRedline( &rDoc, rBox, aTmpPos, pEntry->bJoin, true ); in RedoImpl() 2793 pEntry->pUndo = PrepareRedline( pDoc, rBox, aTmpPos, pEntry->bJoin, false ); in AddBoxAfter()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1054 sal_Bool bJoin = bSplit && pTNd; in MoveRange() local 1061 if( bJoin && pTNd->CanJoinNext() ) in MoveRange() 1071 bJoin = sal_False; in MoveRange() 1081 bJoin, bCorrSavePam ); in MoveRange()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 161 void SkipLocked( ScEEParseEntry*, sal_Bool bJoin = sal_True );
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 347 void ScHTMLLayoutParser::SkipLocked( ScEEParseEntry* pE, sal_Bool bJoin ) in SkipLocked() argument 376 if ( bJoin && !bBadCol ) in SkipLocked()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 987 bool bJoin = !pFollowFlowLine->GetNext(); in RemoveFollowFlowLine() local 991 return bJoin; in RemoveFollowFlowLine()
|
Completed in 82 milliseconds