Home
last modified time | relevance | path

Searched refs:aPool (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dexcform8.cxx119 aPool.Store( CREATE_STRING( "-/-" ) ); in Convert()
120 aPool >> aStack; in Convert()
121 rpTokArray = aPool[ aStack.Get() ]; in Convert()
150 aPool << aStack << ocAdd << nMerk0; in Convert()
151 aPool >> aStack; in Convert()
156 aPool << aStack << ocSub << nMerk0; in Convert()
157 aPool >> aStack; in Convert()
161 aPool << aStack << ocMul << nMerk0; in Convert()
162 aPool >> aStack; in Convert()
167 aPool << aStack << ocDiv << nMerk0; in Convert()
[all …]
H A Dexcform.cxx183 aPool.Store( CREATE_STRING( "Dummy()" ) ); in GetDummy()
184 aPool >> aStack; in GetDummy()
185 pErgebnis = aPool[ aStack.Get() ]; in GetDummy()
222 aPool.Store( CREATE_STRING( "-/-" ) ); in Convert()
223 aPool >> aStack; in Convert()
224 pErgebnis = aPool[ aStack.Get() ]; in Convert()
254 aPool << aStack << ocAdd << nMerk0; in Convert()
255 aPool >> aStack; in Convert()
260 aPool << aStack << ocSub << nMerk0; in Convert()
261 aPool >> aStack; in Convert()
[all …]
H A Dfrmbase.cxx216 aPool.Reset(); in Reset()
/AOO41X/main/sal/qa/rtl/random/
H A Drtl_random.cxx55 rtlRandomPool aPool = rtl_random_createPool(); in createPool_001() local
58 CPPUNIT_ASSERT_MESSAGE("create failed", aPool != NULL); in createPool_001()
60 rtl_random_destroyPool(aPool); in createPool_001()
94 rtlRandomPool aPool = rtl_random_createPool(); in destroyPool_001() local
97 CPPUNIT_ASSERT_MESSAGE("create failed", aPool != NULL); in destroyPool_001()
99 rtl_random_destroyPool(aPool); in destroyPool_001()
128 rtlRandomPool aPool = rtl_random_createPool(); in addBytes_000() local
137 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, NULL, 0); in addBytes_000()
140 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, pBuffer, nBufLen); in addBytes_000()
143 rtl_random_destroyPool(aPool); in addBytes_000()
[all …]
/AOO41X/main/sc/source/filter/lotus/
H A Dlotform.cxx88 nMerk0 = aPool.Store( eOc, String( t, eSrcChar ) ); in DoFunc()
90 aPool << nMerk0; in DoFunc()
118 nMerk0 = aPool.Store( 1900.0 ); in DoFunc()
119 aPool << ocOpen; in DoFunc()
160 aPool << eOc; in DoFunc()
162 aPool << ocOpen; in DoFunc()
176 aPool << eParam[ 1 ] << ocSep << eParam[ 0 ] << ocSep in DoFunc()
182 aPool << eParam[ nLast ]; in DoFunc()
187 aPool << ocSep << eParam[ nLauf ]; in DoFunc()
196 aPool << ocClose << ocSub << nMerk0; in DoFunc()
[all …]
/AOO41X/main/o3tl/qa/
H A Dtest-vector_pool.cxx39 vector_pool<int> aPool; in testPoolBasics() local
41 std::ptrdiff_t nIdx1 = aPool.alloc(); in testPoolBasics()
42 std::ptrdiff_t nIdx2 = aPool.alloc(); in testPoolBasics()
43 std::ptrdiff_t nIdx3 = aPool.alloc(); in testPoolBasics()
48 aPool.free(nIdx2); in testPoolBasics()
49 aPool.free(nIdx3); in testPoolBasics()
51 nIdx2 = aPool.alloc(); in testPoolBasics()
52 nIdx3 = aPool.alloc(); in testPoolBasics()
60 vector_pool<int> aPool; in testPoolValueSemantics() local
62 std::ptrdiff_t nIdx1 = aPool.store(0); in testPoolValueSemantics()
[all …]
/AOO41X/main/tools/inc/tools/
H A Dmempool.hxx61 #define IMPL_FIXEDMEMPOOL_NEW_BODY( Class, aPool ) \ argument
64 return (aPool).Alloc(); \
69 #define DECL_FIXEDMEMPOOL_NEW_INLINE( Class, aPool ) \ argument
71 IMPL_FIXEDMEMPOOL_NEW_BODY( Class, aPool )
79 #define IMPL_FIXEDMEMPOOL_DEL_BODY( Class, aPool ) \ argument
82 (aPool).Free(p); \
87 #define DECL_FIXEDMEMPOOL_DEL_INLINE( Class, aPool ) \ argument
89 IMPL_FIXEDMEMPOOL_DEL_BODY( Class, aPool )
93 static FixedMemPool aPool; \
95 DECL_FIXEDMEMPOOL_NEW_INLINE( Class, aPool ) \
[all …]
/AOO41X/main/sc/source/filter/qpro/
H A Dqproform.cxx102 nPush = aPool.Store( eOc, String( s, maIn.GetStreamCharSet() ) ); in DoFunc()
103 aPool << nPush; in DoFunc()
106 aPool << ocNoName; in DoFunc()
134 nPush = aPool.Store( 1900.0 ); in DoFunc()
135 aPool << ocOpen; in DoFunc()
143 aPool << eOc; in DoFunc()
145 aPool << ocOpen; in DoFunc()
153 aPool << eParam[ 2 ] << ocSep << eParam[ 1 ] << ocSep << eParam[ 0 ]; in DoFunc()
155aPool << eParam[ 3 ] << ocSep << eParam[ 2 ] << ocSep << eParam[ 1 ] << ocSep << eParam[ 0 ]; in DoFunc()
158 aPool << eParam[ nLast ]; in DoFunc()
[all …]
/AOO41X/main/cosv/source/strings/
H A Dstreamstr.cxx807 aPool; member in csv::StreamStrPool
816 for ( SweList< DYN StreamStr* >::iterator it = aPool.begin(); in ~StreamStrPool()
817 it != aPool.end(); in ~StreamStrPool()
833 if ( aPool_.aPool.empty() ) in AcquireFromPool_()
838 StreamStr & ret = *aPool_.aPool.front(); in AcquireFromPool_()
839 aPool_.aPool.pop_front(); in AcquireFromPool_()
849 aPool_.aPool.push_back( let_dpUsedStr ); in ReleaseToPool_()
/AOO41X/main/scaddins/source/analysis/
H A Danalysis.cxx812 static rtlRandomPool aPool = rtl_random_createPool(); in getRandbetween() local
823 rtl_random_getBytes(aPool, &nScRandomIx, sizeof(nScRandomIx)); in getRandbetween()
825 rtl_random_getBytes(aPool, &nScRandomIy, sizeof(nScRandomIy)); in getRandbetween()
827 rtl_random_getBytes(aPool, &nScRandomIz, sizeof(nScRandomIz)); in getRandbetween()
829 rtl_random_getBytes(aPool, &nScRandomIt, sizeof(nScRandomIt)); in getRandbetween()
/AOO41X/main/framework/test/
H A Dthreadtest.cxx265 rtlRandomPool aPool = rtl_random_createPool(); in getRandomValue() local
266 rtl_random_getBytes ( aPool, &nValue, 2 ); in getRandomValue()
267 rtl_random_destroyPool ( aPool ); in getRandomValue()
/AOO41X/main/framework/test/threadtest/
H A Dthreadtest.cxx262 rtlRandomPool aPool = rtl_random_createPool(); in getRandomValue() local
263 rtl_random_getBytes ( aPool, &nValue, 2 ); in getRandomValue()
264 rtl_random_destroyPool ( aPool ); in getRandomValue()
/AOO41X/main/sw/source/core/crsr/
H A Dbookmrk.cxx186 static rtlRandomPool aPool = rtl_random_createPool(); in GenerateNewName() local
193 rtl_random_getBytes(aPool, &nRandom, sizeof(nRandom)); in GenerateNewName()
/AOO41X/main/sc/source/filter/inc/
H A Dformel.hxx180 TokenPool aPool; // User Token + Predefined Token member in ConverterBase