Searched refs:collector (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/offapi/com/sun/star/xml/crypto/sax/ |
H A D | XSecuritySAXEventKeeper.idl | 72 * type represents a element collector. 89 * Adds a new element collector on the next element in the SAX event 92 * @param priority the priority of the element collector. See 95 * collector will modify the content of its 97 * @return the keeper id of the new element collector 104 * Clones an element collector. 106 * @param referenceId the keeper id of the element collector to 108 * @param priority the priority of new element collector. See 110 * @return the keeper id of the new element collector 119 * @param id the keeper id of the element collector to be set
|
H A D | XReferenceResolvedBroadcaster.idl | 46 * Adds a new reference resolved listener for a element collector. 48 * When the element collector has completely collected that element, 51 * @param referenceId the id of the element collector for which 60 * Removes a listener from a element collector. 65 * @param referenceId the id of the element collector from which
|
H A D | XSAXEventKeeper.idl | 45 * There are two kinds of element mark, one is element collector, which is 52 * Adds a new element collector on the next element in the SAX event 55 * @return the keeper id of the new element collector 60 * Removes an element collector. 62 * @param id the keeper id of the element collector to be removed 94 * collector or a blocker
|
H A D | XReferenceResolvedListener.idl | 40 * collector. 45 * Notifies an element has been collected by an element collector. 47 * @param referenceId the id of the element collector
|
H A D | XReferenceCollector.idl | 55 * @param id the keeper id of the element collector,
|
/aoo4110/main/sal/cppunittester/ |
H A D | cppunittester.cxx | 138 CppUnit::TestResultCollector collector; in SAL_IMPLEMENT_MAIN() local 139 result.addListener(&collector); in SAL_IMPLEMENT_MAIN() 141 CppUnit::CompilerOutputter(&collector, CppUnit::stdCErr()).write(); in SAL_IMPLEMENT_MAIN() 142 bSuccess = collector.wasSuccessful(); in SAL_IMPLEMENT_MAIN()
|
/aoo4110/main/solenv/bin/modules/par2script/ |
H A D | undefine.pm | 59 my ($gid, $collector) = @_; 72 push(@{$collector}, $onedefinition); 73 collect_children_dirs($onedefinition, $collector);
|
/aoo4110/main/solenv/bin/modules/installer/ |
H A D | systemactions.pm | 1715 my ( $currentdir, $pathstring, $collector ) = @_; 1727 my $start_count = scalar @$collector; 1748 push(@{$collector}, $content); 1752 my $count = scalar @$collector - $start_count;
|
/aoo4110/main/writerperfect/source/wpdimp/ |
H A D | WordPerfectImportFilter.cxx | 132 WordPerfectCollector collector(&input, &xHandler); in importImpl() local 133 collector.filter(); in importImpl()
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | Storage.idl | 94 collector based languages the refcounting can be
|
Completed in 24 milliseconds