LibreOffice Module toolkit (master) 1
Functions
convert.hxx File Reference
#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/awt/Point.hpp>
#include <tools/gen.hxx>
Include dependency graph for convert.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

css::awt::Size AWTSize (const Size &rVCLSize)
 
inline ::Size VCLSize (const css::awt::Size &rAWTSize)
 
css::awt::Point AWTPoint (const ::Point &rVCLPoint)
 
inline ::Point VCLPoint (const css::awt::Point &rAWTPoint)
 
css::awt::Rectangle AWTRectangle (const ::tools::Rectangle &rVCLRect)
 
inline ::tools::Rectangle VCLRectangle (const css::awt::Rectangle &rAWTRect)
 

Function Documentation

◆ AWTPoint()

css::awt::Point AWTPoint ( const ::Point rVCLPoint)
inline

Definition at line 39 of file convert.hxx.

◆ AWTRectangle()

css::awt::Rectangle AWTRectangle ( const ::tools::Rectangle rVCLRect)
inline

◆ AWTSize()

css::awt::Size AWTSize ( const Size rVCLSize)
inline

◆ VCLPoint()

inline ::Point VCLPoint ( const css::awt::Point rAWTPoint)

Definition at line 44 of file convert.hxx.

◆ VCLRectangle()

inline ::tools::Rectangle VCLRectangle ( const css::awt::Rectangle rAWTRect)

◆ VCLSize()

inline ::Size VCLSize ( const css::awt::Size rAWTSize)