LibreOffice
LibreOffice 24.2 SDK API Reference
Variables
com::sun::star::embed::EmbedMapUnits Constant Group Referencepublished

contains list of possible map modes supported by embedded object. More...

Variables

const long ONE_100TH_MM = 0
 In this type of map mode one logical point is equal to one-hundredth of millimeter. More...
 
const long ONE_10TH_MM = 1
 In this type of map mode one logical point is equal to one-tenth of millimeter. More...
 
const long ONE_MM = 2
 In this type of map mode one logical point is equal to one millimeter. More...
 
const long ONE_CM = 3
 In this type of map mode one logical point is equal to one centimeter. More...
 
const long ONE_1000TH_INCH = 4
 In this type of map mode one logical point is equal to one-thousandth of inch. More...
 
const long ONE_100TH_INCH = 5
 In this type of map mode one logical point is equal to one-hundredth of inch. More...
 
const long ONE_10TH_INCH = 6
 In this type of map mode one logical point is equal to one-tenth of inch. More...
 
const long ONE_INCH = 7
 In this type of map mode one logical point is equal to one inch. More...
 
const long POINT = 8
 In this type of map mode one logical point is equal to one typographical point. More...
 
const long TWIP = 9
 In this type of map mode one logical point is equal to one twentieth of typographical point. More...
 
const long PIXEL = 10
 In this type of map mode one logical point is equal to one pixel. More...
 

Detailed Description

contains list of possible map modes supported by embedded object.

See also
XVisualObject

Variable Documentation

◆ ONE_1000TH_INCH

const long ONE_1000TH_INCH = 4

In this type of map mode one logical point is equal to one-thousandth of inch.

◆ ONE_100TH_INCH

const long ONE_100TH_INCH = 5

In this type of map mode one logical point is equal to one-hundredth of inch.

◆ ONE_100TH_MM

const long ONE_100TH_MM = 0

In this type of map mode one logical point is equal to one-hundredth of millimeter.

◆ ONE_10TH_INCH

const long ONE_10TH_INCH = 6

In this type of map mode one logical point is equal to one-tenth of inch.

◆ ONE_10TH_MM

const long ONE_10TH_MM = 1

In this type of map mode one logical point is equal to one-tenth of millimeter.

◆ ONE_CM

const long ONE_CM = 3

In this type of map mode one logical point is equal to one centimeter.

◆ ONE_INCH

const long ONE_INCH = 7

In this type of map mode one logical point is equal to one inch.

◆ ONE_MM

const long ONE_MM = 2

In this type of map mode one logical point is equal to one millimeter.

◆ PIXEL

const long PIXEL = 10

In this type of map mode one logical point is equal to one pixel.

◆ POINT

const long POINT = 8

In this type of map mode one logical point is equal to one typographical point.

◆ TWIP

const long TWIP = 9

In this type of map mode one logical point is equal to one twentieth of typographical point.