LibreOffice Module svx (master) 1
Namespaces | Functions
tablemodel.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/table/XMergeableCell.hpp>
#include <algorithm>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
#include <libxml/xmlwriter.h>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <cell.hxx>
#include "cellcursor.hxx"
#include <tablemodel.hxx>
#include "tablerow.hxx"
#include "tablerows.hxx"
#include "tablecolumn.hxx"
#include "tablecolumns.hxx"
#include "tableundo.hxx"
#include <o3tl/safeint.hxx>
#include <sdr/properties/cellproperties.hxx>
#include <svx/svdotable.hxx>
#include <svx/svdmodel.hxx>
#include <svx/strings.hrc>
#include <svx/dialmgr.hxx>
Include dependency graph for tablemodel.cxx:

Go to the source code of this file.

Namespaces

namespace  sdr
 
namespace  sdr::table
 

Functions

template<class Vec , class Iter >
static void sdr::table::remove_range (Vec &rVector, sal_Int32 nIndex, sal_Int32 nCount)
 
template<class Vec , class Iter , class Entry >
static sal_Int32 sdr::table::insert_range (Vec &rVector, sal_Int32 nIndex, sal_Int32 nCount)
 inserts a range into a vector More...