LibreOffice Module sw (master)
1
|
#include <fesh.hxx>
#include <hintids.hxx>
#include <hints.hxx>
#include <swwait.hxx>
#include <editsh.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentChartDataProviderAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentState.hxx>
#include <cntfrm.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <swtable.hxx>
#include <swundo.hxx>
#include <tblsel.hxx>
#include <cellfrm.hxx>
#include <cellatr.hxx>
#include <swtblfmt.hxx>
#include <swddetbl.hxx>
#include <mdiexp.hxx>
#include <itabenum.hxx>
#include <vcl/uitest/logger.hxx>
#include <vcl/uitest/eventdescription.hxx>
Go to the source code of this file.
Functions | |
static bool | ConvertTableToText (const SwTableNode *pTableNode, sal_Unicode cCh) |
static void | ConvertNestedTablesToText (const SwTableLines &rTableLines, sal_Unicode cCh) |
|
static |
Definition at line 66 of file edtab.cxx.
References ConvertTableToText(), SwTableLines::empty(), SwNode::EndOfSectionNode(), SwTableBox::GetSttNd(), SwTableLine::GetTabBoxes(), SwNode::GetTableNode(), SwTableBox::GetTabLines(), i, n, and SwTableLines::size().
Referenced by ConvertTableToText().
|
static |
Definition at line 92 of file edtab.cxx.
References ConvertNestedTablesToText(), SwNode::GetDoc(), SwTableNode::GetTable(), SwTable::GetTabLines(), and SwDoc::TableToText().
Referenced by ConvertNestedTablesToText(), and SwEditShell::TableToText().