Lines Matching refs:aConst

64         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()
87 aConst.m_type = RT_TYPE_UINT16; in test_coreReflection()
88 aConst.m_value.aUShort = 10; in test_coreReflection()
92 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
93 aConst.m_type = RT_TYPE_INT32; in test_coreReflection()
94 aConst.m_value.aLong = -100000; in test_coreReflection()
98 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
99 aConst.m_type = RT_TYPE_UINT32; in test_coreReflection()
100 aConst.m_value.aULong = 100000; in test_coreReflection()
104 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
105 aConst.m_type = RT_TYPE_INT64; in test_coreReflection()
106 aConst.m_value.aHyper = -100000000; in test_coreReflection()
110 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
111 aConst.m_type = RT_TYPE_UINT64; in test_coreReflection()
112 aConst.m_value.aUHyper = 100000000; in test_coreReflection()
116 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
117 aConst.m_type = RT_TYPE_FLOAT; in test_coreReflection()
118 aConst.m_value.aFloat = -2e-10f; in test_coreReflection()
122 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
123 aConst.m_type = RT_TYPE_DOUBLE; in test_coreReflection()
124aConst.m_value.aDouble = -2e-100; writer.setFieldData(9, OUString::createFromAscii("aConstDouble")… in test_coreReflection()
127 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
128 aConst.m_type = RT_TYPE_STRING; in test_coreReflection()
130 aConst.m_value.aString = tmpStr.getStr(); in test_coreReflection()
135 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
160 OString aConstStr = OUStringToOString(aConst.m_value.aString, RTL_TEXTENCODING_ASCII_US); in test_coreReflection()
195 RTConstValue aConst; in test_coreReflection() local
197 aConst.m_type = RT_TYPE_UINT32; in test_coreReflection()
198 aConst.m_value.aULong = 10; in test_coreReflection()
205 OUString(), RT_ACCESS_CONST, aConst); in test_coreReflection()
207 aConst.m_value.aULong = 10; in test_coreReflection()
209 OUString(), OUString(), OUString(), RT_ACCESS_CONST, aConst); in test_coreReflection()
222 RTConstValue aConst; in test_coreReflection() local
237 aConst.m_type = RT_TYPE_UINT16; in test_coreReflection()
238 aConst.m_value.aUShort = 12; in test_coreReflection()
241 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
344 RTConstValue aConst; in test_coreReflection() local
349 aConst.m_type = RT_TYPE_BOOL; in test_coreReflection()
350 aConst.m_value.aBool = sal_True; in test_coreReflection()
354 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
355 aConst.m_type = RT_TYPE_BYTE; in test_coreReflection()
356 aConst.m_value.aByte = 127; in test_coreReflection()
360 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()
361 aConst.m_type = RT_TYPE_INT16; in test_coreReflection()
362 aConst.m_value.aShort = -10; in test_coreReflection()
366 OUString::createFromAscii("DummyFile"), RT_ACCESS_CONST, aConst); in test_coreReflection()