LibreOffice Module sw (master) 1
Classes | Namespaces | Typedefs
ndarr.hxx File Reference
#include <sal/config.h>
#include <limits>
#include <vector>
#include <memory>
#include <optional>
#include "bparr.hxx"
#include "ndtyp.hxx"
#include <rtl/ustring.hxx>
#include <o3tl/sorted_vector.hxx>
#include "nodeoffset.hxx"
Include dependency graph for ndarr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CompareSwOutlineNodes
 
class  SwOutlineNodes
 
class  SwNodes
 

Namespaces

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

Typedefs

typedef bool(* FnForEach_SwNodes) (SwNode *, void *pArgs)
 
typedef struct _xmlTextWriter * xmlTextWriterPtr
 
using SwTableToTextSaves = std::vector< std::unique_ptr< SwTableToTextSave > >
 

Typedef Documentation

◆ FnForEach_SwNodes

typedef bool(* FnForEach_SwNodes) (SwNode *, void *pArgs)

Definition at line 70 of file ndarr.hxx.

◆ SwTableToTextSaves

using SwTableToTextSaves = std::vector<std::unique_ptr<SwTableToTextSave> >

Definition at line 87 of file ndarr.hxx.

◆ xmlTextWriterPtr

typedef struct _xmlTextWriter* xmlTextWriterPtr

Definition at line 71 of file ndarr.hxx.