Searched refs:atoms (Results 1 – 4 of 4) sorted by relevance
58 atoms.clear(); in getAll()66 atoms.push_back( aDesc ); in getAll()73 atoms.clear(); in getRecent()84 atoms.push_back( aDesc ); in getRecent()163 it->second->getRecent( atom, atoms ); in getRecent()165 atoms.clear(); in getRecent()190 it->second->getAll( atoms ); in getClass()192 atoms.clear(); in getClass()244 atoms.pop_back(); in getClass()262 atoms.pop_back(); in getRecentAtoms()[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 classes89 @param atoms93 the strings for the requested atoms98 /** returns the atoms that have been registered to a class after an101 <p>Hint to implementor: using ascending atoms is the easiest way102 to decide, which atoms are recent.</p>[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();
Completed in 13 milliseconds