Searched refs:bDelCntnt (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 57 sal_Bool bDelCntnt, SwUndoTblCpyTbl* pUndo ); 538 sal_Bool bDelCntnt, SwUndoTblCpyTbl* pUndo ) in lcl_CpyBox() argument 552 SwNodeIndex aInsIdx( *pDstBox->GetSttNd(), bDelCntnt ? 1 : in lcl_CpyBox() 557 pUndo->AddBoxBefore( *pDstBox, bDelCntnt ); in lcl_CpyBox() 574 if( bDelCntnt && !bUndoRedline ) in lcl_CpyBox() 626 pUndo->AddBoxAfter( *pDstBox, aInsIdx, bDelCntnt ); in lcl_CpyBox() 788 sal_Bool bDelCntnt = sal_True; in InsTable() local 802 lcl_CpyBox( rCpyTbl, pCpyBox, *this, pMyBox, bDelCntnt, pUndo ); in InsTable() 809 bDelCntnt = sal_False; // kein Platz mehr ?? in InsTable() 822 bDelCntnt = sal_False; // es gibt keine, alles in die letzte Box in InsTable() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 303 void AddBoxBefore( const SwTableBox& rBox, sal_Bool bDelCntnt ); 305 sal_Bool bDelCntnt );
|
/aoo41x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 2750 void SwUndoTblCpyTbl::AddBoxBefore( const SwTableBox& rBox, sal_Bool bDelCntnt ) in AddBoxBefore() argument 2752 if( pArr->Count() && !bDelCntnt ) in AddBoxBefore() 2760 if( bDelCntnt ) in AddBoxBefore() 2779 …SwUndoTblCpyTbl::AddBoxAfter( const SwTableBox& rBox, const SwNodeIndex& rIdx, sal_Bool bDelCntnt ) in AddBoxAfter() argument 2785 if( bDelCntnt ) in AddBoxAfter()
|
Completed in 51 milliseconds