Home
last modified time | relevance | path

Searched refs:aConst (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/registry/test/
H A Dtestregcpp.cxx64 RTConstValue aConst; in test_coreReflection() local
69 aConst.m_type = RT_TYPE_BOOL; in test_coreReflection()
70 aConst.m_value.aBool = sal_True; in test_coreReflection()
74 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
75 aConst.m_type = RT_TYPE_BYTE; in test_coreReflection()
76 aConst.m_value.aByte = 127; in test_coreReflection()
80 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
81 aConst.m_type = RT_TYPE_INT16; in test_coreReflection()
82 aConst.m_value.aShort = -10; in test_coreReflection()
86 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
[all …]
/AOO41X/main/idlc/source/
H A Dastconstant.cxx62 RTConstValue aConst; in dumpBlob() local
69 aConst.m_type = RT_TYPE_INT16; in dumpBlob()
70 aConst.m_value.aShort = exprVal->u.sval; in dumpBlob()
73 aConst.m_type = RT_TYPE_UINT16; in dumpBlob()
74 aConst.m_value.aUShort = exprVal->u.usval; in dumpBlob()
77 aConst.m_type = RT_TYPE_INT32; in dumpBlob()
78 aConst.m_value.aLong = exprVal->u.lval; in dumpBlob()
81 aConst.m_type = RT_TYPE_UINT32; in dumpBlob()
82 aConst.m_value.aULong = exprVal->u.ulval; in dumpBlob()
85 aConst.m_type = RT_TYPE_INT64; in dumpBlob()
[all …]
H A Dastunion.cxx302 RTConstValue aConst; in dump() local
324 aConst.m_type = RT_TYPE_INT64; in dump()
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()
336 aConst); in dump()
344 aConst.m_type = RT_TYPE_INT64; in dump()
345 aConst.m_value.aHyper = disc + 1; in dump()
353 aConst); in dump()
/AOO41X/main/registry/source/
H A Dreflwrit.cxx215 RTConstValueUnion aConst; member
277 size += (rtl_ustr_getLength(m_value.aConst.aString) + 1) * sizeof(sal_uInt16); in getBlopSize()
303 buff += writeBYTE(buff, (sal_uInt8) m_value.aConst.aBool); in toBlop()
306 buff += writeBYTE(buff, m_value.aConst.aByte); in toBlop()
309 buff += writeINT16(buff, m_value.aConst.aShort); in toBlop()
312 buff += writeINT16(buff, m_value.aConst.aUShort); in toBlop()
315 buff += writeINT32(buff, m_value.aConst.aLong); in toBlop()
318 buff += writeUINT32(buff, m_value.aConst.aULong); in toBlop()
321 buff += writeUINT64(buff, m_value.aConst.aHyper); in toBlop()
324 buff += writeUINT64(buff, m_value.aConst.aUHyper); in toBlop()
[all …]
/AOO41X/main/rsc/doku/feinkonz.43/
H A Drscinst.doc3402 RscInst aConst;
3408 aConst = aColorInst.GetVar( HashId( "Predefined" ) );
3410 aConst.SetConst( HashId( "COL_BLUE" ) );
3412 // aConst.SetNumber( COL_BLUE );
3807 RscInst aConst;
3815 aConst = aColorInst.GetVar( nVarName );
3817 nConstName = aConst.GetClassEnum( i );
3821  nConstName = aConst.GetClassEnum( i );