ReactOS 0.4.16-dev-1049-g378a335
|
#include <wchar.h>
#include "wine/debug.h"
#include "winbase.h"
#include "winuser.h"
#include "winnt.h"
#include "variant.h"
#include "resource.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 | DECLSPEC_HIDDEN |
static const WCHAR | szFloatFormatW [] = { '%','.','7','G','\0' } |
static const WCHAR | szDoubleFormatW [] = { '%','.','1','5','G','\0' } |
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 255 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 6668 of file vartype.c.
Referenced by VarBstrFromDate(), and VARIANT_FormatDate().
Definition at line 6648 of file vartype.c.
Referenced by get_date_format().
HRESULT WINAPI VarBoolFromCy | ( | CY | cyIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6048 of file vartype.c.
Referenced by test_VarBoolFromCy(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromDate | ( | DATE | dateIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6030 of file vartype.c.
Referenced by test_VarBoolFromDate(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromDec | ( | DECIMAL * | pDecIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6278 of file vartype.c.
Referenced by test_VarBoolFromDec(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromDisp | ( | IDispatch * | pdispIn, |
LCID | lcid, | ||
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6206 of file vartype.c.
Referenced by VARIANT_Coerce().
HRESULT WINAPI VarBoolFromI1 | ( | signed char | cIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6223 of file vartype.c.
Referenced by test_VarBoolFromI1(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromI2 | ( | SHORT | sIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 5958 of file vartype.c.
Referenced by test_VarBoolFromI2(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromI4 | ( | LONG | lIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 5976 of file vartype.c.
Referenced by test_VarBoolFromI4(), test_VarBoolFromUI4(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromI8 | ( | LONG64 | llIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6302 of file vartype.c.
Referenced by test_VarBoolFromI8(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromR4 | ( | FLOAT | fltIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 5994 of file vartype.c.
Referenced by test_VarBoolFromR4(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromR8 | ( | double | dblIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6012 of file vartype.c.
Referenced by test_VarBoolFromR8(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromStr | ( | OLECHAR * | strIn, |
LCID | lcid, | ||
ULONG | dwFlags, | ||
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6114 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 5940 of file vartype.c.
Referenced by test_VarBoolFromUI1(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromUI2 | ( | USHORT | usIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6241 of file vartype.c.
Referenced by test_VarBoolFromUI2(), and VARIANT_Coerce().
HRESULT WINAPI VarBoolFromUI4 | ( | ULONG | ulIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6259 of file vartype.c.
Referenced by VARIANT_Coerce().
HRESULT WINAPI VarBoolFromUI8 | ( | ULONG64 | ullIn, |
VARIANT_BOOL * | pBoolOut | ||
) |
Definition at line 6320 of file vartype.c.
Referenced by test_VarBoolFromUI8(), and VARIANT_Coerce().
Definition at line 7107 of file vartype.c.
Referenced by test_VarBstrCat(), VarAdd(), and VarCat().
Definition at line 7158 of file vartype.c.
Referenced by START_TEST(), and VarCmp().
Definition at line 6852 of file vartype.c.
Referenced by init(), VARIANT_Coerce(), and VARIANT_FormatNumber().
Definition at line 6608 of file vartype.c.
Referenced by _BSTR_CY(), and VARIANT_Coerce().
Definition at line 6778 of file vartype.c.
Referenced by _BSTR_DATE(), VARIANT_Coerce(), and VARIANT_FormatDate().
Definition at line 6991 of file vartype.c.
Referenced by _BSTR_DEC(), and VARIANT_Coerce().
Definition at line 6921 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 6417 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 6445 of file vartype.c.
Referenced by test_VarBstrFromI4(), var2str(), and VARIANT_Coerce().
Definition at line 7038 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 6566 of file vartype.c.
Referenced by test_VarBstrFromR4(), var2str(), and VARIANT_Coerce().
Definition at line 6587 of file vartype.c.
Referenced by Global_InvokeEx(), var2str(), and VARIANT_Coerce().
Definition at line 6396 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 6949 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 6970 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 7066 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 4012 of file vartype.c.
Referenced by VarCmp(), and VarCyCmpR8().
HRESULT WINAPI VarCyFromBool | ( | VARIANT_BOOL | boolIn, |
CY * | pCyOut | ||
) |
Definition at line 3620 of file vartype.c.
Referenced by test_VarCyFromBool(), and VARIANT_Coerce().
Definition at line 3553 of file vartype.c.
Referenced by test_VarCyFromDate(), and VARIANT_Coerce().
Definition at line 3704 of file vartype.c.
Referenced by test_VarCyFromDec(), and VARIANT_Coerce().
Definition at line 3641 of file vartype.c.
Referenced by test_VarCyFromI1(), and VARIANT_Coerce().
Definition at line 3441 of file vartype.c.
Referenced by test_VarCyFromI2(), and VARIANT_Coerce().
Definition at line 3462 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 3742 of file vartype.c.
Referenced by test_VarCyFromI8(), and VARIANT_Coerce().
Definition at line 3483 of file vartype.c.
Referenced by test_VarCyFromR4(), and VARIANT_Coerce().
Definition at line 3503 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 3575 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 3420 of file vartype.c.
Referenced by test_VarCyFromUI1(), and VARIANT_Coerce().
Definition at line 3662 of file vartype.c.
Referenced by test_VarCyFromUI2(), and VARIANT_Coerce().
Definition at line 3683 of file vartype.c.
Referenced by test_VarCyFromUI4(), and VARIANT_Coerce().
Definition at line 3764 of file vartype.c.
Referenced by test_VarCyFromUI8(), and VARIANT_Coerce().
Definition at line 3951 of file vartype.c.
Referenced by test_VarCyNeg(), and VarNeg().
Definition at line 3854 of file vartype.c.
Referenced by test_VarCySub(), VarCyCmp(), and VarSub().
HRESULT WINAPI VarDateFromBool | ( | VARIANT_BOOL | boolIn, |
DATE * | pdateOut | ||
) |
Definition at line 7332 of file vartype.c.
Referenced by test_VarDateFromBool(), and VARIANT_Coerce().
Definition at line 7349 of file vartype.c.
Referenced by test_VarDateFromCy(), and VARIANT_Coerce().
Definition at line 8005 of file vartype.c.
Referenced by test_VarDateFromDec(), and VARIANT_Coerce().
Definition at line 7954 of file vartype.c.
Referenced by test_VarDateFromI1(), and VARIANT_Coerce().
Definition at line 7241 of file vartype.c.
Referenced by test_VarDateFromI2(), and VARIANT_Coerce().
Definition at line 7258 of file vartype.c.
Referenced by test_VarDateFromI4(), and VARIANT_Coerce().
Definition at line 8023 of file vartype.c.
Referenced by test_VarDateFromI8(), and VARIANT_Coerce().
Definition at line 7275 of file vartype.c.
Referenced by test_VarDateFromR4(), and VARIANT_Coerce().
Definition at line 7292 of file vartype.c.
Referenced by test_VarDateFromR8(), VarDateFromI4(), VarDateFromUI4(), and VARIANT_Coerce().
Definition at line 7595 of file vartype.c.
Referenced by test_VarDateFromStr(), and VARIANT_Coerce().
Definition at line 7224 of file vartype.c.
Referenced by test_VarDateFromUI1(), and VARIANT_Coerce().
Definition at line 7971 of file vartype.c.
Referenced by test_VarDateFromUI2(), and VARIANT_Coerce().
Definition at line 7988 of file vartype.c.
Referenced by test_VarDateFromUI4(), and VARIANT_Coerce().
Definition at line 8043 of file vartype.c.
Referenced by test_VarDateFromUI8(), and VARIANT_Coerce().
Definition at line 5698 of file vartype.c.
Referenced by test_VarDecAbs().
Definition at line 4588 of file vartype.c.
Referenced by test_VarDecAdd(), VarAdd(), and VarDecSub().
Definition at line 5866 of file vartype.c.
Referenced by test_VarDecCmp(), VarCmp(), and VarDecCmpR8().
Definition at line 5912 of file vartype.c.
Referenced by test_VarDecCmpR8().
Definition at line 5601 of file vartype.c.
Referenced by test_VarDecDiv(), and VarDiv().
Definition at line 5722 of file vartype.c.
Referenced by VarDecInt(), and VarFix().
HRESULT WINAPI VarDecFromBool | ( | VARIANT_BOOL | bIn, |
DECIMAL * | pDecOut | ||
) |
Definition at line 4239 of file vartype.c.
Referenced by test_VarDecFromCy(), and VARIANT_Coerce().
Definition at line 4222 of file vartype.c.
Referenced by test_VarDecFromDate(), and VARIANT_Coerce().
Definition at line 4341 of file vartype.c.
Referenced by test_VarDecFromI1(), and VARIANT_Coerce().
Definition at line 4114 of file vartype.c.
Referenced by test_VarDecFromI2(), and VARIANT_Coerce().
Definition at line 4131 of file vartype.c.
Referenced by test_marshal_VARIANT(), test_VarDecFromI4(), test_VarMod(), VarDecFromI1(), VarDecFromI2(), and VARIANT_Coerce().
Definition at line 4396 of file vartype.c.
Referenced by test_VarDecFromI8(), VarDecFix(), VarDecInt(), and VARIANT_Coerce().
Definition at line 4178 of file vartype.c.
Referenced by test_VarDecFromR4(), and VARIANT_Coerce().
Definition at line 4200 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 4273 of file vartype.c.
Referenced by test_VarDecFromStr(), and VARIANT_Coerce().
Definition at line 4097 of file vartype.c.
Referenced by test_VarDecFromUI1(), and VARIANT_Coerce().
Definition at line 4358 of file vartype.c.
Referenced by test_VarDecFromUI2(), and VARIANT_Coerce().
Definition at line 4375 of file vartype.c.
Referenced by test_VarDecFromUI4(), VarDecFromUI1(), VarDecFromUI2(), and VARIANT_Coerce().
Definition at line 4429 of file vartype.c.
Referenced by test_VarDecFromUI8(), and VARIANT_Coerce().
Definition at line 5762 of file vartype.c.
Referenced by VarInt().
Definition at line 5622 of file vartype.c.
Referenced by test_VarDecMul(), VarDecRound(), VARIANT_DecScale(), and VarMul().
Definition at line 5794 of file vartype.c.
Referenced by test_VarDecNeg(), VarDecSub(), and VarNeg().
Definition at line 5815 of file vartype.c.
Referenced by test_VarDecRound(), and VarCyFromDec().
Definition at line 5677 of file vartype.c.
Referenced by test_VarDecSub(), VarDecCmp(), and VarSub().
HRESULT WINAPI VarI1FromBool | ( | VARIANT_BOOL | boolIn, |
signed char * | pcOut | ||
) |
Definition at line 465 of file vartype.c.
Referenced by test_VarI1FromBool(), and VARIANT_Coerce().
Definition at line 402 of file vartype.c.
Referenced by test_VarI1FromCy(), and VARIANT_Coerce().
Definition at line 383 of file vartype.c.
Referenced by test_VarI1FromDate(), and VARIANT_Coerce().
Definition at line 523 of file vartype.c.
Referenced by test_VarI1FromDec(), and VARIANT_Coerce().
Definition at line 301 of file vartype.c.
Referenced by test_VarI1FromI2(), and VARIANT_Coerce().
Definition at line 320 of file vartype.c.
Referenced by test_VarI1FromI4(), and VARIANT_Coerce().
Definition at line 549 of file vartype.c.
Referenced by test_VarI1FromI8(), and VARIANT_Coerce().
Definition at line 339 of file vartype.c.
Referenced by test_VarI1FromR4(), and VARIANT_Coerce().
Definition at line 361 of file vartype.c.
Referenced by test_VarI1FromR8(), VarI1FromDate(), VarI1FromR4(), and VARIANT_Coerce().
Definition at line 427 of file vartype.c.
Referenced by test_VarI1FromStr(), and VARIANT_Coerce().
Definition at line 282 of file vartype.c.
Referenced by test_VarI1FromUI1().
Definition at line 484 of file vartype.c.
Referenced by test_VarI1FromUI2(), and VARIANT_Coerce().
Definition at line 504 of file vartype.c.
Referenced by test_VarI1FromUI4(), and VARIANT_Coerce().
Definition at line 568 of file vartype.c.
Referenced by test_VarI1FromUI8(), and VARIANT_Coerce().
HRESULT WINAPI VarI2FromBool | ( | VARIANT_BOOL | boolIn, |
SHORT * | psOut | ||
) |
Definition at line 1059 of file vartype.c.
Referenced by test_VarI2FromBool(), and VARIANT_Coerce().
Definition at line 978 of file vartype.c.
Referenced by test_VarI2FromCy(), and VARIANT_Coerce().
Definition at line 999 of file vartype.c.
Referenced by test_VarI2FromDate(), and VARIANT_Coerce().
Definition at line 1131 of file vartype.c.
Referenced by test_VarI2FromDec(), and VARIANT_Coerce().
Definition at line 1076 of file vartype.c.
Referenced by test_VarI2FromI1(), and VARIANT_Coerce().
Definition at line 918 of file vartype.c.
Referenced by test_VarI2FromI4(), and VARIANT_Coerce().
Definition at line 1156 of file vartype.c.
Referenced by test_VarI2FromI8(), and VARIANT_Coerce().
Definition at line 936 of file vartype.c.
Referenced by test_VarI2FromR4(), and VARIANT_Coerce().
Definition at line 957 of file vartype.c.
Referenced by test_VarI2FromR8(), VarI2FromDate(), VarI2FromR4(), and VARIANT_Coerce().
Definition at line 1021 of file vartype.c.
Referenced by test_VarI2FromStr(), and VARIANT_Coerce().
Definition at line 900 of file vartype.c.
Referenced by test_VarI2FromUI1(), and VARIANT_Coerce().
Definition at line 1094 of file vartype.c.
Referenced by test_VarI2FromUI2().
Definition at line 1112 of file vartype.c.
Referenced by test_VarI2FromUI4(), and VARIANT_Coerce().
Definition at line 1174 of file vartype.c.
Referenced by test_VarI2FromUI8(), and VARIANT_Coerce().
HRESULT WINAPI VarI4FromBool | ( | VARIANT_BOOL | boolIn, |
LONG * | piOut | ||
) |
Definition at line 1649 of file vartype.c.
Referenced by test_VarI4FromBool(), and VARIANT_Coerce().
Definition at line 1570 of file vartype.c.
Referenced by test_VarI4FromCy(), VarI1FromCy(), VarI2FromCy(), VARIANT_Coerce(), and VarNot().
Definition at line 1589 of file vartype.c.
Referenced by test_VarI4FromDate(), and VARIANT_Coerce().
Definition at line 1720 of file vartype.c.
Referenced by test_VarI4FromDec(), VARIANT_Coerce(), and VarNot().
Definition at line 1666 of file vartype.c.
Referenced by test_VarI4FromI1(), and VARIANT_Coerce().
Definition at line 1510 of file vartype.c.
Referenced by test_VarI4FromI2(), and VARIANT_Coerce().
Definition at line 1745 of file vartype.c.
Referenced by test_VarI4FromI8(), and VARIANT_Coerce().
Definition at line 1528 of file vartype.c.
Referenced by test_VarI4FromR4(), VARIANT_Coerce(), and VarNot().
Definition at line 1549 of file vartype.c.
Referenced by test_VarI4FromR8(), VarI4FromCy(), VarI4FromDate(), VarI4FromR4(), VARIANT_Coerce(), and VarNot().
Definition at line 1611 of file vartype.c.
Referenced by test_VarI4FromStr(), var_to_size(), and VARIANT_Coerce().
Definition at line 1491 of file vartype.c.
Referenced by test_VarI4FromUI1(), and VARIANT_Coerce().
Definition at line 1683 of file vartype.c.
Referenced by test_VarI4FromUI2(), and VARIANT_Coerce().
Definition at line 1701 of file vartype.c.
Referenced by test_VarI4FromUI4().
Definition at line 1763 of file vartype.c.
Referenced by test_VarI4FromUI8(), and VARIANT_Coerce().
HRESULT WINAPI VarI8FromBool | ( | VARIANT_BOOL | boolIn, |
LONG64 * | pi64Out | ||
) |
Definition at line 2265 of file vartype.c.
Referenced by test_VarI8FromBool(), and VARIANT_Coerce().
Definition at line 2174 of file vartype.c.
Referenced by test_VarI8FromCy(), and VARIANT_Coerce().
Definition at line 2205 of file vartype.c.
Referenced by test_VarI8FromDate(), and VARIANT_Coerce().
Definition at line 2335 of file vartype.c.
Referenced by test_VarI8FromDec(), VarI1FromDec(), VarI2FromDec(), VarI4FromDec(), VARIANT_Coerce(), VarUI1FromDec(), VarUI2FromDec(), and VarUI4FromDec().
Definition at line 2282 of file vartype.c.
Referenced by test_VarI8FromI1(), and VARIANT_Coerce().
Definition at line 2093 of file vartype.c.
Referenced by test_VarI8FromI2(), VarI8FromBool(), VARIANT_Coerce(), and VarUI8FromBool().
Definition at line 2112 of file vartype.c.
Referenced by test_VarI8FromR4(), and VARIANT_Coerce().
Definition at line 2148 of file vartype.c.
Referenced by test_VarI8FromR8(), VarI8FromDate(), VarI8FromDec(), VarI8FromR4(), and VARIANT_Coerce().
Definition at line 2227 of file vartype.c.
Referenced by test_VarI8FromStr(), and VARIANT_Coerce().
Definition at line 2075 of file vartype.c.
Referenced by test_VarI8FromUI1(), and VARIANT_Coerce().
Definition at line 2299 of file vartype.c.
Referenced by test_VarI8FromUI2(), and VARIANT_Coerce().
Definition at line 2316 of file vartype.c.
Referenced by test_VarI8FromUI4(), and VARIANT_Coerce().
Definition at line 2378 of file vartype.c.
Referenced by test_VarI8FromUI8().
Definition at line 4520 of file vartype.c.
Referenced by VarDecAdd(), and VARIANT_DI_mul().
|
static |
Definition at line 6509 of file vartype.c.
Referenced by VarBstrFromR4(), and VarBstrFromR8().
|
static |
Definition at line 6364 of file vartype.c.
Referenced by VarBstrFromI1(), VarBstrFromI2(), VarBstrFromI4(), VarBstrFromI8(), VarBstrFromUI1(), VarBstrFromUI2(), VarBstrFromUI4(), and VarBstrFromUI8().
Definition at line 6457 of file vartype.c.
Referenced by VarBstrFromCy(), VarBstrFromDec(), and VARIANT_BstrFromReal().
Definition at line 47 of file vartype.c.
Referenced by VARIANT_FromDisp(), and VARIANT_NumberFromBstr().
|
static |
Definition at line 4671 of file vartype.c.
Referenced by VarDecFromR4(), VarDecFromR8(), VarDecMul(), VARIANT_DecScale(), and VARIANT_do_division().
|
static |
Definition at line 4438 of file vartype.c.
Referenced by VarDecAdd().
|
static |
Definition at line 4685 of file vartype.c.
Referenced by VARIANT_DI_div(), VARIANT_DI_FromR4(), VARIANT_DI_FromR8(), and VARIANT_DI_mul().
|
static |
Definition at line 5172 of file vartype.c.
Referenced by VARIANT_do_division().
|
static |
Definition at line 5424 of file vartype.c.
Referenced by VarDecFromR4().
|
static |
Definition at line 5484 of file vartype.c.
Referenced by VarDecFromR8().
|
static |
Definition at line 4731 of file vartype.c.
Referenced by VarDecMul().
|
static |
Definition at line 5260 of file vartype.c.
Referenced by VARIANT_DI_FromR4(), and VARIANT_DI_FromR8().
Definition at line 4825 of file vartype.c.
Referenced by VarBstrFromCy(), and VarBstrFromDec().
|
static |
Definition at line 4661 of file vartype.c.
Referenced by VarBstrFromDec(), VarDecMul(), VARIANT_DecScale(), and VARIANT_do_division().
|
static |
Definition at line 5531 of file vartype.c.
Referenced by VarDecDiv(), and VarDecRound().
|
static |
Definition at line 115 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 6060 of file vartype.c.
Referenced by VarBoolFromStr(), and VarBstrFromBool().
|
static |
Definition at line 4932 of file vartype.c.
Referenced by VarBstrFromCy(), VARIANT_DI_normalize(), VARIANT_int_addlossy(), and VARIANT_int_div().
|
static |
Definition at line 5018 of file vartype.c.
Referenced by VARIANT_DI_div().
|
static |
Definition at line 4971 of file vartype.c.
Referenced by VARIANT_DI_div().
|
static |
Definition at line 4695 of file vartype.c.
Referenced by VarDecMul(), VARIANT_DecScale(), VARIANT_DI_mul(), VARIANT_DI_normalize(), VARIANT_DI_tostringW(), VARIANT_do_division(), and VARIANT_int_addlossy().
Definition at line 4720 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 5003 of file vartype.c.
Referenced by VARIANT_DI_div(), VARIANT_DI_normalize(), and VARIANT_int_addlossy().
Definition at line 4905 of file vartype.c.
Referenced by VARIANT_DI_normalize(), and VARIANT_int_div().
Definition at line 7374 of file vartype.c.
Referenced by VARIANT_MakeDate().
Definition at line 6345 of file vartype.c.
Referenced by VARIANT_BstrFromUInt().
|
inlinestatic |
Definition at line 7394 of file vartype.c.
Referenced by VarDateFromStr().
Definition at line 4554 of file vartype.c.
Referenced by VARIANT_DI_mul(), and VARIANT_int_mulbychar().
|
static |
Definition at line 90 of file vartype.c.
Referenced by VarCyFromStr(), VarDecFromStr(), VarI1FromStr(), VarI2FromStr(), VarI4FromStr(), VarI8FromStr(), VarR4FromStr(), VarR8FromStr(), VarUI1FromStr(), VarUI2FromStr(), VarUI4FromStr(), and VarUI8FromStr().
Definition at line 4530 of file vartype.c.
Referenced by VarDecAdd().
Definition at line 6330 of file vartype.c.
Referenced by VARIANT_BstrFromUInt().
HRESULT WINAPI VarR4FromBool | ( | VARIANT_BOOL | boolIn, |
float * | pFltOut | ||
) |
Definition at line 2868 of file vartype.c.
Referenced by test_VarR4FromBool(), and VARIANT_Coerce().
Definition at line 2790 of file vartype.c.
Referenced by test_VarR4FromCy(), and VARIANT_Coerce().
Definition at line 2809 of file vartype.c.
Referenced by test_VarR4FromDate(), and VARIANT_Coerce().
Definition at line 2946 of file vartype.c.
Referenced by test_VarR4FromDec(), and VARIANT_Coerce().
Definition at line 2851 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 2888 of file vartype.c.
Referenced by test_VarR4FromI1(), and VARIANT_Coerce().
Definition at line 2735 of file vartype.c.
Referenced by test_VarR4FromI2(), VARIANT_Coerce(), and VarR4FromBool().
Definition at line 2752 of file vartype.c.
Referenced by test_VarR4FromI4(), and VARIANT_Coerce().
Definition at line 2986 of file vartype.c.
Referenced by test_VarR4FromI8(), and VARIANT_Coerce().
Definition at line 2770 of file vartype.c.
Referenced by test_VarR4FromR8(), VARIANT_Coerce(), and VarR4FromDate().
Definition at line 2830 of file vartype.c.
Referenced by test_VarR4FromStr(), and VARIANT_Coerce().
Definition at line 2718 of file vartype.c.
Referenced by test_VarR4FromUI1(), and VARIANT_Coerce().
Definition at line 2908 of file vartype.c.
Referenced by test_VarR4FromUI2(), and VARIANT_Coerce().
Definition at line 2928 of file vartype.c.
Referenced by test_VarR4FromUI4(), and VARIANT_Coerce().
Definition at line 3003 of file vartype.c.
Referenced by test_VarR4FromUI8(), and VARIANT_Coerce().
HRESULT WINAPI VarR8FromBool | ( | VARIANT_BOOL | boolIn, |
double * | pDblOut | ||
) |
Definition at line 3189 of file vartype.c.
Referenced by test_VarR8FromBool(), VarDateFromBool(), and VARIANT_Coerce().
Definition at line 3113 of file vartype.c.
Referenced by test_VarAdd(), test_VarMul(), test_VarR8FromCy(), test_VarSub(), VarDateFromCy(), and VARIANT_Coerce().
Definition at line 3130 of file vartype.c.
Referenced by test_VarR8FromDate(), and VARIANT_Coerce().
Definition at line 3267 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 3172 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 3209 of file vartype.c.
Referenced by test_VarR8FromI1(), VarDateFromI1(), and VARIANT_Coerce().
Definition at line 3062 of file vartype.c.
Referenced by test_VarR8FromI2(), VarDateFromI2(), VARIANT_Coerce(), and VarR8FromBool().
Definition at line 3079 of file vartype.c.
Referenced by test_VarR8FromI4(), and VARIANT_Coerce().
Definition at line 3306 of file vartype.c.
Referenced by test_VarR8FromI8(), VARIANT_Coerce(), and VarNeg().
Definition at line 3096 of file vartype.c.
Referenced by test_VarR8FromR4(), VarDateFromR4(), and VARIANT_Coerce().
Definition at line 3151 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 3045 of file vartype.c.
Referenced by test_VarR8FromUI1(), VarDateFromUI1(), and VARIANT_Coerce().
Definition at line 3229 of file vartype.c.
Referenced by test_VarR8FromUI2(), VarDateFromUI2(), and VARIANT_Coerce().
Definition at line 3249 of file vartype.c.
Referenced by test_VarR8FromUI4(), and VARIANT_Coerce().
Definition at line 3323 of file vartype.c.
Referenced by test_VarR8FromUI8(), VARIANT_Coerce(), and variant_from_largeint().
Definition at line 3368 of file vartype.c.
HRESULT WINAPI VarUI1FromBool | ( | VARIANT_BOOL | boolIn, |
BYTE * | pbOut | ||
) |
Definition at line 758 of file vartype.c.
Referenced by test_VarUI1FromBool(), and VARIANT_Coerce().
Definition at line 676 of file vartype.c.
Referenced by test_VarUI1FromCy(), and VARIANT_Coerce().
Definition at line 698 of file vartype.c.
Referenced by test_VarUI1FromDate(), and VARIANT_Coerce().
Definition at line 834 of file vartype.c.
Referenced by test_VarUI1FromDec(), and VARIANT_Coerce().
Definition at line 741 of file vartype.c.
Referenced by test_VarUI1FromDisp(), and VARIANT_Coerce().
Definition at line 777 of file vartype.c.
Referenced by test_VarUI1FromI1().
Definition at line 590 of file vartype.c.
Referenced by test_VarUI1FromI2(), and VARIANT_Coerce().
Definition at line 609 of file vartype.c.
Referenced by test_VarUI1FromI4(), and VARIANT_Coerce().
Definition at line 860 of file vartype.c.
Referenced by test_VarUI1FromI8(), and VARIANT_Coerce().
Definition at line 629 of file vartype.c.
Referenced by test_VarUI1FromR4(), and VARIANT_Coerce().
Definition at line 651 of file vartype.c.
Referenced by test_VarUI1FromR8(), VARIANT_Coerce(), VarUI1FromDate(), and VarUI1FromR4().
Definition at line 720 of file vartype.c.
Referenced by test_VarUI1FromStr(), and VARIANT_Coerce().
Definition at line 796 of file vartype.c.
Referenced by test_VarUI1FromUI2(), and VARIANT_Coerce().
Definition at line 815 of file vartype.c.
Referenced by test_VarUI1FromUI4(), and VARIANT_Coerce().
Definition at line 879 of file vartype.c.
Referenced by test_VarUI1FromUI8(), and VARIANT_Coerce().
HRESULT WINAPI VarUI2FromBool | ( | VARIANT_BOOL | boolIn, |
USHORT * | pusOut | ||
) |
Definition at line 1373 of file vartype.c.
Referenced by test_VarUI2FromBool(), and VARIANT_Coerce().
Definition at line 1311 of file vartype.c.
Referenced by test_VarUI2FromCy(), and VARIANT_Coerce().
Definition at line 1290 of file vartype.c.
Referenced by test_VarUI2FromDate(), and VARIANT_Coerce().
Definition at line 1428 of file vartype.c.
Referenced by test_VarUI2FromDec(), and VARIANT_Coerce().
Definition at line 1356 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 1391 of file vartype.c.
Referenced by test_VarUI2FromI1(), and VARIANT_Coerce().
Definition at line 1212 of file vartype.c.
Referenced by test_VarUI2FromI2().
Definition at line 1230 of file vartype.c.
Referenced by test_VarUI2FromI4(), and VARIANT_Coerce().
Definition at line 1453 of file vartype.c.
Referenced by test_VarUI2FromI8().
Definition at line 1248 of file vartype.c.
Referenced by test_VarUI2FromR4(), and VARIANT_Coerce().
Definition at line 1269 of file vartype.c.
Referenced by test_VarUI2FromR8(), VARIANT_Coerce(), VarUI2FromDate(), and VarUI2FromR4().
Definition at line 1335 of file vartype.c.
Referenced by test_VarUI2FromStr(), and VARIANT_Coerce().
Definition at line 1194 of file vartype.c.
Referenced by test_VarUI2FromUI1(), and VARIANT_Coerce().
Definition at line 1409 of file vartype.c.
Referenced by test_VarUI2FromUI4(), and VARIANT_Coerce().
Definition at line 1471 of file vartype.c.
Referenced by test_VarUI2FromUI8().
HRESULT WINAPI VarUI4FromBool | ( | VARIANT_BOOL | boolIn, |
ULONG * | pulOut | ||
) |
Definition at line 1958 of file vartype.c.
Referenced by test_VarUI4FromBool(), and VARIANT_Coerce().
Definition at line 1897 of file vartype.c.
Referenced by test_VarUI4FromCy(), VARIANT_Coerce(), VarUI1FromCy(), and VarUI2FromCy().
Definition at line 1879 of file vartype.c.
Referenced by test_VarUI4FromDate(), and VARIANT_Coerce().
Definition at line 2012 of file vartype.c.
Referenced by test_VarUI4FromDec(), and VARIANT_Coerce().
Definition at line 1941 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 1976 of file vartype.c.
Referenced by test_VarUI4FromI1(), and VARIANT_Coerce().
Definition at line 1801 of file vartype.c.
Referenced by test_VarUI4FromI2(), and VARIANT_Coerce().
Definition at line 1819 of file vartype.c.
Referenced by test_VarUI4FromI4().
Definition at line 2037 of file vartype.c.
Referenced by test_VarUI4FromI8(), test_VarUI4FromUI8(), and VARIANT_Coerce().
Definition at line 1837 of file vartype.c.
Referenced by test_VarUI4FromR4(), test_VarUI4FromR8(), and VARIANT_Coerce().
Definition at line 1858 of file vartype.c.
Referenced by test_VarUI4FromR8(), VARIANT_Coerce(), VarUI4FromCy(), VarUI4FromDate(), and VarUI4FromR4().
Definition at line 1920 of file vartype.c.
Referenced by test_VarUI4FromStr(), and VARIANT_Coerce().
Definition at line 1783 of file vartype.c.
Referenced by test_VarUI4FromUI1(), and VARIANT_Coerce().
Definition at line 1993 of file vartype.c.
Referenced by test_VarUI4FromUI2(), and VARIANT_Coerce().
Definition at line 2055 of file vartype.c.
Referenced by test_VarUI4FromUI8(), and VARIANT_Coerce().
HRESULT WINAPI VarUI8FromBool | ( | VARIANT_BOOL | boolIn, |
ULONG64 * | pui64Out | ||
) |
Definition at line 2594 of file vartype.c.
Referenced by test_VarUI8FromBool(), and VARIANT_Coerce().
Definition at line 2498 of file vartype.c.
Referenced by test_VarUI8FromCy(), and VARIANT_Coerce().
Definition at line 2533 of file vartype.c.
Referenced by test_VarUI8FromDate(), and VARIANT_Coerce().
Definition at line 2670 of file vartype.c.
Referenced by test_VarUI8FromDec(), and VARIANT_Coerce().
Definition at line 2576 of file vartype.c.
Referenced by VARIANT_Coerce().
Definition at line 2611 of file vartype.c.
Referenced by test_VarUI8FromI1(), and VARIANT_Coerce().
Definition at line 2433 of file vartype.c.
Referenced by test_VarUI8FromI2(), and VARIANT_Coerce().
Definition at line 2399 of file vartype.c.
Referenced by test_VarUI8FromI8().
Definition at line 2451 of file vartype.c.
Referenced by test_VarUI8FromR4(), and VARIANT_Coerce().
Definition at line 2473 of file vartype.c.
Referenced by test_VarUI8FromR8(), VARIANT_Coerce(), VarUI8FromDate(), VarUI8FromDec(), and VarUI8FromR4().
Definition at line 2555 of file vartype.c.
Referenced by test_VarUI8FromStr(), and VARIANT_Coerce().
Definition at line 2416 of file vartype.c.
Referenced by test_VarUI8FromUI1(), and VARIANT_Coerce().
Definition at line 2628 of file vartype.c.
Referenced by test_VarUI8FromUI2(), and VARIANT_Coerce().
Definition at line 2645 of file vartype.c.
Referenced by test_VarUI8FromUI4(), and VARIANT_Coerce().
WINE_DEFAULT_DEBUG_CHANNEL | ( | variant | ) |
Definition at line 3402 of file vartype.c.
Referenced by VarCyFromDec(), and VarCyRound().
|
extern |
Definition at line 289 of file d3dcompiler_private.h.
Definition at line 44 of file vartype.c.
Referenced by VarBstrFromR8().