Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dexcform8.cxx120 aPool >> aStack; in Convert()
151 aPool >> aStack; in Convert()
157 aPool >> aStack; in Convert()
162 aPool >> aStack; in Convert()
168 aPool >> aStack; in Convert()
174 aPool >> aStack; in Convert()
180 aPool >> aStack; in Convert()
186 aPool >> aStack; in Convert()
366 aPool << eOc; in Convert()
842 aPool << ocBad; in Convert()
[all …]
H A Dexcform.cxx184 aPool >> aStack; in GetDummy()
223 aPool >> aStack; in Convert()
436 aPool << eOc; in Convert()
855 aPool << ocBad; in Convert()
862 aPool << ocBad; in Convert()
1590 aPool << eId; in DoMulArgs()
1593 aPool << eId; in DoMulArgs()
1595 aPool << ocOpen; in DoMulArgs()
1650 aPool >> aStack; in DoMulArgs()
1718 aPool.Reset(); in GetBoolErr()
[all …]
H A Dfrmbase.cxx216 aPool.Reset(); in Reset()
/aoo4110/main/sal/qa/rtl/random/
H A Drtl_random.cxx55 rtlRandomPool aPool = rtl_random_createPool(); in createPool_001() local
60 rtl_random_destroyPool(aPool); in createPool_001()
94 rtlRandomPool aPool = rtl_random_createPool(); in destroyPool_001() local
99 rtl_random_destroyPool(aPool); in destroyPool_001()
143 rtl_random_destroyPool(aPool); in addBytes_000()
161 rtl_random_destroyPool(aPool); in addBytes_001()
273 rtl_random_destroyPool(aPool); in getBytes_000()
290 rtl_random_destroyPool(aPool); in getBytes_001()
311 rtl_random_destroyPool(aPool); in getBytes_002()
343 rtl_random_destroyPool(aPool); in getBytes_003()
[all …]
/aoo4110/main/sc/source/filter/lotus/
H A Dlotform.cxx90 aPool << nMerk0; in DoFunc()
119 aPool << ocOpen; in DoFunc()
160 aPool << eOc; in DoFunc()
162 aPool << ocOpen; in DoFunc()
206 aPool << nMerk1; in DoFunc()
209 aPool << ocClose; in DoFunc()
213 aPool >> aStack; in DoFunc()
218 aPool >> aStack; in DoFunc()
589 aPool << ocBad; in Convert()
594 aPool << ocBad; in Convert()
[all …]
/aoo4110/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()
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
71 aPool.free(nIdx2); in testPoolValueSemantics()
72 aPool.free(nIdx3); in testPoolValueSemantics()
74 nIdx2 = aPool.store(1); in testPoolValueSemantics()
[all …]
/aoo4110/main/tools/inc/tools/
H A Dmempool.hxx61 #define IMPL_FIXEDMEMPOOL_NEW_BODY( Class, aPool ) \ argument
64 return (aPool).Alloc(); \
71 IMPL_FIXEDMEMPOOL_NEW_BODY( Class, aPool )
82 (aPool).Free(p); \
89 IMPL_FIXEDMEMPOOL_DEL_BODY( Class, aPool )
93 static FixedMemPool aPool; \
95 DECL_FIXEDMEMPOOL_NEW_INLINE( Class, aPool ) \
96 DECL_FIXEDMEMPOOL_DEL_INLINE( Class, aPool )
106 static FixedMemPool aPool; \
114 IMPL_FIXEDMEMPOOL_NEW_BODY( Class, aPool ) \
[all …]
/aoo4110/main/sc/source/filter/qpro/
H A Dqproform.cxx103 aPool << nPush; in DoFunc()
106 aPool << ocNoName; in DoFunc()
135 aPool << ocOpen; in DoFunc()
143 aPool << eOc; in DoFunc()
145 aPool << ocOpen; in DoFunc()
172 aPool << ocClose; in DoFunc()
173 aPool >> aStack; in DoFunc()
178 aPool >> aStack; in DoFunc()
185 rParam = aPool.Store(); in IncToken()
339 aPool >> aStack; in Convert()
[all …]
/aoo4110/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_()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sc/source/filter/inc/
H A Dformel.hxx180 TokenPool aPool; // User Token + Predefined Token member in ConverterBase

Completed in 124 milliseconds