/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | DialogFocusTraversalPolicy.java | 35 order = _order; in DialogFocusTraversalPolicy() 44 return order[order.length - 1]; in getLastComponent() 51 if(!order[index % order.length].isEnabled() || in getComponentAfter() 52 !order[index % order.length].isVisible()) { in getComponentAfter() 56 if(order[x].isEnabled() && order[x].isVisible()) { in getComponentAfter() 64 if(order[y].isEnabled() && order[x].isVisible()) { in getComponentAfter() 71 return order[ index % order.length]; in getComponentAfter() 77 if(!order[(index + order.length) % order.length].isEnabled() || in getComponentBefore() 78 !order[(index + order.length) % order.length].isVisible()) { in getComponentBefore() 82 if(order[x].isEnabled() && order[x].isVisible()) { in getComponentBefore() [all …]
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | XSQLQueryComposer.idl | 105 /** returns the currently used sort order. 109 The order criteria returned is part of the ORDER BY clause of the 113 the order 130 /** appends an additional part to the sort order criteria of the select 133 the column which is used to create a order part 135 <TRUE/> when the order should be ascending, otherwise <FALSE/> 155 @param order 156 the order part to set 160 void setOrder([in] string order)
|
H A D | XSingleSelectQueryComposer.idl | 188 @param order 189 the order part to set 192 or the order isn't valid 195 void setOrder([in] string order) 200 /** appends an additional part to the sort order criteria of the select 203 the column which is used to create a order part 205 <TRUE/> when the order should be ascending, otherwise if <FALSE/> descending.
|
H A D | XSingleSelectQueryAnalyzer.idl | 159 /** returns the currently used sort order. 161 The order criteria returned is part of the ORDER BY clause of the 165 the order 170 /** returns the currently used sort order. 172 The order criteria returned is part of the ORDER BY clause of the
|
/aoo42x/main/offapi/com/sun/star/inspection/ |
H A D | XObjectInspectorModel.idl | 66 … <p>The order of factories is important: If two property handlers declare themself responsible 103 single lines, and those lines are displayed successively. To determine an order of 104 the property lines, the inspector model can associate an "order index" with each property. 106 have the same relative ordering as the "order indexes" of their properties.</p> 110 to be displayed after another property <code>Bar</code>, then the order index 111 of <code>Foo</code> should be greater than the order index of <code>Bar</code>. 113 <p>If for two different properties the same order index is returned, the 114 <type>ObjectInspector</type> will assume the order in which those properties 118 … to the order of the handlers, as provided in the <member>HandlerFactories</member> attribute.</p> 121 the property whose global order index should be retrieved [all …]
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 240 final StringBuffer order = new StringBuffer(); in getOrderStatement() local 274 order.append(expression); in getOrderStatement() 275 if (order.length() > 0) in getOrderStatement() 277 order.append(' '); in getOrderStatement() 282 order.append("DESC"); in getOrderStatement() 286 order.append(", "); in getOrderStatement() 297 return order.toString(); in getOrderStatement() 543 if (order.length() > 0 && commandType != CommandType.TABLE) in fillOrderStatement() 554 order.append(','); in fillOrderStatement() 555 order.append(sOldOrder); in fillOrderStatement() [all …]
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | AccessibleSpreadsheetPageView.idl | 98 <p>The following rules apply to the children order. General it 99 represents the paint order. The object in the background came 103 <li>The logical order of paragraph and table fragments is never 109 in the background. Their order reflects the z order.</li> 111 they are painted in the foreground. Their order reflects the 112 z order.</li> 113 <li>Controls appear behind any other objects. Their order 114 reflects the z order.</li>
|
H A D | AccessibleSpreadsheetDocumentView.idl | 92 <p>The following rules apply to the children order. General it 93 represents the paint order. The object in the background came 99 background. Their order reflects the z order.</li> 104 painted in the foreground. Their order reflects the z order.</li> 105 <li>Controls appear behind the other graphic objects. Their order 106 reflects the z order.</li>
|
H A D | XFormulaOpCodeMapper.idl | 68 strings in order. 83 sequence in order. 92 <p>The order of the FormulaToken sequence returned matches the 93 input order of the string sequence.</p>
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | AccessibleTextDocumentView.idl | 132 <p>The following rules apply to the children order: 134 <li>The logical order of paragraph and table fragments is 139 table fragment of the footnote's page. The logical order 144 The logical order of endnotes isn't changed. 150 children. Their order reflects the z order. 153 other children. Their order reflects the z order, 155 but also keep the z order.
|
H A D | AccessiblePageView.idl | 135 <p>The following rules apply to the children order: 137 <li>The logical order of paragraph and table fragments is 142 table fragment of the footnote's page. The logical order 147 The logical order of endnotes isn't changed. 153 children. Their order reflects the z order. 156 other children. Their order reflects the z order, 158 but also keep the z order.
|
H A D | TextSortDescriptor.idl | 72 numeric or alphanumeric order. 80 in ascending or descending order. 95 in numeric or alphanumeric order. 103 in ascending or descending order. 118 in numeric or alphanumeric order. 126 in ascending or descending order.
|
/aoo42x/main/vigra/ |
H A D | vigra1.6.0.patch | 1013 - order_(order), 1036 - order_ = order; 1224 - int order, 1229 vigra_precondition(order >= 0, 1232 if(order == 0) 1253 - normalize(norm, order); 1355 enum StaticOrder { order = 0 }; 1366 enum StaticOrder { order = 1 }; 1377 enum StaticOrder { order = 2 }; 1388 enum StaticOrder { order = 3 }; [all …]
|
/aoo42x/main/udkapi/com/sun/star/beans/ |
H A D | XTolerantMultiPropertySet.idl | 83 The order of the values has to be the same as in the 84 <var>aPropertyNames</var> parameter int order to match 94 The order of the properties is also alphabetically ascending. 109 <p>The count and order of the values in the returned sequence 110 will be the same as the order of the names in the argument.</p>
|
/aoo42x/main/offapi/com/sun/star/form/ |
H A D | TabulatorCycle.idl | 43 <p><em>First</em> and <em>last</em> refers to the tabbing order of controls.</p> 53 the first control in the tab order of the next record. 60 the first control in the tab order of the same record. 67 the focus to the first control of the next form in the tab order.
|
/aoo42x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 19 AdminExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the act… 22 AdminUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions … 25 AdvtExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the acti… 28 AdvtUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions a… 110 ControlEvent Ordering Y 0 2147483647 An integer used to order several events tied to the same c… 157 Feature Display Y 0 32767 Numeric sort order, used to force a specific display ordering. 170 …uence N 1 2147483647 Sequence with respect to the media images; order must track cabinet order. 200 LaunchCondition Condition N Condition Expression which must evaluate to TRUE in order for inst… 217 Media DiskId N 1 32767 Primary key, integer to determine sort order for table. 325 …0 32767 Primary key, sequence with respect to the media images; order must track cabinet order. [all …]
|
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 19 AdminExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the act… 22 AdminUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions … 25 AdvtExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the acti… 28 AdvtUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions a… 110 ControlEvent Ordering Y 0 2147483647 An integer used to order several events tied to the same c… 157 Feature Display Y 0 32767 Numeric sort order, used to force a specific display ordering. 170 …uence N 1 2147483647 Sequence with respect to the media images; order must track cabinet order. 200 LaunchCondition Condition N Condition Expression which must evaluate to TRUE in order for inst… 217 Media DiskId N 1 32767 Primary key, integer to determine sort order for table. 325 …0 32767 Primary key, sequence with respect to the media images; order must track cabinet order. [all …]
|
/aoo42x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 19 AdminExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the act… 22 AdminUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions … 25 AdvtExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the acti… 28 AdvtUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions a… 110 ControlEvent Ordering Y 0 2147483647 An integer used to order several events tied to the same c… 157 Feature Display Y 0 32767 Numeric sort order, used to force a specific display ordering. 170 …uence N 1 2147483647 Sequence with respect to the media images; order must track cabinet order. 200 LaunchCondition Condition N Condition Expression which must evaluate to TRUE in order for inst… 217 Media DiskId N 1 32767 Primary key, integer to determine sort order for table. 325 …0 32767 Primary key, sequence with respect to the media images; order must track cabinet order. [all …]
|
/aoo42x/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 19 AdminExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the act… 22 AdminUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions … 25 AdvtExecuteSequence Sequence Y -4 32767 Number that determines the sort order in which the acti… 28 AdvtUISequence Sequence Y -4 32767 Number that determines the sort order in which the actions a… 110 ControlEvent Ordering Y 0 2147483647 An integer used to order several events tied to the same c… 157 Feature Display Y 0 32767 Numeric sort order, used to force a specific display ordering. 170 …uence N 1 2147483647 Sequence with respect to the media images; order must track cabinet order. 200 LaunchCondition Condition N Condition Expression which must evaluate to TRUE in order for inst… 217 Media DiskId N 1 32767 Primary key, integer to determine sort order for table. 325 …0 32767 Primary key, sequence with respect to the media images; order must track cabinet order. [all …]
|
/aoo42x/main/desktop/qa/deployment_misc/ |
H A D | test_dp_version.cxx | 47 ::dp_misc::Order order; in TEST_F() 66 data[i].order, in TEST_F() 72 reverse[data[i].order], in TEST_F()
|
/aoo42x/main/l10ntools/scripts/ |
H A D | keyidGen.pl | 112 $order = length($symbols); 116 $result .= substr( $symbols, ($h % $order), 1 ); 117 $h = int( $h / $order );
|
/aoo42x/main/offapi/com/sun/star/presentation/ |
H A D | Shape.idl | 127 /** This is the position of this shape in the order of the shapes which 130 <p>The animations are executed in this order, starting at the shape 131 with the PresentationOrder "one." You can change the order by 133 first shape in the execution order for the animation effects.</p>
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | querycomposer.cxx | 341 void SAL_CALL OQueryComposer::setOrder( const ::rtl::OUString& order ) throw(SQLException, RuntimeE… in setOrder() argument 350 aOrderCreator.append(order); in setOrder() 353 if ( order.getLength() ) in setOrder() 354 m_aOrders.push_back(order); in setOrder()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XArray.idl | 184 The rows are in ascending order corresponding to 185 the order of the indices. 192 with the rows in ascending order based on the indices. 224 The rows are in ascending order corresponding to 225 the order of the indices.
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbapagesetup.cxx | 453 sal_Int32 order = excel::XlOrder::xlDownThenOver; in getOrder() local 460 order = excel::XlOrder::xlOverThenDown; in getOrder() 466 return order; in getOrder() 469 void SAL_CALL ScVbaPageSetup::setOrder( sal_Int32 order) throw (css::uno::RuntimeException) in setOrder() argument 472 switch( order ) in setOrder()
|