|
ReactOS 0.4.17-dev-540-g8f54750
|
#include "wine/debug.h"#include "winbase.h"#include "winuser.h"#include "winnt.h"#include "variant.h"#include "resource.h"#include "locale.h"
Go to the source code of this file.
Classes | |
| struct | DECIMAL_internal |
| union | R4_FIELDS |
| union | R8_FIELDS |
| struct | tagDATEPARSE |
Typedefs | |
| typedef struct DECIMAL_internal | VARIANT_DI |
| typedef struct tagDATEPARSE | DATEPARSE |
Variables | |
| HMODULE | hProxyDll |
| static const int | CY_Divisors [5] |
| #define CY_HALF (CY_MULTIPLIER/2) /* 0.5 */ |
| #define CY_HALF_F (CY_MULTIPLIER_F/2.0) |
| #define TIMEFLAG | ( | i | ) | ((dp.dwFlags[i] & DP_TIMESEP) << i) |
| typedef struct tagDATEPARSE DATEPARSE |
| typedef struct DECIMAL_internal VARIANT_DI |
Definition at line 249 of file vartype.c.
Referenced by VarCyAdd(), VarCyMul(), VarCyMulI4(), VarCyMulI8(), VarCyRound(), VarCySub(), and VarR8FromCy().
| BOOL get_date_format | ( | LCID | lcid, |
| DWORD | flags, | ||
| const SYSTEMTIME * | st, | ||
| const WCHAR * | fmt, | ||
| WCHAR * | date, | ||
| int | date_len | ||
| ) |
Definition at line 6729 of file vartype.c.
Referenced by VarBstrFromDate().
Definition at line 6709 of file vartype.c.
Referenced by get_date_format().
| HRESULT WINAPI VarBoolFromCy | ( | CY | cyIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6073 of file vartype.c.
Referenced by test_VarBoolFromCy(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromDate | ( | DATE | dateIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6055 of file vartype.c.
Referenced by test_VarBoolFromDate(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromDec | ( | const DECIMAL * | pDecIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6300 of file vartype.c.
Referenced by test_VarBoolFromDec(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromDisp | ( | IDispatch * | pdispIn, |
| LCID | lcid, | ||
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6228 of file vartype.c.
Referenced by VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromI1 | ( | signed char | cIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6245 of file vartype.c.
Referenced by test_VarBoolFromI1(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromI2 | ( | SHORT | sIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 5983 of file vartype.c.
Referenced by test_VarBoolFromI2(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromI4 | ( | LONG | lIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6001 of file vartype.c.
Referenced by test_VarBoolFromI4(), test_VarBoolFromUI4(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromI8 | ( | LONG64 | llIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6324 of file vartype.c.
Referenced by test_VarBoolFromI8(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromR4 | ( | FLOAT | fltIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6019 of file vartype.c.
Referenced by test_VarBoolFromR4(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromR8 | ( | double | dblIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6037 of file vartype.c.
Referenced by test_VarBoolFromR8(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromStr | ( | const OLECHAR * | strIn, |
| LCID | lcid, | ||
| ULONG | dwFlags, | ||
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6139 of file vartype.c.
Referenced by test_VarBoolFromStr(), VarAnd(), VARIANT_Coerce(), VarImp(), VarNot(), and VarOr().
| HRESULT WINAPI VarBoolFromUI1 | ( | BYTE | bIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 5965 of file vartype.c.
Referenced by test_VarBoolFromUI1(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromUI2 | ( | USHORT | usIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6263 of file vartype.c.
Referenced by test_VarBoolFromUI2(), and VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromUI4 | ( | ULONG | ulIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6281 of file vartype.c.
Referenced by VARIANT_Coerce().
| HRESULT WINAPI VarBoolFromUI8 | ( | ULONG64 | ullIn, |
| VARIANT_BOOL * | pBoolOut | ||
| ) |
Definition at line 6342 of file vartype.c.
Referenced by test_VarBoolFromUI8(), and VARIANT_Coerce().
Definition at line 7168 of file vartype.c.
Referenced by test_VarBstrCat(), VarAdd(), and VarCat().
Definition at line 7219 of file vartype.c.
Referenced by test_marshal_LPSAFEARRAY(), test_VarWeekdayName(), and VarCmp().
Definition at line 6913 of file vartype.c.
Referenced by init(), VARIANT_Coerce(), and VARIANT_FormatNumber().
Definition at line 6669 of file vartype.c.
Referenced by _BSTR_CY(), and VARIANT_Coerce().
Definition at line 6839 of file vartype.c.
Referenced by _BSTR_DATE(), VARIANT_Coerce(), and VARIANT_FormatDate().
Definition at line 7052 of file vartype.c.
Referenced by _BSTR_DEC(), and VARIANT_Coerce().
Definition at line 6982 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 6439 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 6467 of file vartype.c.
Referenced by test_VarBstrFromI4(), var2str(), and VARIANT_Coerce().
Definition at line 7099 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 6627 of file vartype.c.
Referenced by test_VarBstrFromR4(), var2str(), and VARIANT_Coerce().
Definition at line 6648 of file vartype.c.
Referenced by Global_InvokeEx(), test_VarBstrFromR8(), var2str(), and VARIANT_Coerce().
Definition at line 6418 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 7010 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 7031 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 7127 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 4006 of file vartype.c.
Referenced by VarCmp(), and VarCyCmpR8().
| HRESULT WINAPI VarCyFromBool | ( | VARIANT_BOOL | boolIn, |
| CY * | pCyOut | ||
| ) |
Definition at line 3614 of file vartype.c.
Referenced by test_VarCyFromBool(), and VARIANT_Coerce().
Definition at line 3547 of file vartype.c.
Referenced by test_VarCyFromDate(), and VARIANT_Coerce().
Definition at line 3698 of file vartype.c.
Referenced by test_VarCyFromDec(), and VARIANT_Coerce().
Definition at line 3635 of file vartype.c.
Referenced by test_VarCyFromI1(), and VARIANT_Coerce().
Definition at line 3435 of file vartype.c.
Referenced by test_VarCyFromI2(), and VARIANT_Coerce().
Definition at line 3456 of file vartype.c.
Referenced by test_VarAdd(), test_VarCyFromI4(), test_VarDiv(), test_VarIdiv(), test_VarImp(), test_VarMul(), test_VarPow(), test_VarSub(), and VARIANT_Coerce().
Definition at line 3736 of file vartype.c.
Referenced by test_VarCyFromI8(), and VARIANT_Coerce().
Definition at line 3477 of file vartype.c.
Referenced by test_VarCyFromR4(), and VARIANT_Coerce().
Definition at line 3497 of file vartype.c.
Referenced by test_VarCyFromDate(), test_VarCyFromR8(), VarCyAdd(), VarCyCmpR8(), VarCyFromDate(), VarCyFromDec(), VarCyFromR4(), VarCyMul(), VarCyMulI4(), VarCyMulI8(), VarCySub(), VARIANT_Coerce(), and VarNumFromParseNum().
Definition at line 3569 of file vartype.c.
Referenced by VarFormatCurrency(), and VARIANT_Coerce().
Definition at line 3414 of file vartype.c.
Referenced by test_VarCyFromUI1(), and VARIANT_Coerce().
Definition at line 3656 of file vartype.c.
Referenced by test_VarCyFromUI2(), and VARIANT_Coerce().
Definition at line 3677 of file vartype.c.
Referenced by test_VarCyFromUI4(), and VARIANT_Coerce().
Definition at line 3758 of file vartype.c.
Referenced by test_VarCyFromUI8(), and VARIANT_Coerce().
Definition at line 3945 of file vartype.c.
Referenced by test_VarCyNeg(), and VarNeg().
Definition at line 3848 of file vartype.c.
Referenced by test_VarCySub(), VarCyCmp(), and VarSub().
| HRESULT WINAPI VarDateFromBool | ( | VARIANT_BOOL | boolIn, |
| DATE * | pdateOut | ||
| ) |
Definition at line 7393 of file vartype.c.
Referenced by test_VarDateFromBool(), and VARIANT_Coerce().
Definition at line 7410 of file vartype.c.
Referenced by test_VarDateFromCy(), and VARIANT_Coerce().
Definition at line 8074 of file vartype.c.
Referenced by test_VarDateFromDec(), and VARIANT_Coerce().
Definition at line 8023 of file vartype.c.
Referenced by test_VarDateFromI1(), and VARIANT_Coerce().
Definition at line 7302 of file vartype.c.
Referenced by test_VarDateFromI2(), and VARIANT_Coerce().
Definition at line 7319 of file vartype.c.
Referenced by test_VarDateFromI4(), and VARIANT_Coerce().
Definition at line 8092 of file vartype.c.
Referenced by test_VarDateFromI8(), and VARIANT_Coerce().
Definition at line 7336 of file vartype.c.
Referenced by test_VarDateFromR4(), and VARIANT_Coerce().
Definition at line 7353 of file vartype.c.
Referenced by test_VarDateFromR8(), VarDateFromI4(), VarDateFromUI4(), VARIANT_Coerce(), and VARIANT_FormatDate().
Definition at line 7663 of file vartype.c.
Referenced by parse_date_literal(), test_VarDateFromStr(), and VARIANT_Coerce().
Definition at line 7285 of file vartype.c.
Referenced by test_VarDateFromUI1(), and VARIANT_Coerce().
Definition at line 8040 of file vartype.c.
Referenced by test_VarDateFromUI2(), and VARIANT_Coerce().
Definition at line 8057 of file vartype.c.
Referenced by test_VarDateFromUI4(), and VARIANT_Coerce().
Definition at line 8112 of file vartype.c.
Referenced by test_VarDateFromUI8(), and VARIANT_Coerce().
Definition at line 5723 of file vartype.c.
Referenced by test_VarDecAbs().
Definition at line 4580 of file vartype.c.
Referenced by test_VarDecAdd(), VarAdd(), and VarDecSub().
Definition at line 5891 of file vartype.c.
Referenced by test_VarDecCmp(), VarCmp(), and VarDecCmpR8().
Definition at line 5937 of file vartype.c.
Referenced by test_VarDecCmpR8().
Definition at line 5626 of file vartype.c.
Referenced by test_VarDecDiv(), and VarDiv().
Definition at line 5747 of file vartype.c.
Referenced by VarDecInt(), and VarFix().
| HRESULT WINAPI VarDecFromBool | ( | VARIANT_BOOL | bIn, |
| DECIMAL * | pDecOut | ||
| ) |
Definition at line 4234 of file vartype.c.
Referenced by test_VarDecFromCy(), and VARIANT_Coerce().
Definition at line 4217 of file vartype.c.
Referenced by test_VarDecFromDate(), and VARIANT_Coerce().
Definition at line 4335 of file vartype.c.
Referenced by test_VarDecFromI1(), and VARIANT_Coerce().
Definition at line 4108 of file vartype.c.
Referenced by test_VarDecFromI2(), and VARIANT_Coerce().
Definition at line 4125 of file vartype.c.
Referenced by test_marshal_VARIANT(), test_VarDecFromI4(), test_VarMod(), VarDecFromI1(), VarDecFromI2(), and VARIANT_Coerce().
Definition at line 4390 of file vartype.c.
Referenced by test_VarDecFromI8(), VarDecFix(), VarDecInt(), and VARIANT_Coerce().
Definition at line 4173 of file vartype.c.
Referenced by test_VarDecFromR4(), and VARIANT_Coerce().
Definition at line 4195 of file vartype.c.
Referenced by test_VarAdd(), test_VarCat(), test_VarDecFromR8(), test_VarDiv(), test_VarIdiv(), test_VarImp(), test_VarMul(), test_VarPow(), test_VarSub(), VarDecCmpR8(), VarDecFromDate(), VARIANT_Coerce(), and VarRound().
Definition at line 4267 of file vartype.c.
Referenced by test_VarDecFromStr(), and VARIANT_Coerce().
Definition at line 4091 of file vartype.c.
Referenced by test_VarDecFromUI1(), and VARIANT_Coerce().
Definition at line 4352 of file vartype.c.
Referenced by test_VarDecFromUI2(), and VARIANT_Coerce().
Definition at line 4369 of file vartype.c.
Referenced by test_VarDecFromUI4(), VarDecFromUI1(), VarDecFromUI2(), and VARIANT_Coerce().
Definition at line 4420 of file vartype.c.
Referenced by test_VarDecFromUI8(), and VARIANT_Coerce().
Definition at line 5787 of file vartype.c.
Referenced by VarInt().
Definition at line 5647 of file vartype.c.
Referenced by test_VarDecMul(), VarDecRound(), VARIANT_DecScale(), and VarMul().
Definition at line 5819 of file vartype.c.
Referenced by test_VarDecNeg(), VarDecSub(), and VarNeg().
Definition at line 5840 of file vartype.c.
Referenced by test_VarDecRound(), and VarCyFromDec().
Definition at line 5702 of file vartype.c.
Referenced by test_VarDecSub(), VarDecCmp(), and VarSub().
| HRESULT WINAPI VarI1FromBool | ( | VARIANT_BOOL | boolIn, |
| signed char * | pcOut | ||
| ) |
Definition at line 459 of file vartype.c.
Referenced by test_VarI1FromBool(), and VARIANT_Coerce().
Definition at line 396 of file vartype.c.
Referenced by test_VarI1FromCy(), and VARIANT_Coerce().
Definition at line 377 of file vartype.c.
Referenced by test_VarI1FromDate(), and VARIANT_Coerce().
Definition at line 517 of file vartype.c.
Referenced by test_VarI1FromDec(), and VARIANT_Coerce().
Definition at line 295 of file vartype.c.
Referenced by test_VarI1FromI2(), and VARIANT_Coerce().
Definition at line 314 of file vartype.c.
Referenced by test_VarI1FromI4(), and VARIANT_Coerce().
Definition at line 543 of file vartype.c.
Referenced by test_VarI1FromI8(), and VARIANT_Coerce().
Definition at line 333 of file vartype.c.
Referenced by test_VarI1FromR4(), and VARIANT_Coerce().
Definition at line 355 of file vartype.c.
Referenced by test_VarI1FromR8(), VarI1FromDate(), VarI1FromR4(), and VARIANT_Coerce().
| HRESULT WINAPI VarI1FromStr | ( | const OLECHAR * | strIn, |
| LCID | lcid, | ||
| ULONG | dwFlags, | ||
| signed char * | pcOut | ||
| ) |
Definition at line 421 of file vartype.c.
Referenced by test_VarI1FromStr(), and VARIANT_Coerce().
Definition at line 276 of file vartype.c.
Referenced by test_VarI1FromUI1().
Definition at line 478 of file vartype.c.
Referenced by test_VarI1FromUI2(), and VARIANT_Coerce().
Definition at line 498 of file vartype.c.
Referenced by test_VarI1FromUI4(), and VARIANT_Coerce().
Definition at line 562 of file vartype.c.
Referenced by test_VarI1FromUI8(), and VARIANT_Coerce().
| HRESULT WINAPI VarI2FromBool | ( | VARIANT_BOOL | boolIn, |
| SHORT * | psOut | ||
| ) |
Definition at line 1053 of file vartype.c.
Referenced by test_VarI2FromBool(), and VARIANT_Coerce().
Definition at line 972 of file vartype.c.
Referenced by test_VarI2FromCy(), and VARIANT_Coerce().
Definition at line 993 of file vartype.c.
Referenced by test_VarI2FromDate(), and VARIANT_Coerce().
Definition at line 1125 of file vartype.c.
Referenced by test_VarI2FromDec(), and VARIANT_Coerce().
Definition at line 1070 of file vartype.c.
Referenced by test_VarI2FromI1(), and VARIANT_Coerce().
Definition at line 912 of file vartype.c.
Referenced by test_VarI2FromI4(), and VARIANT_Coerce().
Definition at line 1150 of file vartype.c.
Referenced by test_VarI2FromI8(), and VARIANT_Coerce().
Definition at line 930 of file vartype.c.
Referenced by test_VarI2FromR4(), and VARIANT_Coerce().
Definition at line 951 of file vartype.c.
Referenced by test_VarI2FromR8(), VarI2FromDate(), VarI2FromR4(), and VARIANT_Coerce().
Definition at line 1015 of file vartype.c.
Referenced by test_VarI2FromStr(), and VARIANT_Coerce().
Definition at line 894 of file vartype.c.
Referenced by test_VarI2FromUI1(), and VARIANT_Coerce().
Definition at line 1088 of file vartype.c.
Referenced by test_VarI2FromUI2().
Definition at line 1106 of file vartype.c.
Referenced by test_VarI2FromUI4(), and VARIANT_Coerce().
Definition at line 1168 of file vartype.c.
Referenced by test_VarI2FromUI8(), and VARIANT_Coerce().
| HRESULT WINAPI VarI4FromBool | ( | VARIANT_BOOL | boolIn, |
| LONG * | piOut | ||
| ) |
Definition at line 1643 of file vartype.c.
Referenced by test_VarI4FromBool(), and VARIANT_Coerce().
Definition at line 1564 of file vartype.c.
Referenced by test_VarI4FromCy(), VarI1FromCy(), VarI2FromCy(), VARIANT_Coerce(), and VarNot().
Definition at line 1583 of file vartype.c.
Referenced by test_VarI4FromDate(), and VARIANT_Coerce().
Definition at line 1714 of file vartype.c.
Referenced by test_VarI4FromDec(), VARIANT_Coerce(), and VarNot().
Definition at line 1660 of file vartype.c.
Referenced by test_VarI4FromI1(), and VARIANT_Coerce().
Definition at line 1504 of file vartype.c.
Referenced by test_VarI4FromI2(), and VARIANT_Coerce().
Definition at line 1739 of file vartype.c.
Referenced by test_VarI4FromI8(), and VARIANT_Coerce().
Definition at line 1522 of file vartype.c.
Referenced by test_VarI4FromR4(), VARIANT_Coerce(), and VarNot().
Definition at line 1543 of file vartype.c.
Referenced by test_VarI4FromR8(), VarI4FromCy(), VarI4FromDate(), VarI4FromR4(), VARIANT_Coerce(), and VarNot().
Definition at line 1605 of file vartype.c.
Referenced by test_VarI4FromStr(), var_to_size(), and VARIANT_Coerce().
Definition at line 1485 of file vartype.c.
Referenced by test_VarI4FromUI1(), and VARIANT_Coerce().
Definition at line 1677 of file vartype.c.
Referenced by test_VarI4FromUI2(), and VARIANT_Coerce().
Definition at line 1695 of file vartype.c.
Referenced by test_VarI4FromUI4().
Definition at line 1757 of file vartype.c.
Referenced by test_VarI4FromUI8(), and VARIANT_Coerce().
| HRESULT WINAPI VarI8FromBool | ( | VARIANT_BOOL | boolIn, |
| LONG64 * | pi64Out | ||
| ) |
Definition at line 2259 of file vartype.c.
Referenced by test_VarI8FromBool(), and VARIANT_Coerce().
Definition at line 2168 of file vartype.c.
Referenced by test_VarI8FromCy(), and VARIANT_Coerce().
Definition at line 2199 of file vartype.c.
Referenced by test_VarI8FromDate(), and VARIANT_Coerce().
Definition at line 2329 of file vartype.c.
Referenced by test_VarI8FromDec(), VarI1FromDec(), VarI2FromDec(), VarI4FromDec(), VARIANT_Coerce(), VarUI1FromDec(), VarUI2FromDec(), and VarUI4FromDec().
Definition at line 2276 of file vartype.c.
Referenced by test_VarI8FromI1(), and VARIANT_Coerce().
Definition at line 2087 of file vartype.c.
Referenced by test_VarI8FromI2(), VarI8FromBool(), VARIANT_Coerce(), and VarUI8FromBool().
Definition at line 2106 of file vartype.c.
Referenced by test_VarI8FromR4(), and VARIANT_Coerce().
Definition at line 2142 of file vartype.c.
Referenced by test_VarI8FromR8(), VarI8FromDate(), VarI8FromDec(), VarI8FromR4(), and VARIANT_Coerce().
Definition at line 2221 of file vartype.c.
Referenced by test_VarI8FromStr(), and VARIANT_Coerce().
Definition at line 2069 of file vartype.c.
Referenced by test_VarI8FromUI1(), and VARIANT_Coerce().
Definition at line 2293 of file vartype.c.
Referenced by test_VarI8FromUI2(), and VARIANT_Coerce().
Definition at line 2310 of file vartype.c.
Referenced by test_VarI8FromUI4(), and VARIANT_Coerce().
Definition at line 2372 of file vartype.c.
Referenced by test_VarI8FromUI8().
Definition at line 4512 of file vartype.c.
Referenced by VarDecAdd(), and VARIANT_DI_mul().
|
static |
Definition at line 6540 of file vartype.c.
Referenced by VarBstrFromR4(), and VarBstrFromR8().
|
static |
Definition at line 6386 of file vartype.c.
Referenced by VarBstrFromI1(), VarBstrFromI2(), VarBstrFromI4(), VarBstrFromI8(), VarBstrFromUI1(), VarBstrFromUI2(), VarBstrFromUI4(), and VarBstrFromUI8().
Definition at line 6479 of file vartype.c.
Referenced by VarBstrFromCy(), VarBstrFromDec(), and VARIANT_BstrFromReal().
Definition at line 41 of file vartype.c.
Referenced by VARIANT_FromDisp(), and VARIANT_NumberFromBstr().
Definition at line 4556 of file vartype.c.
Referenced by VarDecAdd().
|
static |
Definition at line 4700 of file vartype.c.
Referenced by VarDecFromR4(), VarDecFromR8(), VarDecMul(), VARIANT_DecScale(), and VARIANT_do_division().
|
static |
Definition at line 4430 of file vartype.c.
Referenced by VarDecAdd().
|
static |
Definition at line 4710 of file vartype.c.
Referenced by VARIANT_DI_div(), VARIANT_DI_FromR4(), VARIANT_DI_FromR8(), and VARIANT_DI_mul().
|
static |
Definition at line 5197 of file vartype.c.
Referenced by VARIANT_do_division().
|
static |
Definition at line 5449 of file vartype.c.
Referenced by VarDecFromR4().
|
static |
Definition at line 5509 of file vartype.c.
Referenced by VarDecFromR8().
|
static |
Definition at line 4756 of file vartype.c.
Referenced by VarDecMul().
|
static |
Definition at line 5285 of file vartype.c.
Referenced by VARIANT_DI_FromR4(), and VARIANT_DI_FromR8().
Definition at line 4850 of file vartype.c.
Referenced by VarBstrFromCy(), and VarBstrFromDec().
|
static |
Definition at line 4690 of file vartype.c.
Referenced by VarBstrFromDec(), VarDecMul(), VARIANT_DecScale(), and VARIANT_do_division().
|
static |
Definition at line 5556 of file vartype.c.
Referenced by VarDecDiv(), and VarDecRound().
|
static |
Definition at line 109 of file vartype.c.
Referenced by VarBoolFromDisp(), VarBstrFromDisp(), VarCyFromDisp(), VarDateFromDisp(), VarDecFromDisp(), VarI1FromDisp(), VarI2FromDisp(), VarI4FromDisp(), VarI8FromDisp(), VarR4FromDisp(), VarR8FromDisp(), VarUI1FromDisp(), VarUI2FromDisp(), VarUI4FromDisp(), and VarUI8FromDisp().
Definition at line 6085 of file vartype.c.
Referenced by VarBoolFromStr(), and VarBstrFromBool().
|
static |
Definition at line 4957 of file vartype.c.
Referenced by VarBstrFromCy(), VARIANT_DI_normalize(), VARIANT_int_addlossy(), and VARIANT_int_div().
|
static |
Definition at line 5043 of file vartype.c.
Referenced by VARIANT_DI_div().
|
static |
Definition at line 4996 of file vartype.c.
Referenced by VARIANT_DI_div().
|
static |
Definition at line 4720 of file vartype.c.
Referenced by VarDecAdd(), VarDecMul(), VARIANT_DecScale(), VARIANT_DI_mul(), VARIANT_DI_normalize(), VARIANT_DI_tostringW(), VARIANT_do_division(), and VARIANT_int_addlossy().
Definition at line 4745 of file vartype.c.
Referenced by VarDecMul(), VARIANT_DecScale(), VARIANT_DI_div(), VARIANT_DI_mul(), VARIANT_DI_normalize(), VARIANT_DI_tostringW(), VARIANT_do_division(), and VARIANT_int_addlossy().
Definition at line 5028 of file vartype.c.
Referenced by VARIANT_DI_div(), VARIANT_DI_normalize(), and VARIANT_int_addlossy().
Definition at line 4930 of file vartype.c.
Referenced by VARIANT_DI_normalize(), and VARIANT_int_div().
Definition at line 7435 of file vartype.c.
Referenced by VARIANT_MakeDate().
Definition at line 6367 of file vartype.c.
Referenced by VARIANT_BstrFromUInt().
|
inlinestatic |
Definition at line 7455 of file vartype.c.
Referenced by VarDateFromStr().
Definition at line 4546 of file vartype.c.
Referenced by VARIANT_DI_mul(), and VARIANT_int_mulbychar().
|
static |
Definition at line 84 of file vartype.c.
Referenced by VarCyFromStr(), VarDecFromStr(), VarI1FromStr(), VarI2FromStr(), VarI4FromStr(), VarI8FromStr(), VarR4FromStr(), VarR8FromStr(), VarUI1FromStr(), VarUI2FromStr(), VarUI4FromStr(), and VarUI8FromStr().
Definition at line 4522 of file vartype.c.
Referenced by VarDecAdd().
Definition at line 6352 of file vartype.c.
Referenced by VARIANT_BstrFromUInt().
| HRESULT WINAPI VarR4FromBool | ( | VARIANT_BOOL | boolIn, |
| float * | pFltOut | ||
| ) |
Definition at line 2862 of file vartype.c.
Referenced by test_VarR4FromBool(), and VARIANT_Coerce().
Definition at line 2784 of file vartype.c.
Referenced by test_VarR4FromCy(), and VARIANT_Coerce().
Definition at line 2803 of file vartype.c.
Referenced by test_VarR4FromDate(), and VARIANT_Coerce().
Definition at line 2940 of file vartype.c.
Referenced by test_VarR4FromDec(), and VARIANT_Coerce().
Definition at line 2845 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 2882 of file vartype.c.
Referenced by test_VarR4FromI1(), and VARIANT_Coerce().
Definition at line 2729 of file vartype.c.
Referenced by test_VarR4FromI2(), VARIANT_Coerce(), and VarR4FromBool().
Definition at line 2746 of file vartype.c.
Referenced by test_VarR4FromI4(), and VARIANT_Coerce().
Definition at line 2980 of file vartype.c.
Referenced by test_VarR4FromI8(), and VARIANT_Coerce().
Definition at line 2764 of file vartype.c.
Referenced by test_VarR4FromR8(), VARIANT_Coerce(), and VarR4FromDate().
Definition at line 2824 of file vartype.c.
Referenced by test_VarR4FromStr(), and VARIANT_Coerce().
Definition at line 2712 of file vartype.c.
Referenced by test_VarR4FromUI1(), and VARIANT_Coerce().
Definition at line 2902 of file vartype.c.
Referenced by test_VarR4FromUI2(), and VARIANT_Coerce().
Definition at line 2922 of file vartype.c.
Referenced by test_VarR4FromUI4(), and VARIANT_Coerce().
Definition at line 2997 of file vartype.c.
Referenced by test_VarR4FromUI8(), and VARIANT_Coerce().
| HRESULT WINAPI VarR8FromBool | ( | VARIANT_BOOL | boolIn, |
| double * | pDblOut | ||
| ) |
Definition at line 3183 of file vartype.c.
Referenced by test_VarR8FromBool(), VarDateFromBool(), and VARIANT_Coerce().
Definition at line 3107 of file vartype.c.
Referenced by test_VarAdd(), test_VarMul(), test_VarR8FromCy(), test_VarSub(), VarDateFromCy(), and VARIANT_Coerce().
Definition at line 3124 of file vartype.c.
Referenced by test_VarR8FromDate(), and VARIANT_Coerce().
Definition at line 3261 of file vartype.c.
Referenced by test_VarAdd(), test_VarDiv(), test_VarMul(), test_VarR8FromDec(), test_VarSub(), VarDateFromDec(), VarDecFix(), VarDecInt(), VarI8FromDec(), VARIANT_Coerce(), VarRound(), and VarUI8FromDec().
Definition at line 3166 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 3203 of file vartype.c.
Referenced by test_VarR8FromI1(), VarDateFromI1(), and VARIANT_Coerce().
Definition at line 3056 of file vartype.c.
Referenced by test_VarR8FromI2(), VarDateFromI2(), VARIANT_Coerce(), and VarR8FromBool().
Definition at line 3073 of file vartype.c.
Referenced by test_VarR8FromI4(), and VARIANT_Coerce().
Definition at line 3300 of file vartype.c.
Referenced by test_VarR8FromI8(), VARIANT_Coerce(), and VarNeg().
Definition at line 3090 of file vartype.c.
Referenced by test_VarR8FromR4(), VarDateFromR4(), and VARIANT_Coerce().
Definition at line 3145 of file vartype.c.
Referenced by test_VarAdd(), test_VarR8FromStr(), VarAbs(), VarAnd(), VarBoolFromStr(), VarFix(), VARIANT_Coerce(), VarImp(), VarInt(), VarNeg(), VarNot(), VarOr(), VarRound(), and VarXor().
Definition at line 3039 of file vartype.c.
Referenced by test_VarR8FromUI1(), VarDateFromUI1(), and VARIANT_Coerce().
Definition at line 3223 of file vartype.c.
Referenced by test_VarR8FromUI2(), VarDateFromUI2(), and VARIANT_Coerce().
Definition at line 3243 of file vartype.c.
Referenced by test_VarR8FromUI4(), and VARIANT_Coerce().
Definition at line 3317 of file vartype.c.
Referenced by test_VarR8FromUI8(), VARIANT_Coerce(), and variant_from_largeint().
Definition at line 3362 of file vartype.c.
Referenced by Global_Round().
| HRESULT WINAPI VarUI1FromBool | ( | VARIANT_BOOL | boolIn, |
| BYTE * | pbOut | ||
| ) |
Definition at line 752 of file vartype.c.
Referenced by test_VarUI1FromBool(), and VARIANT_Coerce().
Definition at line 670 of file vartype.c.
Referenced by test_VarUI1FromCy(), and VARIANT_Coerce().
Definition at line 692 of file vartype.c.
Referenced by test_VarUI1FromDate(), and VARIANT_Coerce().
Definition at line 828 of file vartype.c.
Referenced by test_VarUI1FromDec(), and VARIANT_Coerce().
Definition at line 735 of file vartype.c.
Referenced by test_VarUI1FromDisp(), and VARIANT_Coerce().
Definition at line 771 of file vartype.c.
Referenced by test_VarUI1FromI1().
Definition at line 584 of file vartype.c.
Referenced by test_VarUI1FromI2(), and VARIANT_Coerce().
Definition at line 603 of file vartype.c.
Referenced by test_VarUI1FromI4(), and VARIANT_Coerce().
Definition at line 854 of file vartype.c.
Referenced by test_VarUI1FromI8(), and VARIANT_Coerce().
Definition at line 623 of file vartype.c.
Referenced by test_VarUI1FromR4(), and VARIANT_Coerce().
Definition at line 645 of file vartype.c.
Referenced by test_VarUI1FromR8(), VARIANT_Coerce(), VarUI1FromDate(), and VarUI1FromR4().
Definition at line 714 of file vartype.c.
Referenced by test_VarUI1FromStr(), and VARIANT_Coerce().
Definition at line 790 of file vartype.c.
Referenced by test_VarUI1FromUI2(), and VARIANT_Coerce().
Definition at line 809 of file vartype.c.
Referenced by test_VarUI1FromUI4(), and VARIANT_Coerce().
Definition at line 873 of file vartype.c.
Referenced by test_VarUI1FromUI8(), and VARIANT_Coerce().
| HRESULT WINAPI VarUI2FromBool | ( | VARIANT_BOOL | boolIn, |
| USHORT * | pusOut | ||
| ) |
Definition at line 1367 of file vartype.c.
Referenced by test_VarUI2FromBool(), and VARIANT_Coerce().
Definition at line 1305 of file vartype.c.
Referenced by test_VarUI2FromCy(), and VARIANT_Coerce().
Definition at line 1284 of file vartype.c.
Referenced by test_VarUI2FromDate(), and VARIANT_Coerce().
Definition at line 1422 of file vartype.c.
Referenced by test_VarUI2FromDec(), and VARIANT_Coerce().
Definition at line 1350 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 1385 of file vartype.c.
Referenced by test_VarUI2FromI1(), and VARIANT_Coerce().
Definition at line 1206 of file vartype.c.
Referenced by test_VarUI2FromI2().
Definition at line 1224 of file vartype.c.
Referenced by test_VarUI2FromI4(), and VARIANT_Coerce().
Definition at line 1447 of file vartype.c.
Referenced by test_VarUI2FromI8().
Definition at line 1242 of file vartype.c.
Referenced by test_VarUI2FromR4(), and VARIANT_Coerce().
Definition at line 1263 of file vartype.c.
Referenced by test_VarUI2FromR8(), VARIANT_Coerce(), VarUI2FromDate(), and VarUI2FromR4().
Definition at line 1329 of file vartype.c.
Referenced by test_VarUI2FromStr(), and VARIANT_Coerce().
Definition at line 1188 of file vartype.c.
Referenced by test_VarUI2FromUI1(), and VARIANT_Coerce().
Definition at line 1403 of file vartype.c.
Referenced by test_VarUI2FromUI4(), and VARIANT_Coerce().
Definition at line 1465 of file vartype.c.
Referenced by test_VarUI2FromUI8().
| HRESULT WINAPI VarUI4FromBool | ( | VARIANT_BOOL | boolIn, |
| ULONG * | pulOut | ||
| ) |
Definition at line 1952 of file vartype.c.
Referenced by test_VarUI4FromBool(), and VARIANT_Coerce().
Definition at line 1891 of file vartype.c.
Referenced by test_VarUI4FromCy(), VARIANT_Coerce(), VarUI1FromCy(), and VarUI2FromCy().
Definition at line 1873 of file vartype.c.
Referenced by test_VarUI4FromDate(), and VARIANT_Coerce().
Definition at line 2006 of file vartype.c.
Referenced by test_VarUI4FromDec(), and VARIANT_Coerce().
Definition at line 1935 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 1970 of file vartype.c.
Referenced by test_VarUI4FromI1(), and VARIANT_Coerce().
Definition at line 1795 of file vartype.c.
Referenced by test_VarUI4FromI2(), and VARIANT_Coerce().
Definition at line 1813 of file vartype.c.
Referenced by test_VarUI4FromI4().
Definition at line 2031 of file vartype.c.
Referenced by test_VarUI4FromI8(), test_VarUI4FromUI8(), and VARIANT_Coerce().
Definition at line 1831 of file vartype.c.
Referenced by test_VarUI4FromR4(), test_VarUI4FromR8(), and VARIANT_Coerce().
Definition at line 1852 of file vartype.c.
Referenced by test_VarUI4FromR8(), VARIANT_Coerce(), VarUI4FromCy(), VarUI4FromDate(), and VarUI4FromR4().
Definition at line 1914 of file vartype.c.
Referenced by test_VarUI4FromStr(), and VARIANT_Coerce().
Definition at line 1777 of file vartype.c.
Referenced by test_VarUI4FromUI1(), and VARIANT_Coerce().
Definition at line 1987 of file vartype.c.
Referenced by test_VarUI4FromUI2(), and VARIANT_Coerce().
Definition at line 2049 of file vartype.c.
Referenced by test_VarUI4FromUI8(), and VARIANT_Coerce().
| HRESULT WINAPI VarUI8FromBool | ( | VARIANT_BOOL | boolIn, |
| ULONG64 * | pui64Out | ||
| ) |
Definition at line 2588 of file vartype.c.
Referenced by test_VarUI8FromBool(), and VARIANT_Coerce().
Definition at line 2492 of file vartype.c.
Referenced by test_VarUI8FromCy(), and VARIANT_Coerce().
Definition at line 2527 of file vartype.c.
Referenced by test_VarUI8FromDate(), and VARIANT_Coerce().
Definition at line 2664 of file vartype.c.
Referenced by test_VarUI8FromDec(), and VARIANT_Coerce().
Definition at line 2570 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 2605 of file vartype.c.
Referenced by test_VarUI8FromI1(), and VARIANT_Coerce().
Definition at line 2427 of file vartype.c.
Referenced by test_VarUI8FromI2(), and VARIANT_Coerce().
Definition at line 2393 of file vartype.c.
Referenced by test_VarUI8FromI8().
Definition at line 2445 of file vartype.c.
Referenced by test_VarUI8FromR4(), and VARIANT_Coerce().
Definition at line 2467 of file vartype.c.
Referenced by test_VarUI8FromR8(), VARIANT_Coerce(), VarUI8FromDate(), VarUI8FromDec(), and VarUI8FromR4().
| HRESULT WINAPI VarUI8FromStr | ( | const OLECHAR * | strIn, |
| LCID | lcid, | ||
| ULONG | dwFlags, | ||
| ULONG64 * | pui64Out | ||
| ) |
Definition at line 2549 of file vartype.c.
Referenced by test_VarUI8FromStr(), and VARIANT_Coerce().
Definition at line 2410 of file vartype.c.
Referenced by test_VarUI8FromUI1(), and VARIANT_Coerce().
Definition at line 2622 of file vartype.c.
Referenced by test_VarUI8FromUI2(), and VARIANT_Coerce().
Definition at line 2639 of file vartype.c.
Referenced by test_VarUI8FromUI4(), and VARIANT_Coerce().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | variant | ) |
Definition at line 3396 of file vartype.c.
Referenced by VarCyFromDec(), and VarCyRound().
|
extern |
Definition at line 40 of file combase.c.
Referenced by VARIANT_GetLocalisedText().