Searched refs:atoms (Results 1 – 4 of 4) sorted by relevance
56 void AtomProvider::getAll( ::std::list< ::utl::AtomDescription >& atoms ) in getAll() argument58 atoms.clear(); in getAll()66 atoms.push_back( aDesc ); in getAll()71 void AtomProvider::getRecent( int atom, ::std::list< ::utl::AtomDescription >& atoms ) in getRecent() argument73 atoms.clear(); in getRecent()84 atoms.push_back( aDesc ); in getRecent()158 …ltiAtomProvider::getRecent( int atomClass, int atom, ::std::list< ::utl::AtomDescription >& atoms ) in getRecent() argument163 it->second->getRecent( atom, atoms ); in getRecent()165 atoms.clear(); in getRecent()185 void MultiAtomProvider::getClass( int atomClass, ::std::list< ::utl::AtomDescription >& atoms) const in getClass()[all …]
50 <p>a note on atoms:<br>61 advantage of this is that atoms in one class may be kept63 the atoms only as 16 bit values. Note that it is up to the user in this75 the descriptions for all atoms of class <code>atomClass</code>84 the descriptions for all atoms of the requested classes87 /** returns the strings for an arbitrary amount of atoms of multiple classes89 @param atoms93 the strings for the requested atoms95 sequence< string > getAtomDescriptions( [in] sequence< AtomClassRequest > atoms );98 /** returns the atoms that have been registered to a class after an[all …]
35 /** is used to describe which atoms the user wants to know about.41 /** the class of the atoms described in member42 <member>AtomClassRequest::atoms</member>.46 /** the atoms requested from class <member>AtomClassRequest::atomClass</member>.48 sequence< long > atoms;
60 void getAll( ::std::list< AtomDescription >& atoms );62 void getRecent( int atom, ::std::list< AtomDescription >& atoms );83 void getRecent( int atomClass, int atom, ::std::list< AtomDescription >& atoms );86 void getClass( int atomClass, ::std::list< AtomDescription >& atoms ) const;108 …const ::com::sun::star::uno::Sequence< ::com::sun::star::util::AtomClassRequest >& atoms ) throw();