/trunk/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | testProperty.cxx | 269 pool->insert(ps4); in testPropertyPool() 274 pool->dump(&fl); in testPropertyPool() 279 pool->dump(&evl); in testPropertyPool() 374 pool->dump(&fl); in testComplexParagraphProperty() 379 pool->dump(&evl); in testComplexParagraphProperty() 414 iter = pool->createIterator(); in testDumpPropertyPool() 506 pool->dump(&fl); in testPropertyPoolGarbageCollection() 513 pool->dump(&fl); in testPropertyPoolGarbageCollection() 515 pool->garbageCollection(); in testPropertyPoolGarbageCollection() 520 pool->dump(&fl2); in testPropertyPoolGarbageCollection() [all …]
|
H A D | testCore.cxx | 39 PropertyPool::Pointer_t pool = createPropertyPool(); in testCreateCore() local 43 PropertyPoolHandle_Pointer_t ph = pool->insert(pb); in testCreateCore() 54 PropertyPool::Pointer_t pool = createPropertyPool(); in testInsertSibling() local 58 PropertyPoolHandle_Pointer_t ph = pool->insert(pb); in testInsertSibling() 92 PropertyPool::Pointer_t pool = createPropertyPool(); in testAppendChildren() local 96 PropertyPoolHandle_Pointer_t ph = pool->insert(pb); in testAppendChildren() 115 PropertyPool::Pointer_t pool = createPropertyPool(); in testCore() local 119 PropertyPoolHandle_Pointer_t ph = pool->insert(pb); in testCore()
|
/trunk/main/bridges/source/jni_uno/ |
H A D | nativethreadpool.cxx | 52 uno_ThreadPool pool; member 58 Pool * pool; member 149 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_attach() argument 151 uno_threadpool_attach(reinterpret_cast< Pool * >(pool)->pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_attach() 160 reinterpret_cast< Pool * >(pool)->pool, in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_enter() 174 uno_threadpool_detach(reinterpret_cast< Pool * >(pool)->pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_detach() 192 Pool * p = reinterpret_cast< Pool * >(pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() 207 p->pool, seq.getHandle(), in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() 216 uno_threadpool_dispose(reinterpret_cast< Pool * >(pool)->pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_dispose() 223 Pool * p = reinterpret_cast< Pool * >(pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_destroy() [all …]
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ |
H A D | NativeThreadPool.java | 28 pool = create(); in NativeThreadPool() 36 attach(pool); in attach() 45 detach(pool); in detach() 53 Job job = enter(pool); in enter() 72 dispose(pool); in dispose() 76 destroy(pool); in destroy() 86 private static native void attach(long pool); in attach() argument 87 private static native Job enter(long pool); in enter() argument 88 private static native void detach(long pool); in detach() argument 91 private static native void dispose(long pool); in dispose() argument [all …]
|
/trunk/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 129 static StringPool pool; in spool() local 130 pPool = &pool; in spool() 301 const StringPool & pool = spool(); in searchImplForLink() local 307 OUString key_name( pool.slash_UNO + linkName ); in searchImplForLink() 344 const StringPool & pool = spool(); in searchLinkTargetForImpl() local 757 const StringPool &pool = spool(); in deleteAllImplementations() local 762 pool.slash_UNO_slash_LOCATION ); in deleteAllImplementations() 1136 const StringPool & pool = spool(); in prepareRegistry() local 1146 pool.slash_UNO_slash_SERVICES ); in prepareRegistry() 1172 xKey = xImplKey->openKey( pool.slash_UNO ); in prepareRegistry() [all …]
|
/trunk/main/sal/workben/ |
H A D | t_random.c | 49 rtlRandomPool pool; in main() local 50 pool = rtl_random_createPool(); in main() 51 if (pool) in main() 55 rtl_random_getBytes (pool, buffer, 8); in main() 58 rtl_random_destroyPool (pool); in main()
|
/trunk/main/testgraphical/source/ |
H A D | makefile.mk | 58 DOCUMENTPOOL=$PRJ$/document-pool 72 …$(PERL) $(PERLDEBUG) compare.pl -creatortype pdf $(PREPAREONLY) -pool singletest -document eis-tes… 77 …$(PERL) $(PERLDEBUG) compare.pl -creatortype ps $(PREPAREONLY) -pool singletest -document eis-test… 87 $(PERL) $(PERLDEBUG) compare.pl $(CREATORTYPE) $(PREPAREONLY) -pool $@ $(P_SHOW) 95 …$(PERL) $(PERLDEBUG) compare.pl $(CREATORTYPE) $(PREPAREONLY) -force -pool demo -document CurrentT…
|
H A D | compare.pl | 63 our $pool; 90 "pool=s" => \$pool, 150 if ($pool) 155 $pool, 164 $err = CompareFiles($sDocumentPool, $pool);
|
/trunk/main/sal/rtl/source/ |
H A D | uuid.cxx | 104 static rtlRandomPool pool = NULL; in rtl_createUuid() local 105 if (pool == NULL) { in rtl_createUuid() 106 pool = rtl_random_createPool(); in rtl_createUuid() 107 if (pool == NULL) { in rtl_createUuid() 113 if (rtl_random_getBytes(pool, pTargetUUID, 16) != rtl_Random_E_None) { in rtl_createUuid()
|
H A D | alloc_impl.h | 258 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) argument 259 #define VALGRIND_DESTROY_MEMPOOL(pool) argument 260 #define VALGRIND_MEMPOOL_ALLOC(pool, addr, size) argument 261 #define VALGRIND_MEMPOOL_FREE(pool, addr) argument
|
/trunk/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 65 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in MacSpellChecker() local 68 [pool release]; in MacSpellChecker() 257 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in GetSpellFailure() local 280 [pool release]; in GetSpellFailure() 364 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in GetProposals() local 390 [pool release]; in GetProposals()
|
/trunk/main/fpicker/source/aqua/ |
H A D | SalAquaPicker.cxx | 80 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~SalAquaPicker() local 88 [pool release]; in ~SalAquaPicker() 163 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in run() local 212 [pool release]; in run()
|
H A D | NSURL_OOoAdditions.cxx | 33 NSAutoreleasePool *pool = [NSAutoreleasePool new]; variable 74 [pool release];
|
H A D | ControlHelper.cxx | 78 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~ControlHelper() local 103 [pool release]; in ~ControlHelper() 226 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in setLabel() local 247 [pool release]; in setLabel()
|
/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11ycomponentwrapper.mm | 64 NSAutoreleasePool * pool = [ [ NSAutoreleasePool alloc ] init ]; 71 [ pool release ]; 76 NSAutoreleasePool * pool = [ [ NSAutoreleasePool alloc ] init ]; 82 [ pool release ];
|
H A D | aqua11ywrapperscrollarea.mm | 39 NSAutoreleasePool * pool = [ [ NSAutoreleasePool alloc ] init ]; 55 [ pool release ];
|
H A D | aqua11ywrappercombobox.mm | 59 NSAutoreleasePool * pool = [ [ NSAutoreleasePool alloc ] init ]; 72 [ pool release ];
|
/trunk/main/scripting/source/inc/util/ |
H A D | scriptingconstants.hxx | 50 static ScriptingConstantsPool pool; in instance() local 51 pPool = &pool; in instance()
|
/trunk/main/reportdesign/qa/complex/reportdesign/ |
H A D | runner.props | 23 wntmsci.DOC_COMPARATOR_OUTPUT_PATH=\\\\so-gfxcmp-lin\\doc-pool\\reporttest 24 unxlngi.DOC_COMPARATOR_OUTPUT_PATH=/net/so-gfxcmp-lin/export/gfxcmp/document-pool/reporttest
|
/trunk/main/offapi/com/sun/star/logging/ |
H A D | LoggerPool.idl | 35 /** the global pool of named <type>XLogger</type> instances 40 /** the global pool of named <type>XLogger</type> instances
|
/trunk/main/extensions/source/macosx/spotlight/ |
H A D | GetMetadataForFile.m | 47 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 63 [pool release];
|
/trunk/main/comphelper/source/misc/ |
H A D | uieventslogger.cxx | 551 Reference<XLoggerPool> pool; in initializeLogger() local 555 pool = Reference<XLoggerPool>(temp, UNO_QUERY); in initializeLogger() 559 m_Logger = pool->getNamedLogger(LOGGERNAME); in initializeLogger()
|
/trunk/main/offapi/com/sun/star/util/ |
H A D | SearchFlags.idl | 103 deletion and replacement adds a weight to a common pool of 117 if the combined pool for insertions and deletions is below a
|
/trunk/main/binaryurp/source/ |
H A D | bridge.cxx | 84 rtlRandomPool pool = rtl_random_createPool(); in random() local 85 rtl_random_getBytes(pool, &n, sizeof n); in random() 86 rtl_random_destroyPool(pool); in random()
|
/trunk/main/svx/sdi/ |
H A D | fmslots.sdi | 555 // - it provides convenient methods for this. However, the "pool" is not really a 556 // "pool" - it only knows slots, if there is a shell on the dispatcher stack which
|