/trunk/main/offapi/com/sun/star/ui/ |
H A D | ConfigurableUIElement.idl | 61 /** 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
|
H A D | UIElement.idl | 53 /** specifies a user interface element. 56 A user interface element consists of a unique identifier and a type specifier. It 58 the specific user interface element type. Every user interface must be initialized 68 the specific user interface element type. 72 /** interface to initialize a user interface element instance. 74 A user interface element must be initialized using 79 the user interface element.</li> 82 A user interface element factory creates and initializes every user interface element 93 A user interface element implementation should check if it has to update its visual
|
H A D | XUIElement.idl | 46 on the user interface element type. 50 element. A menubar user interface element provides access to its 53 A floating window or a toolbar user interface element return a 65 interface element. 69 /** determines the document frame to which this element is bound to. 71 <p>The life time of a user interface element does not explicitly depend on the 78 /** a resource URL which is a unique identifier of a user interface element. 82 /** determines the type of the user interface element.
|
H A D | XUIElementSettings.idl | 41 /** provides functions to retrieve and change user interface element structure 49 /** forces the user interface element to retrieve new settings from its 62 to the structure of user interface element if the user interface element 71 the current settings of the user interface element. 75 /** set changes to the structure of the user interface element. 78 new data settings for the configurable user interface element.
|
/trunk/main/solenv/bin/ |
H A D | build_release.pl | 586 my ($element, $context) = @_; 598 my $value = $element->getAttribute($id); 621 my ($element, $context) = @_; 647 my ($element, $context) = @_; 661 my $value = $element->getAttribute($id); 680 my ($element, $context) = @_; 694 my $value = $element->getAttribute($id); 717 my ($element, $context, $release_descriptor) = @_; 729 $element->getAttribute("language-list"), 732 $element->getAttribute("platform-list"), [all …]
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | ElementReadHandler.java | 52 final Element element = getElement(); in startParsing() local 53 copyElementType(element); in startParsing() 54 copyAttributes(attrs, element); in startParsing() 57 protected void copyElementType(final Element element) in copyElementType() argument 59 element.setType(getTagName()); in copyElementType() 60 element.setNamespace(getUri()); in copyElementType() 63 protected void copyAttributes(final Attributes attrs, final Element element) in copyAttributes() argument 71 element.setAttribute(namespace, attr, value); in copyAttributes()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | OfficeTableTemplateLayoutController.java | 151 final Section element = (Section) node; in addFromGroup() local 152 …if (JFreeReportInfo.REPORT_NAMESPACE.equals(element.getNamespace()) && "group-body".equals(element… in addFromGroup() 154 addFromBody(tables, element); in addFromGroup() 158 addFromSection(tables, element); in addFromGroup() 172 final Element element = (Element) node; in addFromSection() local 173 … if (OfficeNamespaces.TABLE_NS.equals(element.getNamespace()) && "table".equals(element.getType())) in addFromSection() 175 tables.add(element); in addFromSection()
|
H A D | ObjectOleLayoutController.java | 57 final ObjectOleElement element = (ObjectOleElement) getNode(); in isValueChanged() local 58 final List masterfields = element.getMasterfields(); in isValueChanged() 81 final ObjectOleElement element = (ObjectOleElement) getNode(); in delegateContentGeneration() local 82 final String url = element.getUrl(); in delegateContentGeneration() 89 ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "class-id", element.getClassid()); in delegateContentGeneration() 90 final List masterfields = element.getMasterfields(); in delegateContentGeneration() 111 …(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.DETAIL_COLUMNS, element.getDetailfields()… in delegateContentGeneration()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XArray.idl | 132 is the array index of the first element to retrieve; 133 the first element is at index 1. 149 of the SQL array, beginning with element 180 The result set contains one row for each array element, with 181 two columns in each row. The second column stores the element 183 that element (with the first array element being at index 1). 220 The result set contains one row for each array element, with 221 two columns in each row. The second column stores the element 223 that element (with the first array element being at index 1). 228 the array index of the first element to retrieve; the first element is at index 1.
|
/trunk/main/autodoc/source/ary/inc/ |
H A D | cross_refs.hxx | 40 typedef TYPES::element_type element; typedef in CrossReferences 46 const element & i_rElem ); 48 Dyn_StdConstIterator<element> & 63 typedef typename TYPES::element_type element; typedef in ary::SortedIdSet 74 Dyn_StdConstIterator<element> & in Get_Begin() 78 const element & i_rElement ) in Add() 82 typedef std::set<element, sorter> Set;
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/draw/ |
H A D | ObjectOleReadHandler.java | 43 private final ObjectOleElement element; field in ObjectOleReadHandler 45 public ObjectOleReadHandler(final ObjectOleElement element) in ObjectOleReadHandler() argument 47 this.element = element; in ObjectOleReadHandler() 63 element.setUrl(url); in startParsing() 73 element.setClassId(classid); in startParsing() 79 return element; in getElement()
|
/trunk/main/uui/source/ |
H A D | iahndl-ssl.cxx | 88 ::rtl::OUString element = certHostNames[i]; in isDomainMatch() 90 if (element.getLength() == 0) in isDomainMatch() 93 if (hostName.equalsIgnoreAsciiCase( element )) in isDomainMatch() 96 if ( 0 == element.indexOf( rtl::OUString::createFromAscii( "*" ) ) && in isDomainMatch() 97 hostName.getLength() >= element.getLength() ) in isDomainMatch() 99 rtl::OUString cmpStr = element.copy( 1 ); in isDomainMatch() 295 uno::Reference< security::XCertificateExtension >element = extensions[i]; in handleCertificateValidationRequest_() local 297 …rtl::OString aId ( (const sal_Char *)element->getExtensionId().getArray(), element->getExtensionId… in handleCertificateValidationRequest_() 300 uno::Reference< security::XSanExtension > sanExtension ( element, uno::UNO_QUERY ); in handleCertificateValidationRequest_()
|
/trunk/main/writerfilter/source/resourcemodel/ |
H A D | Protocol.cxx | 49 m_pTagLogger->element("protocol-startSectionGroup"); in startSectionGroup() 55 m_pTagLogger->element("protocol-endSectionGroup"); in endSectionGroup() 61 m_pTagLogger->element("protocol-startParagraphGroup"); in startParagraphGroup() 67 m_pTagLogger->element("protocol-endParagraphGroup"); in endParagraphGroup() 73 m_pTagLogger->element("protocol-startCharacterGroup"); in startCharacterGroup() 79 m_pTagLogger->element("protocol-endCharacterGroup"); in endCharacterGroup() 141 m_pTagLogger->element("protocol-startShape"); in startShape() 148 m_pTagLogger->element("protocol-endShape"); in endShape()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
H A D | FormatConditionReadHandler.java | 46 private final ReportElement element; field in FormatConditionReadHandler 48 public FormatConditionReadHandler(final ReportElement element) in FormatConditionReadHandler() argument 50 if (element == null) in FormatConditionReadHandler() 54 this.element = element; in FormatConditionReadHandler() 81 element.addFormatCondition(formatCondition); in startParsing() 94 return element; in getObject()
|
H A D | ConditionalPrintExpressionReadHandler.java | 46 private final Element element; field in ConditionalPrintExpressionReadHandler 48 public ConditionalPrintExpressionReadHandler(final Element element) in ConditionalPrintExpressionReadHandler() argument 50 this.element = element; in ConditionalPrintExpressionReadHandler() 61 element.setDisplayCondition(valueExpression); in startParsing() 75 return element; in getObject()
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | ElementModes.idl | 32 /** The constant set contains possible modes to open an element. 45 /** specifies opening of an element for reading. 50 /** specifies opening of a seekable element. 62 /** specifies opening of a seekable element for reading. 72 /** specifies opening of an element for writing. 77 /** specifies opening of an element for reading and writing. 80 For a stream element is also specifies that it must be seekable. 96 /** restricts creation of a new element on opening in case a requested one
|
/trunk/main/offapi/com/sun/star/configuration/ |
H A D | HierarchyElement.idl | 51 /** provides information about an element within a hierarchy. 54 Attributes detailing the role of the element can be queried. 55 The state of the element (regarding defaults) can be accessed. 65 /** provides the complete hierarchical name of this element 70 /** provides the local name of this element within its parent. 72 <p><em>Renaming an element is generally not supported.</em></p> 76 /** provides a property descriptor for this element.[optional] 91 /** provides access to the default state of this element. [optional] 108 /** provides access to the parent of this element [optional].
|
H A D | SetElement.idl | 47 /** provides information about a dynamic element that can be inserted into a 50 <p>Provides information about the element. 52 Allows controlling the lifetime of the element. 60 <p>New set element instances generally are created through members of 75 existing element), ownership is transferred to the container. 86 a new element), ownership is transferred to the client again. It can then be 91 <p>When a set element is removed from its set from outside the hierarchy, the 108 A complementary service for the root element of a hierarchy. 113 /** is the basic service for accessing information about an element in the 152 /** provides information about the type of the element.
|
/trunk/main/l10ntools/layout/ |
H A D | layoutparse.cxx | 64 LayoutXMLFile::HandleElement( XMLElement* element ) in HandleElement() argument 66 std::vector<XMLAttribute*> interesting = interestingAttributes( element->GetAttributeList() ); in HandleElement() 75 InsertL10NElement( id, element ); in HandleElement() 81 XMLElement *e = new XMLElement( *element ); in HandleElement() 91 SearchL10NElements( (XMLParentNode*) element ); in HandleElement() 94 void LayoutXMLFile::InsertL10NElement( ByteString const& id, XMLElement* element ) in InsertL10NElement() argument 112 (*languageMap)[ language ] = element; in InsertL10NElement()
|
/trunk/main/offapi/com/sun/star/xml/dom/events/ |
H A D | EventType.idl | 33 …r instance via a pointing device being moved onto an element or by tabbing navigation to the eleme… 41 …stance via a pointing device being moved out of an element or by tabbing navigation out of the ele… 49 …The activate event occurs when an element is activated, for instance, thru a mouse click or a keyp… 57 The click event occurs when the pointing device button is clicked over an element. 74 …The mousedown event occurs when the pointing device button is pressed over an element. This event … 82 …The mouseup event occurs when the pointing device button is released over an element. This event i… 90 …The mouseover event occurs when the pointing device is moved onto an element. This event is valid … 98 …The mousemove event occurs when the pointing device is moved while it is over an element. This eve… 106 …The mouseout event occurs when the pointing device is moved away from an element. This event is va…
|
/trunk/main/offapi/com/sun/star/animations/ |
H A D | AnimationRestart.idl | 40 …/** The restart behavior for the element is determined by the value of the <member>XTiming::Restar… 46 inherited from the <member>XTiming::RestartDefault</member> value of the parent element. 47 If there is no parent element, the value is <const>AnimationRestart::ALWAYS</const>. 52 /** The element can be restarted at any time. 56 …/** The element can only be restarted when it is not active (i.e. it can be restarted after the ac… 57 Attempts to restart the element during its active duration are ignored. 61 /** The element cannot be restarted for the remainder of the current simple
|
H A D | AnimationEndSync.idl | 36 /** The par, excl, or media element's implicit duration ends with the earliest 43 /** The par, excl, or media element's implicit duration ends with the last active 55 /** The par, excl, or media element's implicit duration ends when all of the 64 /** The time container element's implicit duration ends when the intrinsic 65 media duration of the element ends. This must be defined by a host language. 66 If the time container element does not define an intrinsic media duration, 67 the host language must define the simple duration for the element.
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/ |
H A D | _XSet.java | 46 private Object element = null ; field in _XSet 63 element = xMSF.createInstance( in _insert() 67 oObj.insert(element) ; in _insert() 69 if (!oObj.has(element)) { in _insert() 104 oObj.remove(element) ; in _remove() 106 if (oObj.has(element)) { in _remove()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StylesWriter.java | 198 final FontFaceElement element = fontFaceElements[i]; in writeFontFaces() local 199 fontFaces.put(element.getStyleName(), element); in writeFontFaces() local 206 final FontFaceElement element = (FontFaceElement) values.next(); in writeFontFaces() local 207 writeElement(element); in writeFontFaces() 240 private void writeElement(final Element element) in writeElement() argument 243 final String type = element.getType(); in writeElement() 244 final String namespace = element.getNamespace(); in writeElement() 245 final AttributeList attrList = buildAttributeList(element.getAttributeMap()); in writeElement()
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/ |
H A D | ScriptNode.java | 39 private Element element; field in ScriptNode 43 public ScriptNode(Element element) { in ScriptNode() argument 45 this.element = element; in ScriptNode() 53 NodeList nl = element.getElementsByTagName(LOGICAL_NAME); in init() 101 NodeList nl = element.getElementsByTagName(name); in getStringProperty()
|