Searched refs:VT_EMPTY (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/extensions/test/ole/MfcControl/ |
H A D | MfcControlCtl.cpp | 64 DISP_FUNCTION(CMfcControlCtrl, "outShort", outShort, VT_EMPTY, VTS_PI2) 65 DISP_FUNCTION(CMfcControlCtrl, "outLong", outLong, VT_EMPTY, VTS_PI4) 66 DISP_FUNCTION(CMfcControlCtrl, "outString", outString, VT_EMPTY, VTS_PBSTR) 67 DISP_FUNCTION(CMfcControlCtrl, "outFloat", outFloat, VT_EMPTY, VTS_PR4) 68 DISP_FUNCTION(CMfcControlCtrl, "outDouble", outDouble, VT_EMPTY, VTS_PR8) 69 DISP_FUNCTION(CMfcControlCtrl, "outVariant", outVariant, VT_EMPTY, VTS_PVARIANT) 70 DISP_FUNCTION(CMfcControlCtrl, "outObject", outObject, VT_EMPTY, VTS_PDISPATCH)
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | MAccessible.cpp | 817 pvarChild->vt = VT_EMPTY;//no focus on the object and its children in get_accFocus() 857 pvarChildren->vt = VT_EMPTY; in get_accSelection() 1011 pvarChild->vt = VT_EMPTY; in accHitTest() 1522 pvarEndUpAt->vt = VT_EMPTY; in GetFirstChild() 1534 pvarEndUpAt->vt = VT_EMPTY; in GetFirstChild() 1559 pvarEndUpAt->vt = VT_EMPTY; in GetLastChild() 1570 pvarEndUpAt->vt = VT_EMPTY; in GetLastChild() 1590 pvarEndUpAt->vt = VT_EMPTY; in GetNextSibling() 1605 pvarEndUpAt->vt = VT_EMPTY; in GetNextSibling() 1629 pvarEndUpAt->vt = VT_EMPTY; in GetPreSibling() [all …]
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | propread.hxx | 67 #define VT_EMPTY 0 macro 115 sal_Bool Read( String& rString, sal_uInt32 nType = VT_EMPTY, sal_Bool bDwordAlign = sal_True );
|
H A D | pptin.cxx | 313 if ( !aPropItem.Read( aUString, VT_EMPTY, sal_False ) ) in Import() 426 if ( !aPropItem.Read( pHyperlink->aTarget, VT_EMPTY ) ) in Import() 428 if ( !aPropItem.Read( pHyperlink->aSubAdress, VT_EMPTY ) ) in Import()
|
H A D | propread.cxx | 108 if ( nStringType == VT_EMPTY ) in Read()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 331 vt = VT_EMPTY; in setEmpty() 366 sal_Bool OLEVariant::isEmpty() const { return (vt == VT_EMPTY); } in isEmpty() 708 case VT_EMPTY: in makeAny()
|
/aoo42x/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 1038 if (elemtype == VT_NULL || elemtype == VT_EMPTY) in createUnoSequenceWrapper() 1500 case VT_EMPTY: in variantToAny() 1680 if (pVar->vt != VT_UNKNOWN && pVar->vt != VT_DISPATCH && pVar->vt != VT_EMPTY) in createOleObjectWrapper() 1721 case VT_EMPTY: in createOleObjectWrapper() 2333 ret= VT_EMPTY; in mapTypeClassToVartype()
|
H A D | unoobjw.cxx | 420 if( varParam.vt == VT_EMPTY) // then it was no in/out parameter in convertDispparamsArgs() 1085 && m_defaultValueType != VT_EMPTY && pvarResult != NULL) in InvokeGeneral() 1670 VARTYPE ret= VT_EMPTY; in getVarType()
|
H A D | oleobjw.cxx | 840 pVarParamsRef[ outParamIndex].vt = VT_EMPTY; in invokeWithDispIdUnoTlb() 914 pVarParamsRef[ outParamIndex].vt = VT_EMPTY; in invokeWithDispIdUnoTlb() 1978 arArgs[revIndex].vt = VT_EMPTY; in invokeWithDispIdComTlb()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 155 #define VT_EMPTY 0 macro
|
/aoo42x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 2213 @retval S_FALSE if there is nothing to return, [out] value is a VARIANT with vt = VT_EMPTY 2248 @retval S_FALSE if there is nothing to return, [out] value is a VARIANT with vt = VT_EMPTY 2265 @retval S_FALSE if there is nothing to return, [out] value is a VARIANT with vt = VT_EMPTY
|
Completed in 228 milliseconds