LibreOffice Module sw (master) 1
|
#include <UndoInsert.hxx>
#include <hintids.hxx>
#include <unotools/charclass.hxx>
#include <editeng/keepitem.hxx>
#include <svx/svdobj.hxx>
#include <osl/diagnose.h>
#include <fmtcntnt.hxx>
#include <frmfmt.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IShellCursorSupplier.hxx>
#include <swundo.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <UndoCore.hxx>
#include <UndoDelete.hxx>
#include <UndoAttribute.hxx>
#include <rolbck.hxx>
#include <ndgrf.hxx>
#include <ndole.hxx>
#include <grfatr.hxx>
#include <cntfrm.hxx>
#include <flyfrm.hxx>
#include <swcrsr.hxx>
#include <swtable.hxx>
#include <redline.hxx>
#include <docary.hxx>
#include <acorrect.hxx>
#include <strings.hrc>
#include <utility>
Go to the source code of this file.
Classes | |
class | SwUndoReplace::Impl |
Functions | |
SwRewriter | MakeUndoReplaceRewriter (sal_uLong const occurrences, OUString const &sOld, OUString const &sNew) |
SwRewriter MakeUndoReplaceRewriter | ( | sal_uLong const | occurrences, |
OUString const & | sOld, | ||
OUString const & | sNew | ||
) |
Definition at line 528 of file unins.cxx.
References SwRewriter::AddRule(), nUndoStringLength, ShortenString(), SwResId(), UndoArg1, UndoArg2, and UndoArg3.
Referenced by SwCursor::Find_Text(), and SwUndoReplace::GetRewriter().