Home
last modified time | relevance | path

Searched refs:atoms (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unotools/source/misc/
H A Datom.cxx56 void AtomProvider::getAll( ::std::list< ::utl::AtomDescription >& atoms ) in getAll() argument
58 atoms.clear(); in getAll()
66 atoms.push_back( aDesc ); in getAll()
71 void AtomProvider::getRecent( int atom, ::std::list< ::utl::AtomDescription >& atoms ) in getRecent() argument
73 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() argument
163 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 …]
/trunk/main/offapi/com/sun/star/util/
H A DXAtomServer.idl50 <p>a note on atoms:<br>
61 advantage of this is that atoms in one class may be kept
63 the atoms only as 16 bit values. Note that it is up to the user in this
75 the descriptions for all atoms of class <code>atomClass</code>
84 the descriptions for all atoms of the requested classes
87 /** returns the strings for an arbitrary amount of atoms of multiple classes
89 @param atoms
93 the strings for the requested atoms
95 sequence< string > getAtomDescriptions( [in] sequence< AtomClassRequest > atoms );
98 /** returns the atoms that have been registered to a class after an
[all …]
H A DAtomClassRequest.idl35 /** is used to describe which atoms the user wants to know about.
41 /** the class of the atoms described in member
42 <member>AtomClassRequest::atoms</member>.
46 /** the atoms requested from class <member>AtomClassRequest::atomClass</member>.
48 sequence< long > atoms;
/trunk/main/unotools/inc/unotools/
H A Datom.hxx60 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();