/aoo41x/main/sc/source/filter/excel/ |
H A D | excform8.cxx | 120 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 D | excform.cxx | 184 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 D | frmbase.cxx | 216 aPool.Reset(); in Reset()
|
/aoo41x/main/sal/qa/rtl/random/ |
H A D | rtl_random.cxx | 55 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 …]
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | lotform.cxx | 90 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 …]
|
/aoo41x/main/o3tl/qa/ |
H A D | test-vector_pool.cxx | 39 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 …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | mempool.hxx | 61 #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 …]
|
/aoo41x/main/sc/source/filter/qpro/ |
H A D | qproform.cxx | 103 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 …]
|
/aoo41x/main/cosv/source/strings/ |
H A D | streamstr.cxx | 807 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 D | analysis.cxx | 812 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/threadtest/ |
H A D | threadtest.cxx | 262 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/framework/test/ |
H A D | threadtest.cxx | 265 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/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 186 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 D | formel.hxx | 180 TokenPool aPool; // User Token + Predefined Token member in ConverterBase
|