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 <svl/numformat.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 67 of file edtab.cxx.
References ConvertNestedTablesToText(), ConvertTableToText(), SwTableLines::empty(), SwNode::EndOfSectionNode(), SwNodeIndex::GetNode(), SwTableBox::GetSttNd(), SwTableLine::GetTabBoxes(), SwNode::GetTableNode(), SwTableBox::GetTabLines(), i, n, size, and SwTableLines::size().
Referenced by ConvertNestedTablesToText(), and ConvertTableToText().
|
static |
Definition at line 93 of file edtab.cxx.
References ConvertNestedTablesToText(), SwNode::GetDoc(), SwTableNode::GetTable(), SwTable::GetTabLines(), and SwDoc::TableToText().
Referenced by ConvertNestedTablesToText(), and SwEditShell::TableToText().