LibreOffice
LibreOffice 24.2 SDK API Reference
|
is the UNO representation of the Automation type DECIMAL
.
More...
import"Decimal.idl";
Public Attributes | |
byte | Scale |
corresponds to DECIMAL.scale . More... | |
byte | Sign |
corresponds to DECIMAL.sign . More... | |
unsigned long | LowValue |
corresponds to DECIMAL.Lo32 . More... | |
unsigned long | MiddleValue |
corresponds to DECIMAL.Mid32 . More... | |
unsigned long | HighValue |
corresponds to DECIMAL.Hi32 . More... | |
is the UNO representation of the Automation type DECIMAL
.
unsigned long HighValue |
corresponds to DECIMAL.Hi32
.
unsigned long LowValue |
corresponds to DECIMAL.Lo32
.
unsigned long MiddleValue |
corresponds to DECIMAL.Mid32
.
byte Scale |
corresponds to DECIMAL.scale
.
byte Sign |
corresponds to DECIMAL.sign
.