Home
last modified time | relevance | path

Searched refs:element (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/AOO41X/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl69 Every user interface element which is controlled by a layout manager has
76 Currently the following user interface element types are defined:
78 <li><b>menubar</b>A configurable user interface element representing
80 <li><b>popupmenu</b>A configurable user interface element representing
82 <li><b>toolbar</b>A configurable user interface element a tool
84 <li><b>statusbar</b>A configurable user interfave element representing
86 <li><b>floater</b>A basic user interface element representing a
167 /** creates a new user interface element.
170 … specifies which user interface element should be created. A resourcce URL must meet the following
176 /** destroys a user interface element.
[all …]
/AOO41X/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl767 my ( $element, %attr ) = @_;
769 push @levels, $element;
774 $shape_name = $element;
812 elsif ( $element eq "pathLst" ) {
815 elsif ( $element eq "avLst" ) {
818 elsif ( $element eq "gdLst" ) {
821 elsif ( $element eq "ahLst" ) {
824 elsif ( $element eq "rect" ) {
829 if ( $element eq "path" ) {
835 elsif ( $element eq "moveTo" ) {
[all …]
/AOO41X/main/helpcontent2/source/auxiliary/
H A Dindex.xsl50 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer">
52 </index:element>
56 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer">
58 </index:element>
62 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer">
64 </index:element>
68 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer">
70 </index:element>
74 <index:element index:tokenizer="com.sun.xmlsearch.util.SimpleTokenizer">
76 </index:element>
[all …]
/AOO41X/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSAXEventKeeper.idl43 * This interface is used to manipulate element marks in a SAX event stream.
45 * There are two kinds of element mark, one is element collector, which is
46 * used to collect a particular element from the SAX event stream; the other
52 * Adds a new element collector on the next element in the SAX event
55 * @return the keeper id of the new element collector
60 * Removes an element collector.
62 * @param id the keeper id of the element collector to be removed
67 * Adds a new blocker on the next element in the SAX event stream.
69 * No SAX event starting from the next element will be forwarded until
91 * Gets the element of an element mark.
[all …]
H A DXSecuritySAXEventKeeper.idl46 * Defines priority for the element mark's notification.
58 * So an element mark with PRI_BEFOREMODIFY will be handled first,
69 * Defines types of element mark.
72 * type represents a element collector.
89 * Adds a new element collector on the next element in the SAX event
92 * @param priority the priority of the element collector. See
94 * @param modifyElement a flag representing whether the element
96 * element after notification
97 * @return the keeper id of the new element collector
104 * Clones an element collector.
[all …]
/AOO41X/main/offapi/com/sun/star/xml/wrapper/
H A DXXMLDocumentWrapper.idl55 * Gets the current element.
57 * @return the current element in the SAX event stream
62 * Sets the current element.
64 * When the current element is replaced outside of this interface, then
65 * uses this method can update the current element pointer.
67 * @param element the new current element
69 void setCurrentElement([in] XXMLElementWrapper element);
72 * Removes the current element.
74 * When the current element is removed, then its parent element becomes
75 * the new current element.
[all …]
/AOO41X/main/offapi/com/sun/star/animations/
H A DXAnimationNode.idl50 /** a sequnece of values that define the begining of this element
54 …<li><atom>double</atom> describes the element begin as an offset in seconds from an implicit syncb…
55 … The definition of the implicit syncbase depends upon the element's parent time container.
58 element begin. The element begin is defined relative to the time that the event
60 <li><const>Timing::INDEFINITE</const> the begin of the element will be determined by an
61 external event to the element.</li>
63 one begin value is defined for this element.</li>
64 <li><void/> if no begin behaviour is defined for this element.</li>
78 …<li><void/> the simple duration for the element is defined to be the implicit duration of the elem…
85 /** a sequnece of values that define the ending of this element
[all …]
H A DAnimationFill.idl40 …/** 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…
58element 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 …
64element 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 …]
/AOO41X/main/offapi/com/sun/star/ui/
H A DXUIElementFactory.idl49 /** specifies a user interface element factory that can create and initialize
53 User interface element factories must be registered at a
56 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.
74 specifies which unique user interface element should be created
[all …]
H A DXUIElementFactoryRegistration.idl53 /** 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.
58 <li><b>Type</b>a string that identifies a type of a user interface element.</li>
59 … <li><b>Name</b>a string that identifies a single user interface element within a type class.</li>
63 element within OpenOffice.
65 Currently the following user interface element types are defined:
80 /** function to retrieve a list of all registered user interface element factories
84 user interface element factory.<br/>
89 element which this factory can create.</li>
91 element within a type class which this factory can create. If this property is not
[all …]
H A DXUIConfigurationManager.idl92 of user interface elements. If all user interface element
102 are defined inside the sequence for every user interface element.
105 the user interface element.</li>
107 user interface element. Not all user interface elements have
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
[all …]
H A DConfigurableUIElement.idl61 /** specifies a configurable user interface element that supports persistence.
79 interface element.
82 A configurable user interface element must be initialized using
89 element instance is bound to.</li>
93 A user interface element factory creates and initializes every user interface element
100 /** provides functions to retrieve and change the user interface element structure data and to
105 /** specifies if the user interface element stores changes of its structure to its creator
109 /** specifies the configuration source of this user interface element.
113 the user interface element are written back to configuration source. When this property is
115 the user interface element tries to retrieve its settings from the new user interface
/AOO41X/main/salhelper/inc/salhelper/
H A Dqueue.hxx69 inline void put (const element_type& element) in put() argument
72 push_back (element); in put()
77 element_type element; in get() local
82 element = this->front(); in get()
86 return (element); in get()
116 inline void put (const element_type& element) in put() argument
118 QueueBase<element_type>::put (element); in put()
124 element_type element; in get() local
127 element = QueueBase<element_type>::get(); in get()
129 return (element); in get()
[all …]
/AOO41X/main/oovbaapi/genconstidl/
H A Dapi-to-idl.pl54 my $element = $element_attr[0];
56 if ( $element eq "element" ) {
64 elsif ( $state eq "constant" && $element eq "source" ) {
70 elsif ( $state eq "source" && $element eq "name" ) {
73 elsif ( $state eq "source" && $element eq "value" ) {
80 my ($element) = @_;
82 if ( $state eq "name" && $element eq "name" ) {
85 elsif ( $state eq "value" && $element eq "value" ) {
88 elsif ( $state ne "" && $element eq "element" ) {
190 my $element = $ends[0];
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DTableCellLayoutController.java62 final Element element, in computeAttributes() argument
66 … final AttributeMap attributeMap = new AttributeMap(super.computeAttributes(fc, element, target)); in computeAttributes()
68 …Namespaces.TABLE_NS, OfficeToken.STYLE_NAME, getDisplayStyleName((Section) element, definedStyle)); 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()
[all …]
/AOO41X/main/offapi/com/sun/star/embed/
H A DXStorage.idl95 /** allows to get list of child elements and to check if an element with a
100 a child element by
251 modes. It can support 'read' mode in addition. But any child element
437 /** allows to check if an element is a child stream with specified name.
440 In case there is no child element with such name an exception will be
445 the name of the element to check
448 <TRUE/> in case the element is a stream
449 <FALSE/> - the element is a storage
452 there is no element with such name
468 /** allows to check if an element is a child storage with specified name.
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DSubDocumentReadHandler.java46 private final ObjectOleElement element; field in SubDocumentReadHandler
49 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 DMasterDetailReadHandler.java43 private final ObjectOleElement element; field in MasterDetailReadHandler
46 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 DReportElementReadHandler.java41 private final ReportElement element; field in ReportElementReadHandler
43 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()
71element.setPrintRepeatedValues(printRepeatingValues == null || OfficeToken.TRUE.equals(printRepeat… in startParsing()
93 return new ConditionalPrintExpressionReadHandler(element); in getHandlerForChild()
97 return new FormatConditionReadHandler(element); in getHandlerForChild()
/AOO41X/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePickerControlAccess.idl48 /** Set the value of an additional element within a FilePicker.
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.
115 Identifies the element for which the label should be returned.
[all …]
/AOO41X/main/offapi/com/sun/star/xml/input/
H A DXElement.idl32 /** 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 occuring child element.
69 namespace uid of element
71 localname of element
[all …]
/AOO41X/main/offapi/com/sun/star/xml/sax/
H A DXFastContextHandler.idl58 /** receives notification of the beginning of an element .
64 If the element has a namespace that was registered with the
72 from the element.
80 /** receives notification of the beginning of an unknown 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.
111 /** receives notification of the beginning of a known child element.
117 <br>If the element has a namespace that was registered with the
[all …]
H A DXFastSerializer.idl66 /** called by the parser after the last xml element of a stream is processed.
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.
95 /** receives notification of the beginning of an unknown 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.
126 /** receives notification of the beginning of a single element .
[all …]
/AOO41X/main/writerfilter/source/ooxml/
H A DREADME.efforts39 contains a top level element <stage1>. <stage1> contains an element
47 - 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 …]
/AOO41X/main/offapi/com/sun/star/configuration/
H A DConfigurationAccess.idl61 <p>Values that are direct or indirect descendants of a root element can be
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.
153 of the element is initially reported as <atom>any</atom> (having no value).
154 When the value of such an element is first set, it will assume the type used.
185 <li><type>SetAccess</type> if this element is a <em>Set</em>.</li>
186 <li><type>GroupAccess</type> if this element is a <em>Group</em>.</li>
191 /** provides interfaces to obtain information about this element and its
[all …]

12345678910>>...18