LibreOffice Module svx (master) 1
Classes | Namespaces | Typedefs | Functions
tablertfimporter.cxx File Reference
#include <memory>
#include <vector>
#include <com/sun/star/table/XTable.hpp>
#include <com/sun/star/table/XMergeableCellRange.hpp>
#include <tools/stream.hxx>
#include <tools/UnitConversion.hxx>
#include <svtools/rtftoken.h>
#include <svx/svdetc.hxx>
#include <editeng/outlobj.hxx>
#include <cell.hxx>
#include <svx/svdotable.hxx>
#include <svx/svdoutl.hxx>
#include <editeng/editeng.hxx>
#include <editeng/editdata.hxx>
#include <svx/svdmodel.hxx>
#include <editeng/editids.hrc>
#include <editeng/svxrtf.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
Include dependency graph for tablertfimporter.cxx:

Go to the source code of this file.

Classes

class  sdr::table::SdrTableRTFParser
 

Namespaces

namespace  sdr
 
namespace  sdr::table
 

Typedefs

typedef std::vector< std::shared_ptr< RTFCellDefault > > sdr::table::RTFCellDefaultVector
 
typedef std::shared_ptr< RTFCellInfo > sdr::table::RTFCellInfoPtr
 
typedef std::vector< RTFCellInfoPtr > sdr::table::RTFColumnVector
 
typedef std::shared_ptr< RTFColumnVector > sdr::table::RTFColumnVectorPtr
 

Functions

 sdr::table::IMPL_LINK (SdrTableRTFParser, RTFImportHdl, RtfImportInfo &, rInfo, void)
 
void sdr::table::ImportAsRTF (SvStream &rStream, SdrTableObj &rObj)
 

Variable Documentation

◆ maItemSet

SfxItemSet maItemSet

Definition at line 57 of file tablertfimporter.cxx.

◆ mnCellX

sal_Int32 mnCellX

Definition at line 60 of file tablertfimporter.cxx.

Referenced by sdr::table::SdrTableRTFParser::InsertCell().

◆ mnColSpan

sal_Int32 mnColSpan

Definition at line 59 of file tablertfimporter.cxx.

◆ mnParaCount

sal_Int32 mnParaCount

Definition at line 75 of file tablertfimporter.cxx.

◆ mnRowSpan

sal_Int32 mnRowSpan

Definition at line 58 of file tablertfimporter.cxx.

◆ mnStartPara

sal_Int32 mnStartPara

Definition at line 74 of file tablertfimporter.cxx.

◆ mxVMergeCell

std::shared_ptr< RTFCellInfo > mxVMergeCell

Definition at line 78 of file tablertfimporter.cxx.