/trunk/main/sax/source/fastparser/ |
H A D | fastparser.cxx | 186 Entity::Entity( const ParserData& rData ) : in Entity() function in sax_fastparser::Entity 194 Entity::~Entity() in ~Entity() 219 Entity& rEntity = getEntity(); in pushContext() 235 Entity& rEntity = getEntity(); in popContext() 245 Entity& rEntity = getEntity(); in DefineNamespace() 284 Entity& rEntity = getEntity(); in GetTokenWithPrefix() 312 Entity& rEntity = getEntity(); in GetTokenWithPrefix() 353 Entity& rEntity = getEntity(); in GetNamespaceURL() 367 Entity& rEntity = getEntity(); in GetNamespaceURL() 441 Entity entity( maData ); in parseStream() [all …]
|
H A D | fastparser.hxx | 75 struct Entity : public ParserData struct 89 explicit Entity( const ParserData& rData ); 90 ~Entity(); 125 inline void pushEntity( const Entity& rEntity ) { maEntities.push( rEntity ); } in pushEntity() 127 Entity& getEntity() { return maEntities.top(); } in getEntity() 155 ::std::stack< Entity > maEntities; /// Entity stack for each call of parseStream().
|
/trunk/main/autodoc/inc/ary/ |
H A D | symtreenode.hxx | 94 const entity_t & Entity() const; 109 return NODE_TRAITS::Search_(Entity(), i_localKey); in Search() 140 entity_t & Entity(); 166 Node<NODE_TRAITS>::Entity() const in Entity() function in ary::symtree::Node 186 parent = NODE_TRAITS::ParentOf_(Entity()); in Get_Parent() 224 return NODE_TRAITS::IdOf(Entity()); in Id() 231 return NODE_TRAITS::LocalNameOf_(Entity()); in Name() 310 Node<NODE_TRAITS>::Entity() in Entity() function in ary::symtree::Node
|
H A D | entity.hxx | 43 class Entity : public Object class 46 virtual ~Entity() {} in ~Entity() 54 Entity() : nId(0) {} in Entity() function in ary::Entity 62 Entity::Id() const in Id() 68 Entity::Set_Id(Rid i_nId) in Set_Id()
|
/trunk/main/sax/source/expatwrap/ |
H A D | sax_expat.cxx | 215 struct Entity struct 241 vector<struct Entity> vecEntity; 242 void pushEntity( const struct Entity &entity ) in pushEntity() 246 struct Entity &getEntity() in getEntity() 460 struct Entity entity; in parseStream() 888 struct Entity entity; in callbackExternalEntityRef()
|
/trunk/ |
H A D | LICENSE | 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 52 or by an individual or Legal Entity authorized to submit on behalf of 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/trunk/main/helpauthoring/license/ |
H A D | LICENSE | 16 "Legal Entity" shall mean the union of the acting entity and all 24 "You" (or "Your") shall mean an individual or Legal Entity 53 or by an individual or Legal Entity authorized to submit on behalf of 63 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/trunk/main/ |
H A D | LICENSE_ALv2 | 16 "Legal Entity" shall mean the union of the acting entity and all 24 "You" (or "Your") shall mean an individual or Legal Entity 53 or by an individual or Legal Entity authorized to submit on behalf of 63 "Contributor" shall mean Licensor and any individual or Legal Entity
|
H A D | LICENSE | 16 "Legal Entity" shall mean the union of the acting entity and all 24 "You" (or "Your") shall mean an individual or Legal Entity 53 or by an individual or Legal Entity authorized to submit on behalf of 63 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/trunk/main/offapi/com/sun/star/xml/dom/ |
H A D | XNamedNodeMap.idl | 83 …ng other than an Attr node into an Element's map of attributes, or a non-Entity node into the Docu… 93 …ng other than an Attr node into an Element's map of attributes, or a non-Entity node into the Docu…
|
H A D | XNode.idl | 70 <tr><th>Entity </th><td>entity name </td><td>null </td><td>null</td></tr>
|
/trunk/main/autodoc/inc/ary/loc/ |
H A D | loc_le.hxx | 45 class LocationEntity : public ::ary::Entity
|
/trunk/main/autodoc/inc/ary/cpp/ |
H A D | c_cppentity.hxx | 45 class CppEntity : public Entity
|
H A D | c_gate.hxx | 41 class Entity;
|
H A D | c_type.hxx | 58 class Type : public ::ary::Entity
|
/trunk/main/autodoc/inc/ary/idl/ |
H A D | i_ce.hxx | 54 class CodeEntity : public ary::Entity
|
H A D | i_type.hxx | 65 class Type : public ary::Entity
|
/trunk/main/autodoc/source/display/html/ |
H A D | pm_index.cxx | 263 const ary::Entity * in Write_CompleteAlphabeticalList()
|
/trunk/main/offapi/com/sun/star/configuration/backend/ |
H A D | LocalDataImporter.idl | 85 <code>LayerDataUrl</code> is treated as Entity
|
H A D | DataImporter.idl | 91 <dt><code>Entity</code> : <atom >string</atom></dt>
|
/trunk/main/tools/source/inet/ |
H A D | inetmime.cxx | 2429 enum Entity { ENTITY_JUNK, ENTITY_NON_PHRASE, in writeHeaderFieldBody() enum 2431 Entity eEntity = ENTITY_JUNK; in writeHeaderFieldBody()
|