Home
last modified time | relevance | path

Searched refs:atoms (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/unotools/source/misc/
H A Datom.cxx58 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 …]
/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();
/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
89 @param atoms
93 the strings for the requested atoms
98 /** returns the atoms that have been registered to a class after an
101 <p>Hint to implementor: using ascending atoms is the easiest way
102 to decide, which atoms are recent.</p>
[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;

Completed in 26 milliseconds