LibreOffice Module sw (master) 1
|
#include <calbck.hxx>
#include <node.hxx>
#include <ndindex.hxx>
#include <pam.hxx>
#include <swtable.hxx>
#include <ftnfrm.hxx>
#include <sectfrm.hxx>
#include <cntfrm.hxx>
#include <tabfrm.hxx>
#include <frmtool.hxx>
#include <section.hxx>
#include <node2lay.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Classes | |
class | SwNode2LayImpl |
The SwNode2LayImpl class does the actual work, the SwNode2Layout class is just the public interface. More... | |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Functions | |
static SwNode * | GoNextWithFrame (const SwNodes &rNodes, SwNodeIndex *pIdx, SwFlowFrame const **const ppFrame) |
static SwNode * | GoPreviousWithFrame (SwNodeIndex *pIdx, SwFlowFrame const **const ppFrame) |
SwFrame const * | sw::FindNeighbourFrameForNode (SwNode const &rNode) |
|
static |
Definition at line 61 of file node2lay.cxx.
References SwNodes::Count(), SwIterator< TElementType, TSource, eMode >::First(), SwNodeIndex::GetIndex(), SwNodeIndex::GetNode(), SwNode::IsContentNode(), SwNode::IsEndNode(), SwNode::IsSectionNode(), SwNode::IsTableNode(), and SwNode::StartOfSectionNode().
Referenced by sw::FindNeighbourFrameForNode(), and SwNode2LayImpl::SwNode2LayImpl().
|
static |
Definition at line 102 of file node2lay.cxx.
References SwIterator< TElementType, TSource, eMode >::First(), SwNodeIndex::GetIndex(), SwNodeIndex::GetNode(), SwNode::IsContentNode(), SwNode::IsSectionNode(), SwNode::IsStartNode(), and SwNode::IsTableNode().
Referenced by sw::FindNeighbourFrameForNode(), and SwNode2LayImpl::SwNode2LayImpl().