Searched refs:AcceptRedline (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | edredln.cxx | 81 sal_Bool SwEditShell::AcceptRedline( sal_uInt16 nPos ) in AcceptRedline() function in SwEditShell 85 sal_Bool bRet = GetDoc()->AcceptRedline( nPos, true ); in AcceptRedline()
|
/aoo42x/main/sw/inc/ |
H A D | IDocumentRedlineAccess.hxx | 206 virtual bool AcceptRedline(/*[in]*/sal_uInt16 nPos, /*[in]*/bool bCallDelete) = 0; 210 virtual bool AcceptRedline(/*[in]*/const SwPaM& rPam, /*[in]*/bool bCallDelete) = 0;
|
H A D | doc.hxx | 801 virtual bool AcceptRedline(/*[in]*/sal_uInt16 nPos, /*[in]*/bool bCallDelete); 802 virtual bool AcceptRedline(/*[in]*/const SwPaM& rPam, /*[in]*/bool bCallDelete);
|
H A D | editsh.hxx | 872 sal_Bool AcceptRedline( sal_uInt16 nPos );
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unredln.cxx | 354 rDoc.AcceptRedline(rPam, false); in RedoRedlineImpl() 359 rContext.GetDoc().AcceptRedline(rContext.GetRepeatPaM(), true); in RepeatImpl()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 921 sal_Bool (SwEditShell:: *FnAccRej)( sal_uInt16 ) = &SwEditShell::AcceptRedline; in CallAcceptReject()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docredln.cxx | 2076 bool SwDoc::AcceptRedline( sal_uInt16 nPos, bool bCallDelete ) in AcceptRedline() function in SwDoc 2143 bool SwDoc::AcceptRedline( const SwPaM& rPam, bool bCallDelete ) in AcceptRedline() function in SwDoc
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 133 pDoc->AcceptRedline( rPam, true ); in lcl_DelRedlines() 4673 pDoc->AcceptRedline( aPam, true ); in lcl_DelRedlines()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 663 pWrtShell->AcceptRedline( nRedline ); in Execute()
|
Completed in 162 milliseconds