Home
last modified time | relevance | path

Searched refs:aHyper (Results 1 – 15 of 15) sorted by relevance

/aoo4110/main/idlc/source/
H A Dastunion.cxx325 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 Dastconstant.cxx86 aConst.m_value.aHyper = exprVal->u.hval; in dumpBlob()
/aoo4110/main/sc/source/ui/vba/
H A Dvbahelper.cxx523 sal_Int64 aHyper = 0; in getAnyAsString() local
524 pvargItem >>= aHyper; in getAnyAsString()
525 sString = rtl::OUString::valueOf( aHyper ); in getAnyAsString()
/aoo4110/main/cli_ure/qa/climaker/
H A Dtypes.idl82 [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,
/aoo4110/main/registry/tools/
H A Dregcompare.cxx554 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()
/aoo4110/main/registry/inc/registry/
H A Dtypes.h221 sal_Int64 aHyper; member
/aoo4110/main/registry/test/
H A Dtestregcpp.cxx106 aConst.m_value.aHyper = -100000000; in test_coreReflection()
157 REG_ENSURE( aReadConst.m_value.aHyper == -100000000, "testCoreReflection error 9a6"); in test_coreReflection()
/aoo4110/main/stoc/source/registry_tdprovider/
H A Dbase.hxx156 return Any( &rVal.m_value.aHyper, ::getCppuType( (const sal_Int64 *)0 ) ); in getRTValue()
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx806 System::Int64 aHyper= *__try_cast<System::Int64*>(cli_data); in map_to_uno() local
807 *(sal_Int64*) uno_data= aHyper; in map_to_uno()
/aoo4110/main/registry/source/
H A Dreflwrit.cxx321 buff += writeUINT64(buff, m_value.aConst.aHyper); in toBlop()
H A Dreflread.cxx696 value->aHyper = m_pCP->readINT64Constant(cpIndex); in getFieldConstValue()
/aoo4110/main/codemaker/source/idlmaker/
H A Didltype.cxx679 ::rtl::OString tmp( OString::valueOf(constValue.m_value.aHyper) ); in dumpConstantValue()
/aoo4110/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1156 if (constValue.m_value.aHyper == SAL_MIN_INT64) { in dumpConstantValue()
1159 ::rtl::OString tmp(OString::valueOf(constValue.m_value.aHyper)); in dumpConstantValue()
/aoo4110/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1433 ::rtl::OString tmp( OString::valueOf(constValue.m_value.aHyper) ); in dumpConstantValue()
/aoo4110/main/codemaker/source/javamaker/
H A Djavatype.cxx2480 valueIndex = classFile->addLongInfo(fieldValue.m_value.aHyper); in addConstant()

Completed in 159 milliseconds