| /AOO41X/main/offapi/com/sun/star/configuration/backend/ |
| H A D | XBackendEntities.idl | 57 provides the entity id of the owner entity of the backend. 60 an entity identifier for the owner entity. 61 <p> The owner entity is the default entity for the backend. 62 For normal configuration data access the owner entity 74 provides the entity id of an entity for general administrative access. 76 <p> The admin entity is an entity that should be used to 82 an entity identifier for the admin entity or 83 an empty string, if there is no entity that can be used for 92 determines, if a given entity id exists in this backend. 95 The name of an entity. [all …]
|
| H A D | XBackend.idl | 65 <p> There is an implied owner entity associated to the object 66 when it is created. This entity should be used for normal data access. 81 entity for a component. 89 the current entity 106 creates an update handler for the owner entity 114 component data for the current entity 135 retrieves the layers associated to an entity for a component. 141 entity whose data will be accessed 146 with the entity. 150 or if the entity doesn't exist. [all …]
|
| H A D | XMultiLayerStratum.idl | 77 merged to determine data of a component for an entity 84 The name of an entity on behalf of which data will be accessed. 93 and the entity's own data is last. 98 if the entity doesn't exist. 117 to update data of a component on behalf of an entity. 121 component and entity. 128 The name of an entity on behalf of which data will be accessed. 136 if the entity doesn't exist.
|
| H A D | XLayerImporter.idl | 92 <p>This method imports data for the current entity of the backend.</p> 120 /** Imports the layer given into the backend for a given entity. 122 <p>This method imports data for the current entity of the backend.</p> 128 a entity into whose data the layer will be imported 139 or if the entity doesn't exist in the backend.
|
| H A D | SingleBackend.idl | 59 hierarchy corresponds to a layer that applies to an entity. 62 associated to a single entity.
|
| H A D | Backend.idl | 58 hierarchy corresponds to a layer that applies to an entity. 61 associated to a single entity.
|
| /AOO41X/main/sax/source/expatwrap/ |
| H A D | sax_expat.cxx | 242 void pushEntity( const struct Entity &entity ) in pushEntity() argument 243 { vecEntity.push_back( entity ); } in pushEntity() 460 struct Entity entity; in parseStream() local 461 entity.structSource = structSource; in parseStream() 463 if( ! entity.structSource.aInputStream.is() ) in parseStream() 469 entity.converter.setInputStream( entity.structSource.aInputStream ); in parseStream() 470 if( entity.structSource.sEncoding.getLength() ) in parseStream() 472 entity.converter.setEncoding( in parseStream() 473 OUStringToOString( entity.structSource.sEncoding , RTL_TEXTENCODING_ASCII_US ) ); in parseStream() 477 entity.pParser = XML_ParserCreate( 0 ); in parseStream() [all …]
|
| /AOO41X/main/sax/source/fastparser/ |
| H A D | fastparser.cxx | 441 Entity entity( maData ); in parseStream() local 442 entity.maStructSource = maStructSource; in parseStream() 444 if( !entity.maStructSource.aInputStream.is() ) in parseStream() 447 entity.maConverter.setInputStream( entity.maStructSource.aInputStream ); in parseStream() 448 if( entity.maStructSource.sEncoding.getLength() ) in parseStream() 449 …entity.maConverter.setEncoding( OUStringToOString( entity.maStructSource.sEncoding, RTL_TEXTENCODI… in parseStream() 452 entity.mpParser = XML_ParserCreate( 0 ); in parseStream() 453 if( !entity.mpParser ) in parseStream() 457 XML_SetUserData( entity.mpParser, this ); in parseStream() 458 XML_SetElementHandler( entity.mpParser, call_callbackStartElement, call_callbackEndElement ); in parseStream() [all …]
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
| H A D | XMLPackageDescription.java | 67 XMLPackageDescription entity = (XMLPackageDescription) stack.peek(); in characters() local 68 entity.value = entity.value == null ? new String(ch, start, length) in characters() 69 : entity.value + new String(ch, start, length); in characters() 79 XMLPackageDescription entity = new XMLPackageDescription(); in startElement() local 81 entity.key = qName; in startElement() 83 entity.attributes.put(attributes.getQName(i), attributes.getValue(i)); in startElement() 86 parent.add(entity); in startElement() 87 stack.push(entity); in startElement()
|
| /AOO41X/main/l10ntools/java/jpropex/java/ |
| H A D | SdfData.java | 68 SdfEntity entity; in read() local 74 entity = new SdfEntity( line ); in read() 75 ohm.add( entity.getId() , entity ); // test if is valid in read() local 76 languagesFound.add( entity.getLangid() ); in read()
|
| /AOO41X/main/udkapi/com/sun/star/reflection/ |
| H A D | XTypeDescription.idl | 41 /** Reflects a UNOIDL entity. 59 /** Returns the type class of the reflected UNOIDL entity. 62 type class of the entity 66 /** Returns the fully qualified name of the UNOIDL entity. 69 fully qualified name of the entity
|
| H A D | XPublished.idl | 32 Reflects the “published” status of a UNOIDL entity. 69 represents any such entity, 90 represents any such entity, 99 Returns the “published” status of a UNOIDL entity. 101 @return <TRUE/> if the UNOIDL entity represented by this object is
|
| /AOO41X/main/l10ntools/scripts/tool/ |
| H A D | sdf.py | 58 entity = SdfEntity() 59 entity.set_properties(line) 60 self._dict[entity.get_id()] = entity 61 self._languages_found.append(entity.langid)
|
| /AOO41X/main/offapi/com/sun/star/xml/dom/ |
| H A D | XEntity.idl | 36 For unparsed entities, the name of the notation for the entity. 41 The public identifier associated with the entity, if specified. 46 The system identifier associated with the entity, if specified.
|
| H A D | XNode.idl | 70 <tr><th>Entity </th><td>entity name </td><td>null </td><td>null</td></tr> 71 <tr><th>EntityReference </th><td>name of entity referenced </td><td>null </td><td>nu… 219 entity references) separates Text nodes, i.e., there are neither adjacent
|
| /AOO41X/main/helpauthoring/license/ |
| H A D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 16 "Legal Entity" shall mean the union of the acting entity and all 18 control with that entity. For the purposes of this definition, 20 direction or management of such entity, whether by contract or 22 outstanding shares, or (iii) beneficial ownership of such entity. 83 institute patent litigation against any entity (including a
|
| /AOO41X/main/ |
| H A D | LICENSE_ALv2 | 13 "Licensor" shall mean the copyright owner or entity authorized by 16 "Legal Entity" shall mean the union of the acting entity and all 18 control with that entity. For the purposes of this definition, 20 direction or management of such entity, whether by contract or 22 outstanding shares, or (iii) beneficial ownership of such entity. 83 institute patent litigation against any entity (including a
|
| H A D | LICENSE_category_b | 37 1.1. "Contributor" means each entity that creates or contributes to 55 1.6. "Initial Developer" means the individual or entity identified 97 1.12. "You" (or "Your") means an individual or a legal entity 100 For legal entities, "You" includes any entity which controls, is 103 to cause the direction or management of such entity, whether by 106 entity. 432 or an entity chartered or registered to do business in the United 608 means each individual or legal entity that creates, contributes to 677 means an individual or a legal entity exercising rights under this 678 License. For legal entities, "You" includes any entity that [all …]
|
| /AOO41X/main/offapi/com/sun/star/configuration/ |
| H A D | AdministrationProvider.idl | 108 in parameter <var>aArguments</var> specify the administrative entity for which 126 all its decendants. The administrative entity is the default for the 127 <type>AdministrationProvider</type>. Usually this is the largest entity 132 <p>Other arguments can be used to select a more specific entity and to control
|
| /AOO41X/main/offapi/com/sun/star/xml/sax/ |
| H A D | XEntityResolver.idl | 53 <type>InputSource</type> for the external entity. 57 parser seeks for the entity using its default behaviour.
|
| H A D | XDTDHandler.idl | 46 information that it obtained through this interface to find the entity 62 /** receives notification of an unparsed entity declaration event.
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | DomExport.cxx | 81 virtual void entity( const Reference<XEntity>& ) {} in entity() function in DomVisitor 119 rVisitor.entity( Reference<XEntity>( xNode, UNO_QUERY_THROW ) ); in visitNode()
|
| /AOO41X/main/expat/ |
| H A D | expat-2.5.0.patch | 153 /* Define to make parameter entity parsing functionality available. */ 537 entityTrackingReportStats(XML_Parser rootParser, ENTITY *entity, 548 - const char *const entityName = entity->name; 549 + entityName = entity->name;
|
| /AOO41X/main/unoxml/ |
| H A D | Library_unoxml.mk | 60 unoxml/source/dom/entity \
|
| /AOO41X/main/offapi/com/sun/star/frame/ |
| H A D | XTitle.idl | 39 /** an interface representing an entity with a modifyable title.
|