| /trunk/main/offapi/com/sun/star/frame/ | 
| H A D | XLayoutManager.idl | 76     Currently the following user interface element types are defined:82         <li><b>toolbar</b>A configurable user interface element a tool
 86         <li><b>floater</b>A basic user interface element representing a
 167     /** creates a new user interface element.
 176     /** destroys a user interface element.
 233     /** shows a user interface element.
 245     /** hides a user interface element.
 290     /** forces a window based user interface element to float.
 327     /** sets a new size for a window based user interface element.
 437 …the size in pixel of the user interface element. A non-window based user interface element provide…
 [all …]
 
 | 
| /trunk/main/oox/source/export/ | 
| H A D | preset-definitions-to-shape-types.pl | 767     my ( $element, %attr ) = @_;769     push @levels, $element;
 774         $shape_name = $element;
 815     elsif ( $element eq "avLst" ) {
 818     elsif ( $element eq "gdLst" ) {
 824     elsif ( $element eq "rect" ) {
 900         if ( $element eq "gd" ) {
 941         if ( $element eq "gd" ) {
 967         if ( $element eq "pos" ) {
 976     my ( $element ) = @_;
 [all …]
 
 | 
| /trunk/main/helpcontent2/source/auxiliary/ | 
| H A D | index.xsl | 52   </index:element>58   </index:element>
 64   </index:element>
 70   </index:element>
 76   </index:element>
 82   </index:element>
 88   </index:element>
 94   </index:element>
 100   </index:element>
 106   </index:element>
 [all …]
 
 | 
| /trunk/main/offapi/com/sun/star/xml/crypto/sax/ | 
| H A D | XSAXEventKeeper.idl | 45  * There are two kinds of element mark, one is element collector, which is52 	 * Adds a new element collector on the next element in the SAX event
 60 	 * Removes an element collector.
 91 	 * Gets the element of an element mark.
 93 	 * @param id   the keeper id of the element mark, it can be a element
 99 	 * Sets the element of an element mark.
 102 	 * can restore the link between an element mark and its working element.
 105 	 * @param aElement   the new element for this element mark.
 130 	 * Gets the element which current blocking happens.
 132 	 * This element is the working element of the first blocker in tree order.
 [all …]
 
 | 
| H A D | XSecuritySAXEventKeeper.idl | 49 	 * Adds a new element collector on the next element in the SAX event52 	 * @param priority                       the priority of the element collector. See
 54 	 * @param modifyElement                  a flag representing whether the element
 56 	 *                                       element after notification
 57 	 * @return                               the keeper id of the new element collector
 64 	 * Clones an element collector.
 66 	 * @param referenceId                    the keeper id of the element collector to
 68 	 * @param priority                       the priority of new element collector. See
 70 	 * @return                               the keeper id of the new element collector
 77 	 * Sets security id for an element mark.
 [all …]
 
 | 
| /trunk/main/offapi/com/sun/star/xml/wrapper/ | 
| H A D | XXMLDocumentWrapper.idl | 55 	 * Gets the current element.62 	 * Sets the current element.
 67 	 * @param element   the new current element
 72 	 * Removes the current element.
 74 	 * When the current element is removed, then its parent element becomes
 75 	 * the new current element.
 80 	 * Checks whether an element is the current element.
 82 	 * @param node   the element to be checked
 97 	 * Gets the name of the element.
 100 	 * @return       the name of the element
 [all …]
 
 | 
| /trunk/main/offapi/com/sun/star/animations/ | 
| H A D | XAnimationNode.idl | 58                 element begin. The element begin is defined relative to the time that the event61                 external event to the element.</li>
 78 …<li><void/> the simple duration for the element is defined to be the implicit duration of the elem…
 93                 element end. The element end is defined relative to the time that the event
 96                 external event to the element.</li>
 161         state of the element.
 181 …      element. If there is no parent element, the value is <const>AnimationFill::AUTO</const>.</li>
 189     /**	defines the restart behaviour of this element.
 209     /** defines the acceleration for this element.
 223     /** defines the deceleration for this element.
 [all …]
 
 | 
| H A D | AnimationFill.idl | 40 …/**  The fill behavior for the element is determined by the value of the <member>XTiming::FillDefa…42 		 If the application of fillDefault to an element would result in the element having a value
 43 		 of fill that is not allowed on that element, the element will instead have a fill value of
 50 …of the parent element. If there is no parent element, the value is <const>AnimationFill::AUTO</con…
 55 …/** Specifies that the element will not extend past the end of the last instance of the simple dur…
 58 …element will extend past the end of the last instance of the simple duration by "freezing" the ele…
 61 …/** Setting this to "hold" has the same effect as setting to "freeze", except that the element is …
 64 …element is removed at the end of the transition. This value is only allowed on elements with media…
 67 …/** The fill behavior for this element depends on whether the element specifies any of the attribu…
 69 …ration, end, repeatCount or repeatDuration are specified on the element, then the element will hav…
 [all …]
 
 | 
| /trunk/main/offapi/com/sun/star/ui/ | 
| H A D | XUIElementFactory.idl | 53     User interface element factories must be registered at a56     Currently the following user interface element types are defined:
 58         <li><b>menubar</b>A configurable user interface element.</li>
 59         <li><b>popupmenu</b>A configurable user interface element.</li>
 60         <li><b>toolbar</b>A configurable user interface element.</li>
 61         <li><b>statusbar</b>A configurable user interface element.</li>
 62         <li><b>floater</b>A basic user interface element.</li>
 71     /** creates a new instances of a specific user interface element.
 82             element.
 90                     create a configurable user interface element the frame
 [all …]
 
 | 
| H A D | XUIElementFactoryRegistration.idl | 53 /** is used to query, register and deregister user interface element factories.56     A user interface element factory is registered for a set of three properties.
 63     element within OpenOffice.
 65     Currently the following user interface element types are defined:
 84             user interface element factory.<br/>
 89                 element which this factory can create.</li>
 118     /** function to register a user interface element factory.
 132             user interface element is needed.
 144     /** function to remove a previously defined user interface element factory.
 158             user interface element should be deregistered.
 [all …]
 
 | 
| H A D | XUIConfigurationManager.idl | 92             of user interface elements. If all user interface element105                 the user interface element.</li>
 119             an empty user interface element settings data container, which
 124     /** determines if the settings of a user interface element is part the
 128             a resource URL which identifies the user interface element. A
 138     /** retrieves the settings of a user interface element.
 141             a resource URL which identifies the user interface element. A
 152             settings data of an existing user interface element, which
 166             a resource URL which identifies the user interface element to
 188     /** removes the settings of an existing user interface element.
 [all …]
 
 | 
| /trunk/main/salhelper/inc/salhelper/ | 
| H A D | queue.hxx | 72 		push_back (element);  in put()77 		element_type element;  in get()  local
 82 			element = this->front();  in get()
 86 		return (element);  in get()
 118 		QueueBase<element_type>::put (element);  in put()
 124 		element_type element;  in get()  local
 129 		return (element);  in get()
 164 		Queue<element_type>::put (element);  in put()
 169 		element_type element;  in get()  local
 171 		element = Queue<element_type>::get();  in get()
 [all …]
 
 | 
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ | 
| H A D | TableCellLayoutController.java | 62             final Element element,  in computeAttributes()  argument66 …  final AttributeMap attributeMap = new AttributeMap(super.computeAttributes(fc, element, target));  in computeAttributes()
 103         final FormattedTextElement element = findFormattedTextElement(cell);  in computeValue()  local
 104         if (element == null)  in computeValue()
 108         final Expression dc = element.getDisplayCondition();  in computeValue()
 111 …        final Object o = LayoutControllerUtil.evaluateExpression(getFlowController(), element, dc);  in computeValue()
 119         return FormatValueUtility.computeDataFlag(element, getFlowController());  in computeValue()
 158                 final ReportElement element = (ReportElement) child;  in getDisplayStyleName()  local
 159                 if (element.getFormatConditionCount() > 0)  in getDisplayStyleName()
 161                     final Expression displayCond = element.getDisplayCondition();  in getDisplayStyleName()
 [all …]
 
 | 
| /trunk/main/offapi/com/sun/star/embed/ | 
| H A D | XStorage.idl | 100 		a child element by445 			the name of the element to check
 449 			<FALSE/> - the element is a storage
 452 			there is no element with such name
 476 			the name of the element to check
 480 			<FALSE/> - the element is a stream
 483 			there is no element with such name
 498 	/** removes an element from a storage.
 501 			the name of the element to remove
 510 			there is no element with such name
 [all …]
 
 | 
| /trunk/main/offapi/com/sun/star/ui/dialogs/ | 
| H A D | XFilePickerControlAccess.idl | 51 	Identifies the element which value is to be set.72 /** Get the value of an additional element within a FilePicker
 75 	Identifies the element for which value is requested.
 83 	The value of the specified element. If the specified control
 86 	If the specified element doesn't exist or the specified element
 97 /** Set the label of the specified element. If the specified element
 101 	Identifies the element for which the label should be set.
 112 /** Returns the label of the specified element.
 118 	The label of the specified element or an empty string if
 119 	the specified element has no or supports no label or the
 [all …]
 
 | 
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ | 
| H A D | SubDocumentReadHandler.java | 46     private final ObjectOleElement element;  field in SubDocumentReadHandler49     public SubDocumentReadHandler(final ObjectOleElement element)  in SubDocumentReadHandler()  argument
 51         this.element = element;  in SubDocumentReadHandler()
 54     public SubDocumentReadHandler(final Section section, final ObjectOleElement element)  in SubDocumentReadHandler()  argument
 57         this.element = element;  in SubDocumentReadHandler()
 103                 return new ReportElementReadHandler(element);  in getHandlerForChild()
 107                 return new MasterDetailReadHandler(element);  in getHandlerForChild()
 115                 readHandler = new ObjectOleReadHandler(element);  in getHandlerForChild()
 119                 readHandler = new SubDocumentReadHandler(new Section(), element);  in getHandlerForChild()
 
 | 
| H A D | MasterDetailReadHandler.java | 43     private final ObjectOleElement element;  field in MasterDetailReadHandler46     public MasterDetailReadHandler(final ObjectOleElement element)  in MasterDetailReadHandler()  argument
 48         this.element = element;  in MasterDetailReadHandler()
 52     public MasterDetailReadHandler(final ObjectOleElement element, final boolean parseMasterDetail)  in MasterDetailReadHandler()  argument
 54         this.element = element;  in MasterDetailReadHandler()
 73                 element.addMasterDetailFields(master, detail);  in startParsing()
 95             return new MasterDetailReadHandler(element, true);  in getHandlerForChild()
 103         return element;  in getElement()
 
 | 
| H A D | ReportElementReadHandler.java | 41     private final ReportElement element;  field in ReportElementReadHandler43     public ReportElementReadHandler(final ReportElement element)  in ReportElementReadHandler()  argument
 45         if (element == null)  in ReportElementReadHandler()
 50         this.element = element;  in ReportElementReadHandler()
 55         return element;  in getElement()
 69         element.setPrintWhenGroupChanges(OfficeToken.TRUE.equals(printWhenGroupChanges));  in startParsing()
 71 …element.setPrintRepeatedValues(printRepeatingValues == null || OfficeToken.TRUE.equals(printRepeat…  in startParsing()
 93             return new ConditionalPrintExpressionReadHandler(element);  in getHandlerForChild()
 97             return new FormatConditionReadHandler(element);  in getHandlerForChild()
 
 | 
| /trunk/main/offapi/com/sun/star/xml/sax/ | 
| H A D | XFastContextHandler.idl | 58 	/** receives notification of the beginning of an element .64 			If the element has a namespace that was registered with the
 72 			from the element.
 83 			contains the namespace url (not the prefix!) of this element.
 88 			from the element.
 95 	/** receives notification of the end of an known element.
 103 	/** receives notification of the end of an kown element.
 117 			<br>If the element has a namespace that was registered with the
 125 			from the element.
 135 			contains the namespace url (not the prefix!) of this element.
 [all …]
 
 | 
| H A D | XFastSerializer.idl | 73 	/** receives notification of the beginning of an element .79 			If the element has a namespace that was registered with the
 87 			from the element.
 98 			contains the namespace url (not the prefix!) of this element.
 103 			from the element.
 110 	/** receives notification of the end of an known element.
 118 	/** receives notification of the end of an known element.
 132 			If the element has a namespace that was registered with the
 140 			from the element.
 151 			contains the namespace url (not the prefix!) of this element.
 [all …]
 
 | 
| /trunk/main/offapi/com/sun/star/xml/input/ | 
| H A D | XElement.idl | 32 /** Capsule around an XML element.45     /** Gets the localname of this element.
 48                 localname of this element
 52     /** Gets the namespace uid of this element.
 55                 namespace uid of this element
 59     /** Gets the attributes of this element.
 62                 attributes of this element
 66     /** Called upon each occurring child element.
 69                namespace uid of element
 71                localname of element
 [all …]
 
 | 
| /trunk/main/writerfilter/source/ooxml/ | 
| H A D | README.efforts | 39 contains a top level element <stage1>. <stage1> contains an element47 - For every <element>/<attribute> an entry in an according element in <analyze> is genereated. Thes…
 74 element. The are inserted in the same order as found in the
 75 code. Therefore a <status> element corresponds to the group of
 82 <status> element a <qnames> element is generated that contains the
 83 <qname> elements that the <status> element refers to, plus the
 84 <status> element.
 88 This stage associates the <attribute> and <element> elements in
 135 3.1. Choose which <attribute>/<element> elements need effort
 141 - The <attribute>/<element> is not handled in any file.
 [all …]
 
 | 
| H A D | OOXMLFastContextHandler.cxx | 723     debug_logger->element("contexthandler.endField");  in endField()761     debug_logger->element("contexthandler.pgNum");  in pgNum()
 770     debug_logger->element("contexthandler.tab");  in tab()
 779     debug_logger->element("contexthandler.cr");  in cr()
 1339     debug_logger->element("handleComment");  in handleComment()
 1349     debug_logger->element("handlePicture");  in handlePicture()
 1359     debug_logger->element("handleBreak");  in handleBreak()
 1369     debug_logger->element("handleOLE");  in handleOLE()
 1486     debug_logger->element("setDefaultBooleanValue");  in setDefaultBooleanValue()
 1512     debug_logger->element("setDefaultHexValue");  in setDefaultHexValue()
 [all …]
 
 | 
| /trunk/main/offapi/com/sun/star/configuration/ | 
| H A D | ConfigurationAccess.idl | 63  access to information about this element and its context.93 		configuration schema. Here each element may be of a different
 107 		An object may be an element of a <em>set</em> or a <em>group</em>
 108 		or else it may be the root element.
 185 		<li><type>SetAccess</type> if this element is a <em>Set</em>.</li>
 200 		<li><type>AccessRootElement</type> if this element is the
 206 		<li><type>GroupElement</type> if this element is a child of a
 221 	 if this element is a <em>Group</em>.
 228 	 if this element is the <em>Root</em> of the whole hierarchy.
 240 	 if this element may be contained in a <em>Set</em>.
 [all …]
 
 | 
| /trunk/main/redland/raptor/ | 
| H A D | raptor2-2.0.15.patch.nspace | 23 -  /* max is 1 per element and 1 for each attribute + size of declared */25 -    int nspace_max_count = element->attribute_count+1;
 26 +    int nspace_max_count = element->attribute_count * 2; /* attr and value */
 27 +    if(element->name->nspace)
 29      if(element->declared_nspaces)
 30        nspace_max_count += raptor_sequence_size(element->declared_nspaces);
 31      if(element->xml_language)
 36 -            if(nspace_declarations[j].nspace == element->attributes[j]->nspace) {
 37 +            if(nspace_declarations[j].nspace == element->attributes[i]->nspace) {
 48          raptor_qname_format_as_xml(element->attributes[i],
 
 |