LibreOffice Module sw (master) 1
|
#include <memory>
#include <undobj.hxx>
#include <svx/svdtypes.hxx>
#include <rtl/ustring.hxx>
#include <vcl/graph.hxx>
#include <swtypes.hxx>
#include <ndindex.hxx>
#include <IDocumentContentOperations.hxx>
#include <optional>
Go to the source code of this file.
Classes | |
class | SwUndoInsert |
Typing one or more characters to a single paragraph. More... | |
class | SwUndoReplace |
class | SwUndoReRead |
Handles the undo/redo of the 'Replace...' context menu item for an image. More... | |
class | SwUndoInsertLabel |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
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().