LibreOffice Module sw (master) 1
Functions
edundo.cxx File Reference
#include <svx/svdmark.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <editsh.hxx>
#include <fesh.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <UndoCore.hxx>
#include <swundo.hxx>
#include <flyfrm.hxx>
#include <frmfmt.hxx>
#include <docsh.hxx>
#include <pagefrm.hxx>
#include <textboxhelper.hxx>
#include <fmtanchr.hxx>
#include <wrtsh.hxx>
Include dependency graph for edundo.cxx:

Go to the source code of this file.

Functions

static void lcl_SelectSdrMarkList (SwEditShell *pShell, const SdrMarkList *pSdrMarkList)
 helper function to select all objects in an SdrMarkList; implementation: see below More...
 

Function Documentation

◆ lcl_SelectSdrMarkList()

static void lcl_SelectSdrMarkList ( SwEditShell pShell,
const SdrMarkList pSdrMarkList 
)
static

helper function to select all objects in an SdrMarkList; implementation: see below

Definition at line 230 of file edundo.cxx.

References SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMark::GetMarkedSdrObj(), i, SwFEShell::SelectObj(), and SW_ADD_SELECT.

Referenced by SwEditShell::HandleUndoRedoContext().