LibreOffice Module sw (master) 1
Classes | Namespaces | Typedefs | Enumerations | Functions
unoparaframeenum.hxx File Reference
#include <deque>
#include <calbck.hxx>
#include <unobaseclass.hxx>
Include dependency graph for unoparaframeenum.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sw::FrameClient
 
struct  FrameClientSortListEntry
 
struct  SwXParaFrameEnumeration
 

Namespaces

namespace  sw
 Dialog to specify the properties of date form field.
 

Typedefs

typedef std::deque< FrameClientSortListEntryFrameClientSortList_t
 

Enumerations

enum  ParaFrameMode {
  PARAFRAME_PORTION_PARAGRAPH ,
  PARAFRAME_PORTION_CHAR ,
  PARAFRAME_PORTION_TEXTRANGE
}
 

Functions

void CollectFrameAtNode (const SwNode &rNd, FrameClientSortList_t &rFrames, const bool bAtCharAnchoredObjs)
 

Typedef Documentation

◆ FrameClientSortList_t

Definition at line 53 of file unoparaframeenum.hxx.

Enumeration Type Documentation

◆ ParaFrameMode

Enumerator
PARAFRAME_PORTION_PARAGRAPH 
PARAFRAME_PORTION_CHAR 
PARAFRAME_PORTION_TEXTRANGE 

Definition at line 60 of file unoparaframeenum.hxx.

Function Documentation

◆ CollectFrameAtNode()

void CollectFrameAtNode ( const SwNode rNd,
FrameClientSortList_t rFrames,
const bool  bAtCharAnchoredObjs 
)