LibreOffice Module svx (master) 1
|
#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>
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) |
SfxItemSet maItemSet |
Definition at line 57 of file tablertfimporter.cxx.
sal_Int32 mnCellX |
Definition at line 60 of file tablertfimporter.cxx.
Referenced by sdr::table::SdrTableRTFParser::InsertCell().
sal_Int32 mnColSpan |
Definition at line 59 of file tablertfimporter.cxx.
sal_Int32 mnParaCount |
Definition at line 75 of file tablertfimporter.cxx.
sal_Int32 mnRowSpan |
Definition at line 58 of file tablertfimporter.cxx.
sal_Int32 mnStartPara |
Definition at line 74 of file tablertfimporter.cxx.
std::shared_ptr< RTFCellInfo > mxVMergeCell |
Definition at line 78 of file tablertfimporter.cxx.