Home
last modified time | relevance | path

Searched refs:element (Results 51 – 75 of 458) sorted by relevance

12345678910>>...19

/trunk/main/offapi/com/sun/star/animations/
H A DXAnimationListener.idl46 /** This event is raised when the element local timeline begins to play.
47 …<p>It will be raised each time the element begins the active duration (i.e. when it restarts, but …
49 case that the element was begun with an interface method.</p>
56 /** This event is raised at the active end of the element.
59 case that the element was ended with a DOM method.</p>
66 /** This event is raised when the element local timeline repeats.
67 <p>It will be raised each time the element repeats, after the first iteration.</p>
H A DEventTrigger.idl43 /** This event is raised when the element local timeline begins to play.
44 It will be raised each time the element begins the active duration
51 /** This event is raised at the active end of the element. Note that this
74 /** This event is raised when the element local timeline repeats.
75 It will be raised each time the element repeats, after the first iteration.
/trunk/main/udkapi/com/sun/star/container/
H A DXStringKeyMap.idl70 if an element under aKey does not exist.
77 /** checks for element existence.
83 true if an element with key aKey exists.
98 if the element could not be inserted.
115 /** obtains the key of an element by index.
118 is the index of the element.
132 /** obtains the value of an element by index.
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java218 final FontFaceElement element = predefFonts.getFontFace(fontName); in performFontFaceProcessing() local
219 if (element != null) in performFontFaceProcessing()
221 currentFonts.addFontFace((FontFaceElement) element.clone()); in performFontFaceProcessing()
229 final FontFaceElement element = predefFonts.getFontFace( in performFontFaceProcessing() local
231 if (element != null) in performFontFaceProcessing()
233 currentFonts.addFontFace((FontFaceElement) element.clone()); in performFontFaceProcessing()
241 final FontFaceElement element = predefFonts.getFontFace( in performFontFaceProcessing() local
243 if (element != null) in performFontFaceProcessing()
245 currentFonts.addFontFace((FontFaceElement) element.clone()); in performFontFaceProcessing()
H A DOfficeDocumentReportTarget.java1534 final Element element = style.getTableRowProperties(); in computeRowHeight() local
1535 if (element != null) in computeRowHeight()
1555 final Element element = globalStyle.getTableRowProperties(); in computeRowHeight() local
1556 if (element != null) in computeRowHeight()
1575 final Element element = predefStyle.getTableRowProperties(); in computeRowHeight() local
1576 if (element != null) in computeRowHeight()
1600 final Element element = style.getTableColumnProperties(); in computeColumnWidth() local
1601 if (element != null) in computeColumnWidth()
1621 final Element element = globalStyle.getTableColumnProperties(); in computeColumnWidth() local
1622 if (element != null) in computeColumnWidth()
[all …]
/trunk/main/offapi/com/sun/star/ui/
H A DXUIConfigurationListener.idl51 /** is invoked when a configuration has inserted an user interface element.
54 provides information about the element which has been inserted.
60 /** is invoked when a configuration has removed an user interface element.
63 provides information about the element which has been removed.
69 /** is invoked when a configuration has replaced an user interface element.
72 provides information about the element which has been
H A DUIElementSettings.idl42 describes the internal structure of a configurable user interface element.
47 although limitations based on the real user interface element may be visible.
54 /** provides access to the structure of the user interface element.
57 The container contains the items of the user interface element. Every
73 …The factory should be used to create sub container within this user interface element settings. Th…
79 /** determine an optional user interface name of the user interface element.
H A DUIElementFactoryManager.idl42 interface element factories.
56 A user interface element factory manager is also a user interface element factory. It
57 … retrieves the responsible user interface element factory from the provided arguments and passes
65 …/** provides functions to query, retrieve, register and deregister user interface element factorie…
H A DUIElementFactory.idl37 /** specifies a user interface element factory that can create and initialize
38 a user interface element type.
41 It depends on the implementation which user interface element types can be
43 special user interface element. User interface element factories must be
/trunk/main/offapi/com/sun/star/xml/crypto/sax/
H A DXReferenceResolvedBroadcaster.idl46 * Adds a new reference resolved listener for a element collector.
48 * When the element collector has completely collected that element,
51 * @param referenceId the id of the element collector for which
60 * Removes a listener from a element collector.
65 * @param referenceId the id of the element collector from which
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx183 std::map< OString, void* >::iterator element; in getRTTI() local
185 element = aAllRTTI.find( rTypename ); in getRTTI()
186 if( element != aAllRTTI.end() ) in getRTTI()
187 return (*element).second; in getRTTI()
190 element = aAllRTTI.find( rTypename ); in getRTTI()
191 if( element != aAllRTTI.end() ) in getRTTI()
192 return (*element).second; in getRTTI()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx186 std::map< OString, void* >::iterator element; in getRTTI() local
188 element = aAllRTTI.find( rTypename ); in getRTTI()
189 if( element != aAllRTTI.end() ) in getRTTI()
190 return (*element).second; in getRTTI()
193 element = aAllRTTI.find( rTypename ); in getRTTI()
194 if( element != aAllRTTI.end() ) in getRTTI()
195 return (*element).second; in getRTTI()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DFixedContentReadHandler.java47 private final FixedTextElement element; field in FixedContentReadHandler
51 element = new FixedTextElement(); in FixedContentReadHandler()
71 return new TextContentReadHandler(element.getContent()); in getHandlerForChild()
84 return new ReportElementReadHandler(element); in getHandlerForChild()
92 return element; in getElement()
H A DFormattedTextReadHandler.java46 private final FormattedTextElement element; field in FormattedTextReadHandler
50 element = new FormattedTextElement(); in FormattedTextReadHandler()
68 element.setValueExpression(valueExpression); in startParsing()
104 return new ReportElementReadHandler(element); in getHandlerForChild()
112 return element; in getElement()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl79 namespaces and allows to have individual contexts for each xml element.
95 <p>An element is unknown if no <type>XFastTokenHandler</type> is set
97 identifier for the elements local name. An element is also unknown if
105 <p>For each element the parser sends a create child element event to the
110 <br>The parent context for the root element is the <type>XFastDocumentHandler</type>
114 the element and all of its childs are created.
128 <p>After the last element is processed the parser generates an end document
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ylistener.cxx85 id element = m_wrapperObject; in notifyEvent() local
119 bounds = [ element accessibleComponent ] -> getBounds(); in notifyEvent()
121 …NSAccessibilityPostNotification(element, NSAccessibilityMovedNotification); // post directly since… in notifyEvent()
124 …NSAccessibilityPostNotification(element, NSAccessibilityResizedNotification); // post directly sin… in notifyEvent()
154 NSAccessibilityPostNotification(element, notification); in notifyEvent()
/trunk/main/offapi/com/sun/star/sheet/
H A DMemberResultFlags.idl39 /** The element contains a member.
45 /** The element contains a subtotal.
51 /** The element is a continuation of the previous one.
57 /** The element contains a grand total.
63 /** The element is a numeric value.
/trunk/main/offapi/com/sun/star/configuration/
H A DAccessRootElement.idl47 /** provides information about the root element of a hierarchy and
50 <p>Provides information about the element and the whole hierarchy.
62 rooted in the element represented by an implementation of this service
63 and that is accessible starting from this element.</em>
67 of this element, so <type scope="com::sun::star::container">XChild</type> is
86 /** the basic service for accessing information about an element in the
133 is used on an element of the hierarchy to change multiple values within
H A DGroupElement.idl39 /** provides information about a predefined element contained in a
42 <p>Provides information about the element.
46 <p>A group element bears a predefined name. It may only exist within a
57 A complementary service, for the root element of a hierarchy.
62 /** is the basic service for accessing information about an element in the
H A DConfigurationUpdateAccess.idl72 The root element of a modifiable tree provides extended functionality
86 /** is the basic service providing read access to an element of the
104 /** specializes <type>SetAccess</type> to support modifying the element.
106 <p>Implemented, if this element is a <em>Set</em>.
115 <p>Implemented, if this element is a <em>Group</em>.
124 <p>Implemented, if this element is the <em>Root</em> of the whole hierarchy.
/trunk/main/offapi/com/sun/star/rdf/
H A DXDocumentRepository.idl63 /** update the RDFa statement(s) that correspond to an ODF element in the
135 /** remove the RDFa statement(s) that correspond to an ODF element from the
144 the element whose RDFa statement(s) should be removed
158 /** find the RDFa statement(s) associated with an ODF element.
161 the ODF element for which RDFa statements should be found
165 <li>if the element has no RDFa meta-data attributes:
167 <li>if the element has RDFa meta-data attributes:
/trunk/main/offapi/com/sun/star/rendering/
H A DXIntegerBitmapColorSpace.idl65 order defined here, with the first element starting from the
101 permitted to contain more than one device color element,
122 permitted to contain more than one device color element,
144 permitted to contain more than one device color element,
168 permitted to contain more than one device color element,
192 permitted to contain more than one device color element,
214 permitted to contain more than one color element, therefore,
234 permitted to contain more than one color element, therefore,
255 permitted to contain more than one color element, therefore,
H A DXColorSpace.idl103 contains an element named ICCProfile. Some color spaces also
116 permitted to contain more than one device color element,
139 permitted to contain more than one device color element,
161 permitted to contain more than one device color element,
185 permitted to contain more than one device color element,
205 permitted to contain more than one color element, therefore,
223 permitted to contain more than one color element, therefore,
242 permitted to contain more than one color element, therefore,
/trunk/main/autodoc/source/ary/inc/
H A Dsorted_idset.hxx61 typedef typename TYPES::element_type element; typedef in ary::SortedIdSet
72 Dyn_StdConstIterator<element> & in Get_Begin()
76 const element & i_rElement ) in Add()
80 typedef std::set<element, sorter> Set;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormattedTextLayoutController.java90 final FormattedTextElement element = (FormattedTextElement) getNode(); in isValueChanged() local
91 final FormulaExpression formulaExpression = element.getValueExpression(); in isValueChanged()
107 final FormattedTextElement element = (FormattedTextElement) getNode(); in delegateContentGeneration() local
111 final String name = vc.addVariable(element); in delegateContentGeneration()
134 final DataFlags df = FormatValueUtility.computeDataFlag(element, getFlowController()); in delegateContentGeneration()

Completed in 146 milliseconds

12345678910>>...19