LibreOffice Module sw (master) 1
Functions
docsort.cxx File Reference
#include <hintids.hxx>
#include <osl/diagnose.h>
#include <unotools/collatorwrapper.hxx>
#include <unotools/localedatawrapper.hxx>
#include <comphelper/processfactory.hxx>
#include <docary.hxx>
#include <fmtanchr.hxx>
#include <frmfmt.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentState.hxx>
#include <node.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <swtable.hxx>
#include <swundo.hxx>
#include <sortopt.hxx>
#include <docsort.hxx>
#include <UndoSort.hxx>
#include <UndoRedline.hxx>
#include <hints.hxx>
#include <tblsel.hxx>
#include <cellatr.hxx>
#include <redline.hxx>
#include <node2lay.hxx>
#include <frameformats.hxx>
#include <svl/numformat.hxx>
#include <set>
#include <utility>
Include dependency graph for docsort.cxx:

Go to the source code of this file.

Functions

void MoveRow (SwDoc *pDoc, const FlatFndBox &rBox, sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes &rMovedList, SwUndoSort *pUD)
 Move a row. More...
 
void MoveCol (SwDoc *pDoc, const FlatFndBox &rBox, sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes &rMovedList, SwUndoSort *pUD)
 Move a column. More...
 
void MoveCell (SwDoc *pDoc, const SwTableBox *pSource, const SwTableBox *pTar, bool bMovedBefore, SwUndoSort *pUD)
 Move a single Cell. More...
 

Function Documentation

◆ MoveCell()

void MoveCell ( SwDoc pDoc,
const SwTableBox pSource,
const SwTableBox pTar,
bool  bMovedBefore,
SwUndoSort pUD 
)

◆ MoveCol()

void MoveCol ( SwDoc pDoc,
const FlatFndBox rBox,
sal_uInt16  nS,
sal_uInt16  nT,
SwMovedBoxes rMovedList,
SwUndoSort pUD 
)

◆ MoveRow()

void MoveRow ( SwDoc pDoc,
const FlatFndBox rBox,
sal_uInt16  nS,
sal_uInt16  nT,
SwMovedBoxes rMovedList,
SwUndoSort pUD 
)