| /AOO41X/main/i18npool/source/localedata/ |
| H A D | LocaleNode.cxx | 231 void LocaleNode :: generateCode (const OFileWriter &of) const in generateCode() 240 children[i]->generateCode (of); in generateCode() 245 ::rtl::OUString LocaleNode::writeParameterCheckLen( const OFileWriter &of, in writeParameterCheckLen() argument 259 of.writeParameter( pParameterName, aVal); in writeParameterCheckLen() 281 ::rtl::OUString LocaleNode::writeParameterCheckLen( const OFileWriter &of, in writeParameterCheckLen() argument 288 aVal = writeParameterCheckLen( of, pParameterName, pNode, nMinLen, nMaxLen); in writeParameterCheckLen() 294 of.writeParameter( pParameterName, aVal); in writeParameterCheckLen() 336 void LCInfoNode::generateCode (const OFileWriter &of) const in generateCode() 345 writeParameterCheckLen( of, "langID", languageNode->getChildAt(0), 2, -1); in generateCode() 346 of.writeParameter("langDefaultName", languageNode->getChildAt(1)->getValue()); in generateCode() [all …]
|
| /AOO41X/main/scaddins/source/analysis/ |
| H A D | analysis.src | 9 * with the License. You may obtain a copy of the License at 34 …Text [ en-US ] = "Returns the serial number of the date before or after a specified number of work… 37 String 2 // name of parameter 1 Workday 42 String 3 // description of parameter 1 Workday 47 String 4 // name of parameter 2 Workday 52 String 5 // description of parameter 2 Workday 54 Text [ en-US ] = "The number of workdays before or after the start date"; 57 String 6 // name of parameter 3 Workday 62 String 7 // description of parameter 3 Workday 64 Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)"; [all …]
|
| /AOO41X/main/sc/source/ui/src/ |
| H A D | scfuncs.src | 9 * with the License. You may obtain a copy of the License at 26 * All descriptions of functions are collected within the resources 30 * For every function there is a sub resource with the number of the OpCode of 33 * In this sub resource, with index 1 the description of the function is 44 * Function group (text, math, ...), one of ID_FUNCTION_GRP_... 48 * Number of parameters. VAR_ARGS if variable number, or 49 * VAR_ARGS+number if number of fixed parameters and variable 50 * arguments following. Or PAIRED_VAR_ARGS if variable number of 51 * paired parameters, or PAIRED_VAR_ARGS+number if number of fixed 58 * Number of suppressed parameters. Usually 0. Same meaning and [all …]
|
| /AOO41X/main/offapi/com/sun/star/style/ |
| H A D | PageProperties.idl | 9 * with the License. You may obtain a copy of the License at 72 /** describes the style of pages. 77 /** contains the background color of the page. 85 /** contains the URL of the background graphic. 89 /** contains the filter name of the background graphic. 93 /** determins the location of the background graphic. 104 /** determins the left margin of the page. 108 /** determins the right margin of the page. 112 /** determins the top margin of the page. 116 /** determins the bottom margin of the page. [all …]
|
| H A D | CharacterProperties.idl | 9 * with the License. You may obtain a copy of the License at 49 /** This is a set of properties to describe the style of characters.@see ParagraphProperties 55 /** This property specifies the name of the font style. 63 /** This property contains the name of the font style. 78 /** This property contains the text encoding of the font. 92 /** This property contains the value of the text color. 98 /** specifies the percentage of raisement/lowerment of superscript/subscript 109 /** This value contains the height of the characters in point. 122 /** This property contains the value of the font weight. 129 /** This property contains the value of the posture of the document. [all …]
|
| H A D | ParagraphProperties.idl | 9 * with the License. You may obtain a copy of the License at 72 /** describes the style of paragraphs. 78 /** determines the adjustment of a paragraph. 84 /** contains the type of the line spacing of a paragraph. 103 /** contains the value of a link for the background graphic of a paragraph. 109 /** contains the name of the graphic filter for the background graphic of a paragraph. 115 /** contains the value for the position of a background graphic. 123 /** determines the adjustment of the last line. 140 /** determines the left margin of the paragraph in 100th mm. 146 /** determines the right margin of the paragraph in 100th mm. [all …]
|
| /AOO41X/main/ |
| H A D | LICENSE_category_b | 6 of creating derivative works from them. 8 In the case of Apache OpenOffice these parts only get included 38 the creation of Modifications. 40 1.2. "Contributor Version" means the combination of the Original 45 combination of the Original Code and Modifications, in each case 50 transfer of data. 60 portions thereof with code not governed by the terms of this License. 65 extent possible, whether at the time of the initial grant or 66 subsequently acquired, any and all of the rights conveyed herein. 69 substance or structure of either the Original Code or any previous [all …]
|
| H A D | LICENSE_ALv2 | 11 and distribution as defined by Sections 1 through 9 of this document. 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 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 44 represent, as a whole, an original work of authorship. For the purposes 45 of this License, Derivative Works shall not include works that remain [all …]
|
| H A D | LICENSE | 10 and distribution as defined by Sections 1 through 9 of this document. 15 "Legal Entity" shall mean the union of the acting entity and all 17 control with that entity. For the purposes of this definition, 19 direction or management of such entity, whether by contract or 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 outstanding shares, or (iii) beneficial ownership of such entity. 31 transformation or translation of a Source form, including but 35 "Work" shall mean the work of authorship, whether in Source or 43 represent, as a whole, an original work of authorship. For the purposes 44 of this License, Derivative Works shall not include works that remain [all …]
|
| /AOO41X/main/scaddins/source/datefunc/ |
| H A D | datefunc.src | 9 * with the License. You may obtain a copy of the License at 34 Text [ en-US ] = "Calculates the number of weeks in a specific period"; 36 String 2 // name of parameter 1 DiffWeeks 40 String 3 // description of parameter 1 DiffWeeks 42 Text [ en-US ] = "First day of the period"; 44 String 4 // name of parameter 2 DiffWeeks 48 String 5 // description of parameter 2 DiffWeeks 50 Text [ en-US ] = "Last day of the period"; 52 String 6 // name of parameter 3 DiffWeeks 56 String 7 // description of parameter 3 DiffWeeks [all …]
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | TableAutoFormatField.idl | 9 * with the License. You may obtain a copy of the License at 83 /** specifies the name of the western font. 87 /** specifies the name of the asian font. 91 /** specifies the name of the complex font. 97 /** specifies the name of the western font style. 101 /** specifies the name of the asian font style. 105 /** specifies the name of the complex font style. 111 /** contains the value of the character set of the western font. 115 /** contains the value of the character set of the asian font. 119 /** contains the value of the character set of the complex font. [all …]
|
| /AOO41X/main/xsltml/ |
| H A D | xsltml_2.1.2.patch | 9 This file is part of the XSLT MathML Library distribution. 62 <xsl:value-of select="count(m:bvar[not(m:degree)])"/> 68 + <xsl:value-of select="sum(m:bvar/m:degree)+count(m:bvar[not(m:degree)])"/> 72 - <xsl:value-of select="sum(m:bvar/m:degree)+count(m:bvar[not(m:degree)])"/> 104 \ No newline at end of file 113 This file is part of the XSLT MathML Library distribution. 139 …<xsl:when test="starts-with($content,' ')"><xsl:value-of select="'\; '" /><xsl:call-template name=… 140 + <xsl:when test="starts-with($content,'   ')"><xsl:value-of select="… 141 + <xsl:when test="starts-with($content,'#')"><xsl:value-of select="'\# '" /><xsl:call… 142 + <xsl:when test="starts-with($content,'$')"><xsl:value-of select="'\$ '" /><xsl:call… [all …]
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | ReferenceFieldPart.idl | 9 * with the License. You may obtain a copy of the License at 44 /** The number of the chapter is displayed. 50 <p>If the source of the reference is a sequence field, then the complete text 51 of the paragraph is displayed. This is useful to reference to captions. </p> 56 /** The reference is displayed as one of the (localized) words, "above" or "below". 62 the page style of the reference position. 66 /** The category and the number of a caption is displayed. 67 <p>This option is only valid if the source of the reference is a sequence field.</p> 71 /** The caption text of a caption is displayed. 72 <p>This option is only valid if the source of the reference is a sequence field.</p> [all …]
|
| /AOO41X/main/winaccessibility/source/UAccCOMIDL/ |
| H A D | ia2_api_all.idl | 15 * 1. Redistributions of source code must retain the above copyright 16 * notice, this list of conditions and the following disclaimer. 19 * copyright notice, this list of conditions and the following 23 * 3. Neither the name of the Linux Foundation nor the names of its 46 * IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 72 * 1. Redistributions of source code must retain the above copyright 73 * notice, this list of conditions and the following disclaimer. 76 * copyright notice, this list of conditions and the following 80 * 3. Neither the name of the Linux Foundation nor the names of its 103 * IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 [all …]
|
| /AOO41X/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
| H A D | _Validat.idt | 5 _Validation Column N Identifier Name of column 6 _Validation Description Y Text Description of column 8 _Validation KeyTable Y Identifier For foreign key, Name of table to which… 12 _Validation Set Y Text Set of values that are permitted 13 _Validation Table N Identifier Name of table 14 ActionText Action N Identifier Name of action to be described. 17 AdminExecuteSequence Action N Identifier Name of action to invoke, eithe… 20 AdminUISequence Action N Identifier Name of action to invoke, either in the… 23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in… 26 AdvtUISequence Action N Identifier Name of action to invoke, either in the… [all …]
|
| /AOO41X/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
| H A D | _Validat.idt | 5 _Validation Column N Identifier Name of column 6 _Validation Description Y Text Description of column 8 _Validation KeyTable Y Identifier For foreign key, Name of table to which… 12 _Validation Set Y Text Set of values that are permitted 13 _Validation Table N Identifier Name of table 14 ActionText Action N Identifier Name of action to be described. 17 AdminExecuteSequence Action N Identifier Name of action to invoke, eithe… 20 AdminUISequence Action N Identifier Name of action to invoke, either in the… 23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in… 26 AdvtUISequence Action N Identifier Name of action to invoke, either in the… [all …]
|
| /AOO41X/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
| H A D | _Validat.idt | 5 _Validation Column N Identifier Name of column 6 _Validation Description Y Text Description of column 8 _Validation KeyTable Y Identifier For foreign key, Name of table to which… 12 _Validation Set Y Text Set of values that are permitted 13 _Validation Table N Identifier Name of table 14 ActionText Action N Identifier Name of action to be described. 17 AdminExecuteSequence Action N Identifier Name of action to invoke, eithe… 20 AdminUISequence Action N Identifier Name of action to invoke, either in the… 23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in… 26 AdvtUISequence Action N Identifier Name of action to invoke, either in the… [all …]
|
| /AOO41X/main/instsetoo_native/inc_ure/windows/msi_templates/ |
| H A D | _Validat.idt | 5 _Validation Column N Identifier Name of column 6 _Validation Description Y Text Description of column 8 _Validation KeyTable Y Identifier For foreign key, Name of table to which… 12 _Validation Set Y Text Set of values that are permitted 13 _Validation Table N Identifier Name of table 14 ActionText Action N Identifier Name of action to be described. 17 AdminExecuteSequence Action N Identifier Name of action to invoke, eithe… 20 AdminUISequence Action N Identifier Name of action to invoke, either in the… 23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in… 26 AdvtUISequence Action N Identifier Name of action to invoke, either in the… [all …]
|
| /AOO41X/main/helpauthoring/license/ |
| H A D | LICENSE | 11 and distribution as defined by Sections 1 through 9 of this document. 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 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 44 represent, as a whole, an original work of authorship. For the purposes 45 of this License, Derivative Works shall not include works that remain [all …]
|
| /AOO41X/main/offapi/com/sun/star/formula/ |
| H A D | FormulaProperties.idl | 9 * with the License. You may obtain a copy of the License at 32 /** The formula properties provide access to the properties of a formula 39 /** contains the alignment of the formula. 99 /** contains the name of the font that is used to 115 /** contains the name of the font that is used to 131 /** contains the name of the font that is used to 147 /** contains the name of the font that is used to 163 /** contains the command string of the formula 179 /** contains the relative height of the font for functions. 181 The values unit is percent of the [all …]
|
| /AOO41X/main/offapi/com/sun/star/accessibility/ |
| H A D | XAccessibleTable.idl | 9 * with the License. You may obtain a copy of the License at 41 <code>javax.accessibility.AccessibleExtendedTable</code> of the Java Accessibility API 45 cell-clusters of a table have to be at the same time children of the 52 <p>The range of valid coordinates for this interface are implementation 57 <member>XAccessibleTable::getAccessibleColumnCount</member>. In case of 58 the Calc the current range of valid indices for retrieving data include 65 /** Returns the number of used rows in the table. 67 <p>The implementation, however, may allow the access of columns 71 Returns the number of used rows in the table or 0 for an empty 76 /** Returns the number of used columns in the table. [all …]
|
| H A D | XAccessibleText.idl | 9 * with the License. You may obtain a copy of the License at 59 buttons, text entry fields, or text portions of the document window. 62 interface. That is the task of the <type>XAccessibleEditableText</type> 65 <p>The text length, i.e. the number of characters in the text, is 82 /** Return the position of the caret. 84 <p>Returns the offset of the caret. The caret is often called text 86 Its position/offset is that of the character to the right of it.</p> 94 /** Set the position of the caret. 97 position between two characters. Its position/offset is that of the 98 character to the right of it.</p> [all …]
|
| /AOO41X/main/offapi/com/sun/star/smarttags/ |
| H A D | XSmartTagAction.idl | 9 * with the License. You may obtain a copy of the License at 72 Is used for localization of the name. 81 /** obtains a detailed description of this action component. 84 Is used for localization of the description. 87 the description of the action component. 93 /** the number of smart tag types supported by this action 100 /** obtains the name of one specific smart tag type supported by 104 Index of the wanted smart tag type. Value needs to be 105 between 0 and the number of smarttags available 109 an unique name of the smart tag type. Smart tag type [all …]
|
| /AOO41X/main/offapi/com/sun/star/i18n/ |
| H A D | XBreakIterator.idl | 9 * with the License. You may obtain a copy of the License at 62 /** Traverses specified number of characters/cells in Text from 65 character based. A cell is made of more than one character. 68 Number of characters to traverse, it should not be less than 0. 78 /** Traverses specified number of characters/cells in Text from 81 character based. A cell is made of more than one character. 84 Number of characters to traverse, it should not be less than 0. 97 One of <type>WordType</type>, specifies the type of 101 The <type>Boundary</type> of the found word. Normally used for 112 The locale of the character preceding <em>nStartPos</em>. [all …]
|
| /AOO41X/main/offapi/com/sun/star/xml/dom/ |
| H A D | XNode.idl | 9 * with the License. You may obtain a copy of the License at 55 there is no obvious mapping of these attributes for a specific nodeType (e.g., nodeValue 60 <p>The values of nodeName, nodeValue, and attributes vary according to the node type as follows: 63 <tr><th>Attr </th><td>name of attribute </td><td>value of attribute … 64 <tr><th>CDATASection </th><td>"#cdata-section" </td><td>content of the CDATA Section … 65 <tr><th>Comment </th><td>"#comment" </td><td>content of the comment … 71 <tr><th>EntityReference </th><td>name of entity referenced </td><td>null </td><td>nu… 74 <tr><th>Text </th><td>"#text" </td><td>content of the text node </t… 84 Adds the node newChild to the end of the list of children of this node. 88 <p>HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does [all …]
|