Home
last modified time | relevance | path

Searched refs:ENTITY (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/autodoc/source/ary/inc/store/
H A Ds_storage.hxx43 template <class ENTITY>
47 typedef Base<ENTITY> container_type;
48 typedef ary::TypedId<ENTITY> key_type;
49 typedef stg::const_iterator<ENTITY> c_iter;
50 typedef stg::iterator<ENTITY> iter;
56 const ENTITY & operator[](
58 ENTITY & operator[](
60 const ENTITY & operator[](
62 ENTITY & operator[](
67 DYN ENTITY & pass_newEntity );
[all …]
H A Ds_base.hxx48 template <class ENTITY>
53 typedef std::deque< ENTITY* > impl_type;
66 ENTITY * operator[](
70 DYN ENTITY & pass_newEntity );
71 DYN ENTITY * Set_Entity( /// @return the previous value.
73 DYN ENTITY & pass_newEntity );
92 template <class ENTITY>
93 Base<ENTITY>::Base(uintt i_nrOfReservedItems) in Base()
99 template <class ENTITY>
100 Base<ENTITY>::~Base() in ~Base()
[all …]
H A Ds_iterator.hxx48 template <class ENTITY>
49 class iterator : public std::iterator<std::forward_iterator_tag, ENTITY>
52 typedef iterator<ENTITY> self;
53 typedef typename Base<ENTITY>::impl_type impl_container;
70 ENTITY & operator*() const { csv_assert(*itImpl != 0); in operator *()
76 friend class const_iterator<ENTITY>; // For const_iterator(iterator);
88 template <class ENTITY>
90 public std::iterator<std::forward_iterator_tag, const ENTITY>
93 typedef const_iterator<ENTITY> self;
94 typedef typename Base<ENTITY>::impl_type impl_container;
[all …]
/AOO41X/main/offapi/com/sun/star/xml/sax/
H A DXDTDHandler.idl45 attributes of type "NOTATION", "ENTITY", or "ENTITIES", it can use the
/AOO41X/main/offapi/com/sun/star/rdf/
H A DURIs.idl130 /// http://www.w3.org/2001/XMLSchema-datatypes#ENTITY
/AOO41X/main/expat/
H A Dexpat-2.5.0.patch537 entityTrackingReportStats(XML_Parser rootParser, ENTITY *entity,