|
| FrameAreaWriteAccess (SwFrameAreaDefinition &rTarget) |
|
| ~FrameAreaWriteAccess () |
|
void | setSwRect (const SwRect &rNew) |
|
| SwRect () |
|
| SwRect (const SwRect &rRect)=default |
|
| SwRect (const Point &rLT, const Size &rSize) |
|
| SwRect (const Point &rLT, const Point &rRB) |
|
| SwRect (tools::Long X, tools::Long Y, tools::Long Width, tools::Long Height) |
|
| SwRect (const tools::Rectangle &rRect) |
|
void | Chg (const Point &rNP, const Size &rNS) |
|
void | Pos (const Point &rNew) |
|
void | Pos (const tools::Long nNewX, const tools::Long nNewY) |
|
void | SSize (const Size &rNew) |
|
void | SSize (const tools::Long nHeight, const tools::Long nWidth) |
|
void | Width (tools::Long nNew) |
|
void | Height (tools::Long nNew) |
|
void | Left (const tools::Long nLeft) |
|
void | Right (const tools::Long nRight) |
|
void | Top (const tools::Long nTop) |
|
void | Bottom (const tools::Long nBottom) |
|
const Point & | Pos () const |
|
const Size & | SSize () const |
|
tools::Long | Width () const |
|
tools::Long | Height () const |
|
tools::Long | Left () const |
|
tools::Long | Right () const |
|
tools::Long | Top () const |
|
tools::Long | Bottom () const |
|
Point & | Pos () |
|
Point | Center () const |
|
void | Justify () |
|
SwRect & | Union (const SwRect &rRect) |
|
SwRect & | Intersection (const SwRect &rRect) |
|
SwRect | GetUnion (const SwRect &rRect) const |
|
SwRect | GetIntersection (const SwRect &rRect) const |
|
SwRect & | Intersection_ (const SwRect &rRect) |
|
bool | Contains (const Point &rPOINT) const |
|
bool | Contains (const SwRect &rRect) const |
|
bool | Overlaps (const SwRect &rRect) const |
|
bool | IsNear (const Point &rPoint, tools::Long nTolerance) const |
|
bool | HasArea () const |
|
bool | IsEmpty () const |
|
void | Clear () |
|
SwRect & | operator= (const SwRect &rRect)=default |
|
bool | operator== (const SwRect &rRect) const |
|
bool | operator!= (const SwRect &rRect) const |
|
SwRect & | operator+= (const Point &rPt) |
|
SwRect & | operator-= (const Point &rPt) |
|
tools::Rectangle | SVRect () const |
|
void | dumpAsXmlAttributes (xmlTextWriterPtr writer) const |
|
void | Top_ (const tools::Long nTop) |
|
void | Bottom_ (const tools::Long nBottom) |
|
void | Left_ (const tools::Long nLeft) |
|
void | Right_ (const tools::Long nRight) |
|
void | Width_ (const tools::Long nNew) |
|
void | Height_ (const tools::Long nNew) |
|
tools::Long | Top_ () const |
|
tools::Long | Bottom_ () const |
|
tools::Long | Left_ () const |
|
tools::Long | Right_ () const |
|
tools::Long | Width_ () const |
|
tools::Long | Height_ () const |
|
void | SubTop (const tools::Long nSub) |
|
void | AddTop (const tools::Long nAdd) |
|
void | AddBottom (const tools::Long nAdd) |
|
void | AddLeft (const tools::Long nAdd) |
|
void | SubLeft (const tools::Long nSub) |
|
void | AddRight (const tools::Long nAdd) |
|
void | AddWidth (const tools::Long nAdd) |
|
void | AddHeight (const tools::Long nAdd) |
|
void | SetPosX (const tools::Long nNew) |
|
void | SetPosY (const tools::Long nNew) |
|
void | SetLeftAndWidth (tools::Long nLeft, tools::Long nNew) |
|
void | SetTopAndHeight (tools::Long nTop, tools::Long nNew) |
|
void | SetRightAndWidth (tools::Long nRight, tools::Long nNew) |
|
void | SetBottomAndHeight (tools::Long nBottom, tools::Long nNew) |
|
void | SetUpperLeftCorner (const Point &rNew) |
|
void | SetUpperRightCorner (const Point &rNew) |
|
void | SetLowerLeftCorner (const Point &rNew) |
|
Size | Size_ () const |
|
Point | TopLeft () const |
|
Point | TopRight () const |
|
Point | BottomLeft () const |
|
Point | BottomRight () const |
|
Size | SwappedSize () const |
|
tools::Long | GetLeftDistance (tools::Long) const |
|
tools::Long | GetBottomDistance (tools::Long) const |
|
tools::Long | GetRightDistance (tools::Long) const |
|
tools::Long | GetTopDistance (tools::Long) const |
|
bool | OverStepLeft (tools::Long) const |
|
bool | OverStepBottom (tools::Long) const |
|
bool | OverStepTop (tools::Long) const |
|
bool | OverStepRight (tools::Long) const |
|
Definition at line 187 of file frame.hxx.