Home
last modified time | relevance | path

Searched refs:collector (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSecuritySAXEventKeeper.idl72 * 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 DXReferenceResolvedBroadcaster.idl46 * 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 DXSAXEventKeeper.idl45 * 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 DXReferenceResolvedListener.idl40 * collector.
45 * Notifies an element has been collected by an element collector.
47 * @param referenceId the id of the element collector
H A DXReferenceCollector.idl55 * @param id the keeper id of the element collector,
/aoo4110/main/sal/cppunittester/
H A Dcppunittester.cxx138 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 Dundefine.pm59 my ($gid, $collector) = @_;
72 push(@{$collector}, $onedefinition);
73 collect_children_dirs($onedefinition, $collector);
/aoo4110/main/solenv/bin/modules/installer/
H A Dsystemactions.pm1715 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 DWordPerfectImportFilter.cxx132 WordPerfectCollector collector(&input, &xHandler); in importImpl() local
133 collector.filter(); in importImpl()
/aoo4110/main/offapi/com/sun/star/embed/
H A DStorage.idl94 collector based languages the refcounting can be

Completed in 32 milliseconds