| LibreOffice
    LibreOffice 25.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. | |
| byte | Sign | 
| corresponds to DECIMAL.sign. | |
| unsigned long | LowValue | 
| corresponds to DECIMAL.Lo32. | |
| unsigned long | MiddleValue | 
| corresponds to DECIMAL.Mid32. | |
| unsigned long | HighValue | 
| corresponds to DECIMAL.Hi32. | |
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.