Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedtab.cxx458 sal_Bool SwEditShell::MergeTable( sal_Bool bWithPrev, sal_uInt16 nMode ) in MergeTable() argument
467 bRet = GetDoc()->MergeTable( *pCrsr->GetPoint(), bWithPrev, nMode ); in MergeTable()
476 sal_Bool SwEditShell::CanMergeTable( sal_Bool bWithPrev, sal_Bool* pChkNxtPrv ) const in CanMergeTable() argument
506 if( bWithPrev ) in CanMergeTable()
/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx356 sal_Bool bWithPrev; member in SwUndoMergeTbl
359 sal_Bool bWithPrev, sal_uInt16 nMode );
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx3080 pHistory( 0 ), nMode( nMd ), bWithPrev( bWithPrv ) in SwUndoMergeTbl()
3083 if( bWithPrev ) in SwUndoMergeTbl()
3091 pSavHdl = bWithPrev ? new _SaveTable( rTblNd.GetTable(), 1 ) : 0; in SwUndoMergeTbl()
3129 if( bWithPrev ) in UndoImpl()
3175 if( bWithPrev ) in RedoImpl()
3180 pDoc->MergeTable( *pPam->GetPoint(), bWithPrev, nMode ); in RedoImpl()
3190 pDoc->MergeTable( *pPam->GetPoint(), bWithPrev, nMode ); in RepeatImpl()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3570 sal_Bool SwDoc::MergeTable( const SwPosition& rPos, sal_Bool bWithPrev, sal_uInt16 nMode ) in MergeTable() argument
3577 if( bWithPrev ) in MergeTable()
3597 pUndo = new SwUndoMergeTbl( *pTblNd, *pDelTblNd, bWithPrev, nMode ); in MergeTable()
3610 SwNodeIndex aIdx( bWithPrev ? *pTblNd : *pDelTblNd ); in MergeTable()
3611 sal_Bool bRet = rNds.MergeTable( aIdx, !bWithPrev, nMode, pHistory ); in MergeTable()
3627 sal_Bool SwNodes::MergeTable( const SwNodeIndex& rPos, sal_Bool bWithPrev, in MergeTable() argument
3667 if( bWithPrev ) in MergeTable()
3674 if( !bWithPrev ) in MergeTable()
/trunk/main/sw/inc/
H A Deditsh.hxx699 sal_Bool CanMergeTable( sal_Bool bWithPrev = sal_True, sal_Bool* pChkNxtPrv = 0 ) const;
700 sal_Bool MergeTable( sal_Bool bWithPrev = sal_True, sal_uInt16 nMode = 0 );
H A Dndarr.hxx312 sal_Bool MergeTable( const SwNodeIndex& rPos, sal_Bool bWithPrev = sal_True,
H A Ddoc.hxx1776 sal_Bool MergeTable( const SwPosition& rPos, sal_Bool bWithPrev = sal_True,

Completed in 77 milliseconds