Searched refs:aHyper (Results 1 – 15 of 15) sorted by relevance
/trunk/main/idlc/source/ |
H A D | astunion.cxx | 325 aConst.m_value.aHyper = pExprValue->u.hval; in dump() 326 if ( aConst.m_value.aHyper > disc ) in dump() 327 disc = aConst.m_value.aHyper; in dump() 345 aConst.m_value.aHyper = disc + 1; in dump()
|
H A D | astconstant.cxx | 86 aConst.m_value.aHyper = exprVal->u.hval; in dumpBlob()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 523 sal_Int64 aHyper = 0; in getAnyAsString() local 524 pvargItem >>= aHyper; in getAnyAsString() 525 sString = rtl::OUString::valueOf( aHyper ); in getAnyAsString()
|
/trunk/main/cli_ure/qa/climaker/ |
H A D | types.idl | 82 [in] hyper aHyper, [in] unsigned hyper aUHyper, [in] float aFloat, 91 [out] hyper aHyper, [out] unsigned hyper aUHyper, [out] float aFloat, 101 [inout] hyper aHyper, [inout] unsigned hyper aUHyper,
|
/trunk/main/registry/tools/ |
H A D | regcompare.cxx | 554 if (constValue1.m_value.aHyper != constValue2.m_value.aHyper) in checkConstValue() 563 rtl::OUString::valueOf(constValue1.m_value.aHyper), in checkConstValue() 566 rtl::OUString::valueOf(constValue2.m_value.aHyper), in checkConstValue()
|
/trunk/main/registry/inc/registry/ |
H A D | types.h | 221 sal_Int64 aHyper; member
|
/trunk/main/registry/test/ |
H A D | testregcpp.cxx | 106 aConst.m_value.aHyper = -100000000; in test_coreReflection() 157 REG_ENSURE( aReadConst.m_value.aHyper == -100000000, "testCoreReflection error 9a6"); in test_coreReflection()
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 806 System::Int64 aHyper= *__try_cast<System::Int64*>(cli_data); in map_to_uno() local 807 *(sal_Int64*) uno_data= aHyper; in map_to_uno()
|
/trunk/main/stoc/source/registry_tdprovider/ |
H A D | base.hxx | 156 return Any( &rVal.m_value.aHyper, ::getCppuType( (const sal_Int64 *)0 ) ); in getRTValue()
|
/trunk/main/registry/source/ |
H A D | reflwrit.cxx | 321 buff += writeUINT64(buff, m_value.aConst.aHyper); in toBlop()
|
H A D | reflread.cxx | 696 value->aHyper = m_pCP->readINT64Constant(cpIndex); in getFieldConstValue()
|
/trunk/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 679 ::rtl::OString tmp( OString::valueOf(constValue.m_value.aHyper) ); in dumpConstantValue()
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 1156 if (constValue.m_value.aHyper == SAL_MIN_INT64) { in dumpConstantValue() 1159 ::rtl::OString tmp(OString::valueOf(constValue.m_value.aHyper)); in dumpConstantValue()
|
/trunk/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 1433 ::rtl::OString tmp( OString::valueOf(constValue.m_value.aHyper) ); in dumpConstantValue()
|
/trunk/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 2480 valueIndex = classFile->addLongInfo(fieldValue.m_value.aHyper); in addConstant()
|
Completed in 193 milliseconds