/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabHeader.cxx | 188 sorted[0] = get(_start+1); in sortRecord() 189 sorted[1] = get(_start); in sortRecord() 193 sorted[0] = get(_start); in sortRecord() 194 sorted[1] = get(_start+1); in sortRecord() 199 sorted[0] = get(_start); in sortRecord() 216 sorted[i] = firstHalf[fp++]; in sortRecord() 221 sorted[i] = lastHalf[lp++]; in sortRecord() 228 sorted[i] = lastHalf[lp++]; in sortRecord() 233 sorted[i] = firstHalf[fp++]; in sortRecord() 241 fields = sorted; in sortRecord() [all …]
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolypolygonrasterconverter.cxx | 575 sal_uInt32 *sorted = rs.indices(); in rasterConvert() local 581 aActiveVertices[sorted[0]].getXPos(), in rasterConvert() 600 sal_uInt32 nIndex = sorted[i]; in rasterConvert() 601 sal_uInt32 nNextIndex = sorted[i+1]; in rasterConvert() 617 sal_uInt32 nPrevIndex = sorted[i-1]; in rasterConvert() 633 sal_uInt32 nIndex = sorted[i]; in rasterConvert() 634 sal_uInt32 nNextIndex = sorted[i+1]; in rasterConvert() 652 sal_uInt32 nPrevIndex = sorted[i-1]; in rasterConvert() 664 span( aActiveVertices[sorted[nb-1]].getXPos()+1.0, in rasterConvert() 671 sal_uInt32 nIndex = sorted[nb-1]; in rasterConvert() [all …]
|
/aoo41x/main/solenv/bin/modules/installer/windows/ |
H A D | feature.pm | 230 …sref, $parentid, $feature, $directaccess, $directgid, $directparent, $directsortkey, $sorted) = @_; 269 …if ( $sorted->{$unique} == 1 ) { installer::exiter::exit_program("ERROR: Sorting feature failed! \… 270 $sorted->{$unique} = 1; 274 …ve($modulesref, $gid, $feature, $directaccess, $directgid, $directparent, $directsortkey, $sorted); 297 my %sorted = (); 319 $sorted{$uniquekey} = 0; 324 …ref, $parentid, \@feature, \%directaccess, \%directgid, \%directparent, \%directsortkey, \%sorted); 328 foreach $modulekey ( keys %sorted ) 330 if ( $sorted{$modulekey} == 0 )
|
/aoo41x/main/udkapi/com/sun/star/beans/ |
H A D | XTolerantMultiPropertySet.idl | 76 The property names must be sorted ascending. 78 <p>If the names are not sorted the behaviour of the method 114 The property names must be sorted ascending. 116 <p>If the names are not sorted the behaviour of the method 139 The property names must be sorted ascending. 141 <p>If the names are not sorted the behaviour of the method
|
H A D | XMultiPropertyStates.idl | 71 This sequence must be alphabetically sorted. 98 This sequence must be alphabetically sorted. 116 This sequence must be alphabetically sorted.
|
H A D | XMultiPropertySet.idl | 84 This sequence must be alphabetically sorted. 114 This sequence must be alphabetically sorted. 162 specifies the sorted names of the properties.
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | TableSortDescriptor2.idl | 56 row/column to be sorted and how that should be done.</p> 66 /** specifies if the columns or rows are to be sorted. 70 <dd>The columns are to be sorted.</dd> 72 <dd>The rows are to be sorted.</dd>
|
H A D | TableSortField.idl | 49 /** index of the row or column in the table to be sorted; 0-based. 54 /** <TRUE/> if data are sorted in ascending order,
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | SheetSortDescriptor2.idl | 40 /** a description of how a cell range is to be sorted. 84 /** specifies if the sorted data should be copied to another 91 /** specifies the position where sorted data are to be copied. 102 should not be sorted.
|
H A D | SheetSortDescriptor.idl | 40 /** a description of how a cell range is to be sorted. 77 /** specifies if the sorted data should be copied to another 84 /** specifies the position where sorted data are to be copied.
|
H A D | DataPilotFieldSortMode.idl | 56 /** the field is sorted by its names 63 /** the field ist sorted by the data in the given field
|
H A D | XExternalSheetCache.idl | 59 The row numbers are sorted in ascending order. 67 sorted in ascending order.
|
H A D | TableValidationVisibility.idl | 52 /** The List is shown sorted ascending.
|
/aoo41x/main/solenv/bin/ |
H A D | packimages.pl | 322 my @sorted; 332 push @sorted, $file; 339 push @sorted, $img if (!$included{$img}); 344 return @sorted;
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | XSortedDynamicResultSetFactory.idl | 46 will be sorted according to the given sorting options. 52 /** creates a sorted <type>XDynamicResultSet</type> depending on internal 56 a sorted resultset.
|
H A D | ContentResultSetCapability.idl | 38 /** indicates that a <type>ContentResultSet</type> is properly sorted,
|
/aoo41x/main/offapi/com/sun/star/awt/grid/ |
H A D | XSortableGridData.idl | 45 is <TRUE/> if the data should be sorted ascending, <FALSE/> otherwise. 60 denotes the column by which the data is sorted, or -1 if the data is currently unsorted. 61 …r scope="::com::sun::star::beans">Pair::Second</member> is <TRUE/> if the data is sorted ascending,
|
H A D | SortableGridDataModel.idl | 42 …But before providing this data to the service's own clients, it is sorted, according to the sort o… 47 …<p>For determining the data type of a column which the data should be sorted by, the first non-<VO… 57 that the data represented by the model is still sorted after your modifications, you should call
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | SortDescriptor.idl | 67 /** specifies if the columns are sorted. 73 <dd>The columns are sorted. 79 <dd>The rows are sorted.
|
/aoo41x/main/toolkit/src2xml/source/ |
H A D | boxer.py | 41 ys = sorted(self.rows.keys()) 43 xs = sorted(self.rows[y].keys())
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | TextSortDescriptor2.idl | 54 paragraphs is to be sorted. 60 when a selection of paragraphs is to be sorted.
|
/aoo41x/main/cppuhelper/source/ |
H A D | component_context.cxx | 529 t_sorted sorted; in lookupMap() local 532 sorted[ iPos->first ] = iPos->second; in lookupMap() 535 for ( t_sorted::const_iterator iPos( sorted.begin() ); iPos != sorted.end(); ++iPos ) in lookupMap()
|
/aoo41x/main/l10ntools/scripts/ |
H A D | fast_merge.pl | 148 my @sorted = sort { 151 return shift @sorted;
|
/aoo41x/main/offapi/com/sun/star/sdbcx/ |
H A D | IndexColumn.idl | 41 /** is the column sorted in ascending order.
|
H A D | IndexColumnDescriptor.idl | 41 /** is the column sorted in ascending order.
|