LibreOffice Module svx (master) 1
Namespaces | Typedefs | Functions
tabledesign.cxx File Reference
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/util/XModifiable.hpp>
#include <com/sun/star/util/XModifyListener.hpp>
#include <com/sun/star/form/XReset.hpp>
#include <vcl/svapp.hxx>
#include <comphelper/compbase.hxx>
#include <comphelper/interfacecontainer4.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/sequence.hxx>
#include <svx/sdr/table/tabledesign.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include "sdrtableobjimpl.hxx"
#include <vector>
#include <map>
Include dependency graph for tabledesign.cxx:

Go to the source code of this file.

Namespaces

namespace  sdr
 
namespace  sdr::table
 

Typedefs

typedef std::map< OUString, sal_Int32 > sdr::table::CellStyleNameMap
 
typedef ::comphelper::WeakComponentImplHelper< XStyle, XNameReplace, XServiceInfo, XIndexReplace, XModifiable, XModifyListener, XPropertySet > sdr::table::TableDesignStyleBase
 
typedef std::vector< Reference< XStyle > > sdr::table::TableDesignStyleVector
 

Functions

Reference< XNameAccess > sdr::table::CreateTableDesignFamily ()
 

Variable Documentation

◆ maCellStyles

Reference< XStyle > maCellStyles[style_count]

Definition at line 137 of file tabledesign.cxx.

◆ maDesigns

TableDesignStyleVector maDesigns

Definition at line 202 of file tabledesign.cxx.

◆ maModifyListeners

comphelper::OInterfaceContainerHelper4<XModifyListener> maModifyListeners

Definition at line 138 of file tabledesign.cxx.

◆ mbModified

bool mbModified

Definition at line 135 of file tabledesign.cxx.

◆ mbUserDefined

bool mbUserDefined

Definition at line 135 of file tabledesign.cxx.

◆ msName

OUString msName