LibreOffice Module sw (master) 1
Classes | Typedefs | Functions
swrect.hxx File Reference
#include <ostream>
#include <sal/log.hxx>
#include <tools/gen.hxx>
#include "swdllapi.h"
Include dependency graph for swrect.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwRect
 Of course Writer needs its own rectangles. More...
 

Typedefs

typedef struct _xmlTextWriter * xmlTextWriterPtr
 
typedef void(SwRect::* SwRectSet) (const tools::Long nNew)
 
typedef tools::Long(SwRect::* SwRectGet) () const
 
typedef Point(SwRect::* SwRectPoint) () const
 
typedef Size(SwRect::* SwRectSize) () const
 
typedef bool(SwRect::* SwRectMax) (tools::Long) const
 
typedef tools::Long(SwRect::* SwRectDist) (tools::Long) const
 
typedef void(SwRect::* SwRectSetTwice) (tools::Long, tools::Long)
 
typedef void(SwRect::* SwRectSetPos) (const Point &)
 

Functions

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, const SwRect &rectangle)
 

Typedef Documentation

◆ SwRectDist

typedef tools::Long(SwRect::* SwRectDist) (tools::Long) const

Definition at line 161 of file swrect.hxx.

◆ SwRectGet

typedef tools::Long(SwRect::* SwRectGet) () const

Definition at line 157 of file swrect.hxx.

◆ SwRectMax

typedef bool(SwRect::* SwRectMax) (tools::Long) const

Definition at line 160 of file swrect.hxx.

◆ SwRectPoint

typedef Point(SwRect::* SwRectPoint) () const

Definition at line 158 of file swrect.hxx.

◆ SwRectSet

typedef void(SwRect::* SwRectSet) (const tools::Long nNew)

Definition at line 156 of file swrect.hxx.

◆ SwRectSetPos

typedef void(SwRect::* SwRectSetPos) (const Point &)

Definition at line 163 of file swrect.hxx.

◆ SwRectSetTwice

typedef void(SwRect::* SwRectSetTwice) (tools::Long, tools::Long)

Definition at line 162 of file swrect.hxx.

◆ SwRectSize

typedef Size(SwRect::* SwRectSize) () const

Definition at line 159 of file swrect.hxx.

◆ xmlTextWriterPtr

typedef struct _xmlTextWriter* xmlTextWriterPtr

Definition at line 28 of file swrect.hxx.

Function Documentation

◆ operator<<()

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< ( std::basic_ostream< charT, traits > &  stream,
const SwRect rectangle 
)
inline

Definition at line 391 of file swrect.hxx.